Search found 4 matches
- Wed Jan 17, 2024 1:31 am
- Forum: ESP32 Arduino
- Topic: Can I flash new firmware through ESP32 S3's "USB" connector?
- Replies: 7
- Views: 21139
Re: Can I flash new firmware through ESP32 S3's "USB" connector?
Thanks. How do I force the ESP32-S3 into download mode? It's in the datasheet (section 'strapping pins'), but the short and skinny is that if you pull GPIO0 low and reset the chip, it'll come up in download mode. Mind you, I cannot physically reach the ESP32-S3, so I have to programmatically set GP...
- Tue Jan 16, 2024 3:15 am
- Forum: ESP32 Arduino
- Topic: Can I flash new firmware through ESP32 S3's "USB" connector?
- Replies: 7
- Views: 21139
Re: Can I flash new firmware through ESP32 S3's "USB" connector?
ok thanksESP_Sprite wrote: ↑Tue Dec 26, 2023 9:07 amIt's in the datasheet (section 'strapping pins'), but the short and skinny is that if you pull GPIO0 low and reset the chip, it'll come up in download mode.
- Mon Dec 25, 2023 7:08 pm
- Forum: ESP32 Arduino
- Topic: Can I flash new firmware through ESP32 S3's "USB" connector?
- Replies: 7
- Views: 21139
Re: Can I flash new firmware through ESP32 S3's "USB" connector?
Yes. Note that you may want to also build in something to force the ESP32-S3 into download mode, otherwise you can get into a situation (when e.g. firmware reconfigures the USB GPIOs) when you can't use USB to force the device into download mode anymore. Thanks. How do I force the ESP32-S3 into dow...
- Tue Dec 19, 2023 12:57 am
- Forum: ESP32 Arduino
- Topic: Can I flash new firmware through ESP32 S3's "USB" connector?
- Replies: 7
- Views: 21139
Can I flash new firmware through ESP32 S3's "USB" connector?
Hello everyone, The ESP32 S3 Dev kit has two micro USB connectors on it. One is labeled "UART" and the other is labeled "USB". I can easily flash new firmware through the "UART" connector but not the "USB" connector. My ESP32 S3 is inside an enclosure, which means I can't reach the BOOT nor the RESE...