IOT practice with temperature sensor data
Build an IoT Project with Arduino from scratch

IOT practice with temperature sensor data udemy course
Build an IoT Project with Arduino from scratch
IOT practice with temperature sensor data
Reading and visualization of temperature data is a good example to help us understand the world of IoT. It is easy to implement and you can find out more interesting user scenarios anytime if you want.
Since the NodeMCU LoLin supports multiple Wi-Fi modes, we can publish temperature data to a remote server. This means that by the end of this course, you will be able to send temperature data anywhere you want.
Additionally, since the IoT hardware in this course is battery-powered, you can collect temperature data from anywhere. All you need is a Wi-Fi hotspot (or a smartphone).
We can just connect NodeMCU LoLin directly to temperature sensor DHT22, get temperature data from it, and then publish it to a remote Raspberry Pi. But in this course, I just wanna show you how to use an Arduino UNO in between. One reason is that with this solution, you have more free pins. For the future, if you wanna connect more IoT hardware to NodeMCU LoLin, the IoT infrastructure has already been well prepared by this project.
Through this IoT project, you will learn:
Hardware
Connect IoT hardware components so that they can work together.
Power up IoT hardware.
Software
How to get temperature data from a temperature sensor DHT22.
How to forward temperature data from the sensor to Arduino UNO.
How to connect Arduino UNO and NodeMCU LoLin by using Breadboard.
How to forward temperature data from Arduino UNO to NodeMCU LoLin.
How to transmit temperature data from NodeMCU LoLin to remote Raspberry Pi via MQTT Message.
Development Environment
Set up a Development environment using Arduino IDE and Visual Studio Code.
Programming and Upload code from laptop to Arduino Uno and NodeMCU LoLin.
Production Environment
Use Battery supply for IoT Hardware so that you can take your IoT Hardware everywhere.