Using LEDs and an ESP8266 to make a smart, futuristic Star Wars clock
See the project page for details such as the parts list, building instructions, etc.
Uses the Sunrise-Sunset API among others.
- Set up the ESP8266 in the Arduino IDE (instructions)
- Install the Time, Adafruit NeoPixel, WiFiManager, and ESP8266Scheduler libraries through the Library Manager (instructions)
- Install the
ESP8266FS tool
located in
lib
(instructions) - Make the necessary changes to
src/firmware/config.h.template
and save them insrc/firmware/config.h
- Open
src/firmware/firmware.ino
in the Arduino IDE - Upload the sketch data by going to Tools > ESP8266 Sketch Data Upload
- Upload the sketch to the device