Tiny House temperature monitoring using Node-RED and LoRa
Overview
- In this lesson - temperature and humidity data from a Tiny House was collected using a Pycom LoPy4 and transmitted to a local LoRa WAN Gateway
- The data was processed in The Things Network
- The data was subscribed to using MQTT using Node-RED
- A time stamp was added simple time node
- The data was processed using a process node to extract out temperature data
- The data was then packaged so that it cold be dweeted.
- The data will be available to students as a Dweet so that they can monitor the performance of their tiny house
- Students will use Python to process the dweeted data (Dweepy module)