Skip to content

Using LEDs and an ESP8266 to make a smart digital analog clock

License

Notifications You must be signed in to change notification settings

heho0011/Ring-Clock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 

Repository files navigation

Ring Clock

Using LEDs and an ESP8266 to make a smart digital analog clock.

Uses the Sunrise-Sunset API among others.

Only modified the code so that it works with the latest Arduino IDE 1.6.11 and up-to-date libraries.

Setting up the environment

  1. Set up the ESP8266 in the Arduino IDE (instructions)
  2. Install the TimeLib, Adafruit NeoPixel and WiFiManager libraries through the Library Manager (instructions)
  3. Install the ESP8266FS tool (instructions)
  4. Make the necessary changes to src/firmware/config.h.template and save them in src/firmware/config.h
  5. Open src/firmware/firmware.ino in the Arduino IDE
  6. Upload the sketch data by going to Tools > ESP8266 Sketch Data Upload
  7. Upload the sketch to the device

About

Using LEDs and an ESP8266 to make a smart digital analog clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.3%
  • C 19.2%
  • HTML 8.2%
  • Other 3.2%
  • JavaScript 3.1%