-->
Page 1 of 1

Light sleep

PostPosted: Sun Aug 28, 2016 7:59 am
by butthead
I have my ESP8266 connected to a Arduino nano, and would like to know how to set the ESP8266 to light sleep mode from the Arduino nano (and to wake it up). Is it a command to send through the serial port, or should I be using the CH_PD pin some way?

Re: Light sleep

PostPosted: Sun Aug 28, 2016 12:49 pm
by Orcanbull
I had a Teacher once telling met RTFM..... ,

You may figure out what that means ;)
I got you the link to the AT command list Manual

wiki/doku.php?id=at_commands

Re: Light sleep

PostPosted: Sun Aug 28, 2016 2:07 pm
by butthead
Did that. But forgot to say that I run the NodeMCU firmware in it, and I don't even get the deepsleep AT command to work, (that are in the documentation you linked to).