shockwaver / Wireless-Weather

Arduino NRF24L01 wireless node and 433Mhz weather receiver
3 stars 0 forks source link

Arduino Wireless Weather Station + Wireless temperature node receiver

This program is designed to receive data from a LaCrosse wireless weather station using a 433mhz receiver as well as receive data from up to 3 different wireless Arduino nodes containing a DS18B20 temperature sensor via a 2.4Ghz NRF24L01+ transceiver.

Fritzing schematic included for the Arduino wireless nodes

For the RF24 library - I've used this one: https://github.com/tmrh20/RF24/

I use printf.h to handle some of the serial printing - you can get that library here: https://github.com/maniacbug/RF24/blob/master/examples/pingpair/printf.h