Soft-Collection / WiFiClockLEDMatrix

WiFi Clock LED Matrix

Home Page:http://www.soft-collection.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi Clock LED Matrix

WiFi Clock LED Matrix

LED Matrix clock that updates via WiFi

Parts

Qty Product Description
1 DEVKIT v3 Main board
1 LED Matrix WS2812B LED Matrix 32x8

Notes

Adafruit GFX Library must be installed.

Adafruit NeoMatrix must be installed.

Adafruit NeoPixel must be installed.

Adafruit BusIO must be installed.

In the file Config.h you must set:

//Your WiFi SSID and Password
#define STASSID "YourSSID"
#define STAPSK  "YourPassword"
//Your Time Zone
#define MYTZ YourTimeZone

See all time zones here

Set desired upload_port in the file platformio.ini file.

Connection Diagram

Connection Diagram

About

WiFi Clock LED Matrix

http://www.soft-collection.com


Languages

Language:C++ 66.2%Language:C 33.8%