Nodemcu problem when electricity cut off and come back

My guess is that you have a relay or sensor connected to one of the ‘special’ pins of the NodeMCU, which is preventing I from booting into ‘run’ mode.

These ‘special’ pins are GPIP0 (D3), GPIO2 (D4) and GPIO15 (D8).
See this post for more info…

The simple solution is to avoid using these pins.

Pete.

1 Like