Skip to content

jordiprats/micropython-remainigdays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micropython-remainigdays

ESP32-based countdown timer

esp32

It can be configured to be set via a telegram BOT (it uses the uTelegram python library)

Config

config.py

wifi_config = {
    'ssid':'DEMO',
    'password':'PASSW0RD'
}

utelegram_config = {
    'token': 'TOKEN',
    'masters': [ 'ADMIN_ID' ]
}

Upload

bash upload.sh

Dependencies

https://github.com/mcauser/micropython-tm1637

Releases

No releases published

Packages

No packages published