Weather Station Using Node-Red as MQTT Broker :
Objective:
The primary goals of this project to measure the temperature and humidity inside the room and then display this information on a server, including present time and date. Through this project I can also display the information as temperature and relative humidity outside the room.
See also : WEATHER STATION – IoT Project using NodeMCU
Working Principle and Methodology:
In this project I choose a very low cost temperature and humidity sensor DHT11 . It basically consist of a capacitive humidity sensor and a thermistor and this sensor also have the capability to convert the analog to digital signal as a form of temperature and humidity, and this sensor has three pin data pin,Vcc,and Gnd which is connected to the NodeMcu Esp8266 pins D4,Vcc and Gnd respectively. After completion of hardware connection I setups the Node-Read as MQTT broker where publish the data of temperature and humidity and I also write down the program on Arduino Id platform. After completion programming I install this on Node Mcu .Bellow I provide serially some picture according to the working principle.
1) Hardware Connection Diagram:
2) Programming:
3) Serial Monitor:
4) Node-Read Flows Setup:
5) Publish Temperature And Humidity:
In above image you can see result in the form of Temperature and Humidity .
Co-author & Guide – Sanjay Ambekar
Leave a Review