This is the GitHub Companion to the Large scale LED Clock as shown in https://youtu.be/gxohO7Plrmg
- 3D work was done in Autodesk Fusion 360, and files are provided as F3Z and STL files.
- Circuit Design was done in Autodesk Eagle, files are provided as Board and Schematic files.
- Manufacturing was done through JLCPCB, and Gerber files are provided.
Unfortunately I cannot give precompiled binaries, as you need to include wifi information.
This project relies on:
- Adafruit ESP8266 (In Library Browser)
- Arduino JSON (In Library Browser) (Note version 5.x)
- DHTesp (In Library Browser)
- NTPClient (In Library Browser)
- TelnetStream (In Library Browser)
Add http://arduino.esp8266.com/stable/package_esp8266com_index.json to the "Additional Board Manager URLs" in the Arduino IDE, then add the esp8266 from inside the board manager.
Be sure to select "Adafruit Feather HUZZAH ESP8266" when compiling.