Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/rgb-weather
POC of weather on a device with RGB leds
https://github.com/perbu/rgb-weather
Last synced: 4 days ago
JSON representation
POC of weather on a device with RGB leds
- Host: GitHub
- URL: https://github.com/perbu/rgb-weather
- Owner: perbu
- License: bsd-3-clause
- Created: 2024-05-09T08:20:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:27:15.000Z (9 months ago)
- Last Synced: 2024-05-09T09:37:30.097Z (9 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RGB Weather.
This is an experiment to create a weather display using RGB LEDs, either a strip or a matrix. The idea is to
have a display that can be seen from a distance and that can be updated with the current weather conditions.It fetches the current weather from yr.no.
It should be able to run on a Raspberry Pi or an MCU, like the RP2040, compiled with TinyGo. Some changes will be needed.