Skip to content

TheCallumInglis/Digital-Pixel-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Pixel Clock

Insipired by Destin's wall clock as seen in the background of almost every Smarter Every Day video.

Creating secret.h

Within your DigitalPixelClock directory, create a secret.h header file.

Populate as follows:

// Network Config
#define WIFI_SSID "" // Your WiFi SSID (2.4GHz)
#define WIFI_PASS "" // Your WiFi Password

B.O.M.

Component Description
Wemos D1 Mini Arduino Microcontroller
36x WS2812B 5050 Addressable RGB LED Tape. 60 pixels per meter

Schematic

Schematic

Additional Information - Pixel Mapping

Pixel Allocation (What pixels apply to each time component).
Pixels are counted from index 0 and increment sequentially along the LED tape. Ensure you have the correct orientation of the LED tape and wiring follows the schematic above.

int hourTens[]  = {0, 12, 24};
int hourUnits[] = {2, 3, 4, 14, 15, 16, 26, 27, 28};
int minTens[]   = {6, 7, 18, 19, 30, 31};
int minUnits[]  = {9, 10, 11, 21, 22, 23, 33, 34, 35};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published