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
To find your IO_USERNAME
, navigate to your profile on Adafruit IO and click View AIO Key from the drop-down menu on smaller screens, or the black key in a yellow filled circle in the top right on larger screens.
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.
In the config.h
tab, replace "your_ssid"
with your WiFi's SSID and "your_pass"
with your WiFi's password:
Page last edited March 13, 2025
Text editor powered by tinymce.