An open API service indexing awesome lists of open source software.

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.

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`