Main Content

How to Build Plant Observatory Using Azure IoT and Node.js

Demo of Plant Monitoring System using Azure IoT hub for transmission and Elasticsearch for indexing gathered data.

This project is a quick demonstration of a demo about plant observation system. The system should gain valuable information about plants from diverse sensors such as photoresistors, moisture sensors, temperature/humidity sensors. These sensors are connected to the device, which communicates events to the back-end application for later processing and analysis.

Here we will use Azure IoT Hub to let the device to communicate with our back-end app. In that device we will randomly generate telemetry, so it’s make possible to test the system without a real hardware parts and sensors.”

Link to article