Sleep is not working ?
Posted: Sat Jun 27, 2015 2:34 pm
Using arduino and nodemcu we trying to put the chip in sleep so :
wifiSerial.println("node.dsleep(0)");
and then after delay of a few seconds, we are trying to connect again to the internet- and it DOES connects
while it should be in a sleep mode (??)
reset and gpio16 are in vcc (they should be grounded to wake up but we cant even put it to sleep)
wifiSerial.println("node.dsleep(0)");
and then after delay of a few seconds, we are trying to connect again to the internet- and it DOES connects
while it should be in a sleep mode (??)
reset and gpio16 are in vcc (they should be grounded to wake up but we cant even put it to sleep)