- Sat Feb 14, 2015 12:17 pm
#9757
Using NodeMCU firmware on ESP-01, GIPO2 goes high, low, and then high during power on process (very short, 1 or 2 seconds). If you use the module to control LED, this power on pin state change is minor problem. If you use the module to control garage door, the power on state change is kind of annoying -- your garage door will open or close just because you plug in power.
Is the above a NodeMCU firmware problem or a hardware problem? Do other GPIO pins (say, with ESP-03) not have the above problem? How do you get around? -- adding a switch so that the output doesn't see the state change?
When you wake up the module from deep sleep, won't you have the above problem?
(After the power on process, you can do any magic you like.)
Thank you.