Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfrankb/esp8266_tm1637
ESP8266 / TM1637 example using Micropython
https://github.com/cfrankb/esp8266_tm1637
Last synced: about 1 month ago
JSON representation
ESP8266 / TM1637 example using Micropython
- Host: GitHub
- URL: https://github.com/cfrankb/esp8266_tm1637
- Owner: cfrankb
- Created: 2023-12-14T20:46:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T20:47:59.000Z (about 1 year ago)
- Last Synced: 2023-12-14T21:40:28.627Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TM1637 sample
## Wifi Clock
This clock will update using the internet and resync periodically to stay up to date.
## Instructions
Install micropython on your device.
Upload `main.py` and `tm1637.py` to the ESP8266 device via thonny.
Copy `config.example.py` to `config.py`. Change the settings to match your WIFI SSID. Upload it to the ESP8266.