Environment Monitoring Integrated With Iota
About the project
Precise sensing is an IoT monitoring system to collect and measure air temperature, humidity, and pressure by using a BME280 sensor, integrated with IOTA Tangle.
Project info
Difficulty: Difficult
Platforms: Arduino
Estimated time: 6 hours
License: Apache License 2.0 (Apache-2.0)
Items used in this project
Hardware components
Story
Streams-mqtt-gateway-master is source code for data streams to the tangle, you can download on https://github.com/iot2tangle/Streams-mqtt-gateway.
Setup: Fisrt, you have to download the folder
git clone https://github.com/iot2tangle/Streams-mqtt-gateway.git
Precise sensing is an IoT monitoring system to collect and measure air temperature, humidity, and pressure by using BME280 sensor, integrated with IOTA Tangle.
This project is to aim at how to use Arduino Nano 33 IoT WiFi as internet connectivity with IoT MQTT protocol standard. I wrote code in Arduino IDE and use Pubsubclient to send the data to the MQTT broker, using JSON packet data at ArduinoJson library. It has been successfully sent to raspberry Pi 3+ as an MQTT broker every 5 seconds.
Running the Gateway:
Run the streams-gateway: cargo run --release
This starts the server which will forward messages from the devices to the Tangle
The Output will be something like this:
Starting.... Channel root: "47d504e1a825e142dd899dda81ff787c7cfad3b83977feec3545eaef4315c8a50000000000000000:fd93e57d937910f429cdd211" To read the messages copy the channel root into https://explorer.iot2tangle.io/ Listening for topic iot2tangle on http://localhost:1883
The Tech: apps infrastructure is a network sensor system consisting of the Nano 33 IoT (MCU) built-in/integrated with WiFi module as internet connectivity and raspberry 3+ as IoT edge device (MQTT-Streams) programmed in the Linux Operating System on computers, which is used to measure air temperature, humidity, and pressure on the environment monitoring system. The standard communication protocol (Machine to Machine) used is MQTT to send all of the data from sensors to the local server (MQTT-streams). Communication between edge-device raspberry, IOTA tangle network, and web-dashboard could be made remotely.
By using IOTA, the monitoring and control system is also directly connected and recorded in the cloud database. All data from the sensors connected to cloud computing is visualized in time-series data. The application process is used to manage all of the data in the database in order to access device id, location, production activity details, and local time. Real-time data of all processes can be visualized using either a mobile application or web dashboards. Streams-mqtt-gateway-master is source code for data streams to the tangle, you can download on https://github.com/iot2tangle/Streams-mqtt-gateway.
The pool server is a worker getting data from IOT2Tangle every 1 hour where the main node always performs to process the data from IoT2Tangle. https://explorer.iot2tangle.io/
Leave your feedback...