Skip to content

dszlucha/SegmentClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SegmentClock

Big LED segment clock displays the current time and temperature on a large 1.2" 4 digit 7 segment display. This clock grabs the temperature, conditions and timezone from OpenWeather API and sets the time using NTP. The case is designed for a Raspberry PI, but I found that the USB-C cable holds the QT Py in place.

Parts

Dependencies

circup install adafruit-circuitpython-ht16k33
circup install adafruit-circuitpython-ntp
circup install adafruit-circuitpython-requests
circup install adafruit_connection_manager
circup install adafruit_httpserver
circup install asyncio

settings.toml

# To auto-connect to Wi-Fi
CIRCUITPY_WIFI_SSID="my WiFi SSID"
CIRCUITPY_WIFI_PASSWORD="my WiFi SSID password"

# To enable the web workflow. Change this too!
# Leave the User field blank in the browser.
CIRCUITPY_WEB_API_PASSWORD="passw0rd"

# For openweathermap
LOCATION="my location"
UNITS="imperial"
APIKEY="my API key"

About

CircuitPython 1.2" LED segment clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages