Arduino Dependencies
The code in this guide are based off of the ESP8266 examples created by Tony DiCola and Todd Treece. You will need the following Arduino library installed to compile the sketch:
The easiest way to install it is by using the Arduino IDE v.1.6.4+ Library Manager. You will also need to have the ESP8266 board manager package installed. For more info about installing the ESP8266 package, visit the HUZZAH ESP8266 setup guide.
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Adafruit IO Setup
To find your IO_USERNAME
, navigate to your profile on Adafruit IO and click View AIO Key. Copy the Username field (ctrl+c or command+c)
Then, in the config.h
tab, replace the "your_username"
text with your the username from your profile:
To find your IO_Key
, navigate to your profile, click View AIO Key, and copy the ACTIVE KEY field to your clipboard (ctrl+c or command+c).
In config.h
, replace the IO_KEY with the IO Key copied to your clipboard.
Wireless Setup
In the config.h
tab, replace "your_ssid"
with your WiFi's SSID and "your_pass"
with your WiFi's password:
Text editor powered by tinymce.