Tiny House temperature monitoring using Node-RED and LoRa

From Sensors in Schools
Revision as of 19:06, 29 September 2023 by EdmondLascaris (talk | contribs) (Created page with "= 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 availab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

Node-RED Configuration

MQQT-in Node