IOT practice with temperature sensor data

Build an IoT Project with Arduino from scratch

Ratings 5.00 / 5.00
IOT practice with temperature sensor data

What You Will Learn!

  • Setup development environment for internet of thing (IoT).
  • Transmit temperature data between android breadboard and ESP.
  • Transmit temperature data from ESP to RaspberryPi.
  • Output temperature value in RaspberryPi.

Description

IOT practice with temperature sensor data

Reading and visualisation 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 scenario anytime if you want.

As NodeMCU LoLin contains a WIFI modes, we can publish temperature to remote server, which means when you finish this course, you are able to send the temperature data to everywhere you want. As the IoT hardware in this course are powered by Battery, it also means you can get the temperature data from everywhere, what you need is a WiFi Hotspot (or from SmartPhone).

Actually 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:  With this solution you have more free pins. For the future, if you wanna connect more IoT Hardwares to NodeMCU LoLin, the IoT infrastructure has already been good prepared by this project.

Through this IoT project you will learn:

  • Hardware

    • Connect IoT hardware components so that they can work toghter.

    • Power up IoT hardware.

  • Software

    • How to get temperature data from a temperature sensor DHT22.

    • How to forward temperature data from 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

    • Setup 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.


Who Should Attend!

  • People who curious about internet of thing and are interesting to get hands dirty for IoT practice

TAKE THIS COURSE

Tags

  • Internet Of Things

Subscribers

14

Lectures

15

TAKE THIS COURSE



Related Courses