Skip to content

Soft-Collection/WiFiClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi Clock

WiFi Clock

Simple clock that updates via WiFi

Parts

Qty Product Description
1 DEVKIT v3 Main board
1 TM-1637 Digital LED Display Module

Notes

TM1637 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