https://github.com/codepope/brightdarksky
Circuit Python app to read Dark Sky forecast and turn it into LED visualisation
https://github.com/codepope/brightdarksky
Last synced: about 1 year ago
JSON representation
Circuit Python app to read Dark Sky forecast and turn it into LED visualisation
- Host: GitHub
- URL: https://github.com/codepope/brightdarksky
- Owner: codepope
- License: mit
- Created: 2020-09-26T17:15:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-26T17:29:19.000Z (over 5 years ago)
- Last Synced: 2025-01-13T17:19:58.418Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrightDarkSky
Circuit Python app to read Dark Sky forecast and turn it into LED visualisation
You will need
* Adafruit Metro M4 Express AirLift (WiFi) - Lite: https://www.adafruit.com/product/4000 (The brains and Wifi)
* Adafruit NeoPixel Shield for Arduino - 40 RGB LED Pixel Matrix: https://www.adafruit.com/product/1430 (The lights, all of the lights)
Pop CircuitPython on the M4, load up the code, update the secrets/py file with your ssid and password, Dark Sky API key, and your own Lat and Long.
Lights show different colours to reflect probability in columns of different heigts to reflect rain intensity.
If you can work out a way to optimize the ranges for local weather, a PR would be great.
Enjoy...