Hi friends. when I change my relay to default low with the jumper then the nodemcu wont booting. any way to fix ?
thanks
Which NodeMCU pin is your relay connected to?
Pete.
1 Like
D8 pin
GPIO15 (D8) has to be LOW on power-up, otherwise the the NodeMCU won’t boit.
I’m guessing that changing the jumper on your relay is pilling GPIO15 HIGH at boot.
Pete.
1 Like
Thanks. I will trying and report the result
1 Like
@PeteKnight thanks for helping. now nodemcu is booting but the relay is high at booting.
update…
I’m buying a new relay module and now it’s working perfectly on D7 pin
thanks
1 Like
You should be able to use any relay, if you do a PinMode and DigitalWrite at the start of your void setup to set the relay to the state you want, like in this thread:
Pete.
2 Likes