https://github.com/bmonty/weather-display
Display weather data using a Raspberry Pi and a 2x16 LCD screen.
https://github.com/bmonty/weather-display
hd44780 raspberry-pi raspberry-pi-gpio raspberrypi
Last synced: 3 months ago
JSON representation
Display weather data using a Raspberry Pi and a 2x16 LCD screen.
- Host: GitHub
- URL: https://github.com/bmonty/weather-display
- Owner: bmonty
- License: mit
- Created: 2018-01-16T15:04:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T15:04:43.000Z (over 7 years ago)
- Last Synced: 2025-01-18T16:27:28.152Z (5 months ago)
- Topics: hd44780, raspberry-pi, raspberry-pi-gpio, raspberrypi
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This script provides a display of weather data on an LCD controlled via GPIO. The display
will alternate between showing the current date/time and showing the latest temperature/humidity.
An LED will turn on for 1.5s each time there is an updated temp/humidity data from the sensor.Temperature/Humidity data should be piped on stdin. Data can be received using
[rtl_433](https://github.com/merbanan/rtl_433).# Usage
`rtl_433 -R 12 -F json -C customary | node weather-display.js`