Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 308 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 308 Bytes

Weather Station Project

Arduino code listens to various sensors and transmits data via NRF24L01+

Rasberry Pi listens on its own tranceiver and writes data to JSON file

Webserver serves JSON file when requested, simple webpage displays data for convenience

Android app requests JSON file from webserver