No longer available or restart with Flash.
It needs to be a command or just the flash button. I'm trying to push the flash button to reset the ESP via software and continue to press it to try to enter a flash node ... it does not work.
Explore... Chat... Share...
btidey wrote:You need to say what type of esp module you are using.
From an Arduino environment one flashes a new sketch by doing an upload operation over the serial connection after putting the module into flash mode.
Putting the module into flash mode depends on 3 GPIO Pins being in the correct state when a reset is applied. GPIO15 must be low, GPIO01 must be high, and GPIO00 must be low. Normally GPIO15 is low and GPIO01 is high for normal running so GPIO00 is then what determines going into flash mode or normal running when a reset is applied.
The GPIO00 toggling to get into flash mode can be done in several ways depending on the module being used.
Some modules have circuitry included (e.g. NodeMCU) so that this happens automatically. The circuitry detects that the Arduino is going to do an upload and makes GPIO00 low when resetting.
Some modules have flash and reset buttons. The flash button is connected to GPIO00. So you press AND hold the flash button while pushing and releasing the reset button. The chip is now expecting an upload so you start the Arduino command.
Some modules are just raw modules so you have to make your own arrangements to have th epins in the correct state while applying a reset.
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]