Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By reaper7
#14438 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
Last edited by reaper7 on Tue Apr 14, 2015 4:29 am, edited 1 time in total.
User avatar
By uhrheber
#14440 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.