Search found 479 matches

by username
Fri Apr 14, 2023 8:02 pm
Forum: General Discussion
Topic: ESP32-S3-USB-OTG Dev Board to Flash another ESP32-S3
Replies: 4
Views: 1593

ESP32-S3-USB-OTG Dev Board to Flash another ESP32-S3

We are in the need to create a portable pocked programmer to flash units in the field. We currently have one now that reads a firmware.bin file from a uSD card. But that uses the TX,RX, EN & IO0. to the other ESP32 device. Works fine, however we are changing all out product to use the newer ESP-S3, ...
by username
Wed Apr 12, 2023 4:26 am
Forum: General Discussion
Topic: esp32-s3 serial port over usb
Replies: 9
Views: 2807

Re: esp32-s3 serial port over usb

Have you programmed it yet? If not, flash some code to it. You should see a port appear. Also, another thing to try is use menuconfig and change "Channel for console output" to be USB Serial/JTAG Controler) It under Component config -> ESP System Settings. Rebuild, and flash it should work normally ...
by username
Fri Apr 07, 2023 2:00 am
Forum: Hardware
Topic: ESP-32S2 Dev/KitC-1 RGB LED
Replies: 5
Views: 1886

Re: ESP-32S2 Dev/KitC-1 RGB LED

What IDE are your using ?
by username
Fri Mar 31, 2023 3:46 pm
Forum: ESP-IDF
Topic: W5500 polling logic, No IP
Replies: 3
Views: 2257

Re: W5500 polling logic, No IP

I recently switched framework from Arduino to ESP IDF. I've been strugling to implement my w5500 SPI_ETH dev board for the simple fact that the featured example (https://github.com/espressif/esp-idf/bl ... ple_main.c) uses an interrupt pin that is not mapped on my board. Did you run menuconfig to c...
by username
Thu Mar 30, 2023 11:37 am
Forum: General Discussion
Topic: Solution to programming ESP32-C3 without holding BOOT nad EN
Replies: 2
Views: 853

Re: Solution to programming ESP32-C3 without holding BOOT nad EN

Though that change might be working for you. I see the EN signal toggling many times in a short period. It should not be doing that.
The typical fix is to put a 0.1uf cap from EN to GND, along with a 10k to 3.3v.
by username
Sun Mar 26, 2023 3:40 pm
Forum: General Discussion
Topic: Is what I want to achievable?
Replies: 5
Views: 1504

Re: Is what I want to achievable?

Have you looked into ESP-NOW?
With little code modification to OTA you could have your master push out the update to all units paired to it.
by username
Sun Mar 19, 2023 12:34 pm
Forum: Hardware
Topic: ESP-32S2 Dev/KitC-1 RGB LED
Replies: 5
Views: 1886

Re: ESP-32S2 Dev/KitC-1 RGB LED

Did you run menuconfig on the blink example and configure the demo for your board ?
by username
Thu Mar 16, 2023 4:25 pm
Forum: General Discussion
Topic: ESP32-S3 Ethernet RMII
Replies: 8
Views: 14558

Re: ESP32-S3 Ethernet RMII

Ever since the S3 came out we have developed several products with it. It's my go to part for anything that needs a micro. Today we got a project that needs Ethernet, and I was shocked to see that they left out the RMII. Crap!!! Espressif, your products are economical, saving $0.001 to remove a feat...
by username
Tue Mar 14, 2023 2:26 am
Forum: General Discussion
Topic: ESP32-S3-DevKitC-1 USB port doesn't have power 5V
Replies: 4
Views: 2465

Re: ESP32-S3-DevKitC-1 USB port doesn't have power 5V

ESP_Sprite, he is saying if you plug in a USB device into the kit, J4 does not supply power to that port.
If he's going to plug in a device into J4 he could jumper across D7.
by username
Tue Feb 28, 2023 2:13 am
Forum: ESP-IDF
Topic: bdc_motor doesn't work with psram enabled
Replies: 2
Views: 1121

Re: bdc_motor doesn't work with psram enabled

I think IO16 is used for PSAM.