Search found 5 matches
- Thu Oct 23, 2025 2:47 pm
- Forum: Hardware
- Topic: ESP32 - create an upload stub - problem reading RX after stub running
- Replies: 7
- Views: 2290
Re: ESP32 - create an upload stub - problem reading RX after stub running
Is your stub based on https://github.com/espressif/esptool-legacy-flasher-stub/ ?
Frankly, Yesterday was the first day that I was aware of this forum. I do know that septool has got the stubs with the functionality that I want, but ChatGPT directed me to a dead link on Github. I think maybe ...
- Thu Oct 23, 2025 4:52 am
- Forum: Hardware
- Topic: ESP32 - create an upload stub - problem reading RX after stub running
- Replies: 7
- Views: 2290
Re: ESP32 - create an upload stub - problem reading RX after stub running
Sounds like an XY problem. What are you actually trying to achieve, what's the bigger picture here?
There are 2 main microcontrollers that I use frequently. This is Atmel (now MicroChip) and ESP32.
My projects are some times with sale in mind, and that involves flashing a new microcontroller ...
- Thu Oct 23, 2025 4:08 am
- Forum: Hardware
- Topic: ESP32 - create an upload stub - problem reading RX after stub running
- Replies: 7
- Views: 2290
Re: ESP32 - create an upload stub - problem reading RX after stub running
Ooo!Perhaps this will help you?
https://github.com/espressif/esp-serial-flasher
This looks like a gold mine.
I will definitely learn a lot from this.
Thank you so much!
Kind regards,
Geir Moen
- Wed Oct 22, 2025 7:10 pm
- Forum: Hardware
- Topic: ESP32 - create an upload stub - problem reading RX after stub running
- Replies: 7
- Views: 2290
ESP32 - create an upload stub - problem reading RX after stub running
I may have bitten over more than I can chew, but this should not be the problem that kills the project...
I am trying to create an offline bulk programmer for ESP32 chips.
Talking to ChatGPT for about a week now, I asked it to recommend forums or FAQs instead of pulling me along in an endless ...
I am trying to create an offline bulk programmer for ESP32 chips.
Talking to ChatGPT for about a week now, I asked it to recommend forums or FAQs instead of pulling me along in an endless ...
- Wed Oct 22, 2025 6:18 pm
- Forum: Hardware
- Topic: Two transistor reset circuit with a disconnected UART.
- Replies: 1
- Views: 2533
Re: Two transistor reset circuit with a disconnected UART.
Without knowing what kind of USB-to-Serial you use, I cannot tell you if you need pull-down resistors for the transistors.
That said, pull-down resistors should not hurt.
In my case, I used another ESP32 to control the transistors that controlled "EN" and "BOOT" on a target ESP32.
In my project, I ...
That said, pull-down resistors should not hurt.
In my case, I used another ESP32 to control the transistors that controlled "EN" and "BOOT" on a target ESP32.
In my project, I ...