Skip to content

dk2jk/first-attempt-with-TTGO

Repository files navigation

first-attempt-with-TTGO

Experiments with TTGO module

boot.py

connect.py # try to connect to your local wlan

           # change SSID and PASSWORD

main_uhr.py # display a simple clock on oled , needs wlan ,

           # for autostart: rename to "main.py"

ntp.py # implement network time protocol

          #if you need change 'fritz.box' to other ntp-server

ntp_time.py # display time on oled

drawing

scan_i2c.py # tool

ssd1306.py # oled LIB

timer.py # Timer LIB

display_sinus.py # Display some graphics on oled

drawing