Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.