Hi i am making a project and i need to bypass to press the buttons boot every time i add a new code to the board exsist any board with this option? and i know you can add a resistor but if that my only way can i added with out soldering(i can't solder where i live) just connecting trough a breadboard the resistor or something similar
Thanks
If you can't or don't want press the boot button, then consider OTA (OverTheAir) updates.
Then you can upload new code wirelessly, even if the ESP32 is in another room.
Not for beginners though.
Leo..
Most ESP32 boards have an automated boot-button system driven by the onboard USB-TTL converter, and pressing the boot button is not needed at all.
In some ways the way to go. It does require a sketch running on the board that has OTA updates implemented.
There are two common USB/UART chips, the CP21X does NOT need a boot button, the CH340 does. You could try desoldering one chip and adding the other, but it would be so much simpler to just find the right board for you on AE.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.