-->
Page 2 of 5

Re: Deep Sleep example

PostPosted: Tue Apr 14, 2015 2:40 am
by reaper7
at this moment only in the github source
but You can very simple add this to Your copy

Re: Deep Sleep example

PostPosted: Tue Apr 14, 2015 2:46 am
by uhrheber
Please tell me how :-)

Re: Deep Sleep example

PostPosted: Tue Apr 14, 2015 2:58 am
by reaper7
download repo as a zip (or clone via git commands)
and simple copy from zip to your arduino instalation:

Code: Select allDOWNLOADED_ZIP\hardware\tools\esp8266\sdk -> YOUR_ARDUINO_INSTALL_DIR\hardware\tools\esp8266\sdk
DOWNLOADED_ZIP\hardware\esp8266com\esp8266 -> YOUR_ARDUINO_INSTALL_DIR\hardware\esp8266com\esp8266

Re: Deep Sleep example

PostPosted: Tue Apr 14, 2015 3:29 am
by uhrheber
Works, thank you.
Someone should put this in the readme or the FAQ.

I modified the WiFiScan example to deepSleep.
It wakes up and scans flawlessly.