https://github.com/soft-collection/wificlock
WiFi Clock
https://github.com/soft-collection/wificlock
accurate arduino clock esp8266 simple watch wifi
Last synced: 23 days ago
JSON representation
WiFi Clock
- Host: GitHub
- URL: https://github.com/soft-collection/wificlock
- Owner: Soft-Collection
- Created: 2023-01-03T16:34:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T19:59:01.000Z (over 3 years ago)
- Last Synced: 2025-07-21T07:31:39.249Z (10 months ago)
- Topics: accurate, arduino, clock, esp8266, simple, watch, wifi
- Language: C++
- Homepage: http://www.soft-collection.com
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://www.youtube.com/watch?v=SYPyxYNwXz4 "WiFi Clock")
# WiFi Clock
Simple clock that updates via WiFi
## Parts
| Qty | Product | Description |
| --- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
|1 | [DEVKIT v3](https://www.aliexpress.com/item/4000502101618.html?spm=a2g0o.productlist.main.5.3198f68fA7sb7l&algo_pvid=c776aa69-0f96-465c-8a3a-5ed33ba152b4&algo_exp_id=c776aa69-0f96-465c-8a3a-5ed33ba152b4-2&pdp_ext_f=%7B%22sku_id%22%3A%2210000002402566500%22%7D&pdp_npi=2%40dis%21ILS%2113.54%2113.54%21%21%21%21%21%40214527c616727687280498709d0741%2110000002402566500%21sea&curPageLogUid=hq0vy3dw9STm) | Main board |
|1 | [TM-1637](https://www.aliexpress.com/item/1005003947103358.html?spm=a2g0o.productlist.main.5.2c1f54efabdjQw&algo_pvid=3a7beeb0-bfc2-45bb-9f4b-5e0a09c89a8d&aem_p4p_detail=202301030955189596255770804560001502397&algo_exp_id=3a7beeb0-bfc2-45bb-9f4b-5e0a09c89a8d-2&pdp_ext_f=%7B%22sku_id%22%3A%2212000027537145198%22%7D&pdp_npi=2%40dis%21ILS%212.51%212.51%21%21%21%21%21%402100b69816727685187147254d0787%2112000027537145198%21sea&curPageLogUid=76aEuJp2I9M5&ad_pvid=202301030955189596255770804560001502397_3&ad_pvid=202301030955189596255770804560001502397_3) | Digital LED Display Module |
## Notes
[TM1637 ](https://github.com/Seeed-Studio/Grove_4Digital_Display) 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](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h)
Set desired **upload_port** in the file **platformio.ini** file.
## Connection Diagram
