Monitoring Data Suhu dan Kelembapan Sensor DHT11 Menggunakan ESP32 dan BLYNK IOT 2.0

Alfian Center
9 Aug 202308:50

Summary

TLDRIn this tutorial, the process of creating an IoT-based monitoring system using the ESP32 microcontroller and DHT11 sensor is demonstrated. The video walks through setting up the hardware connections, configuring the Blink platform for temperature and humidity monitoring, and writing the Arduino code. Additionally, the mobile setup using the Blink app is covered for real-time data visualization. The tutorial is a step-by-step guide, perfect for beginners looking to explore IoT technology and build their own environmental monitoring system.

Takeaways

  • 😀 The project involves creating a heart monitoring system using IoT, utilizing an ESP32 microcontroller and a DHT 11 sensor.
  • 😀 The hardware setup includes jumper wires, a USB cable, and the ESP32, which connects to the internet via Wi-Fi.
  • 😀 In the Blink platform, the user sets up a new template called 'Monitoring Di Hati 11' and selects ESP32 as the hardware and Wi-Fi as the connection method.
  • 😀 Two data streams are created in Blink: one for temperature (Celsius) and one for humidity (percentage).
  • 😀 The system allows setting units for temperature (Celsius) and humidity (percentage), with additional settings for precision and display options.
  • 😀 The interface allows customization with widgets, such as gauges for temperature and humidity, and charts to visualize the data.
  • 😀 The program's template on Blink includes a device name, pin assignments, and the DHT sensor configuration for temperature and humidity monitoring.
  • 😀 The program uses libraries for the DHT sensor and Blink, with a serial monitor running at 115200 baud rate to display live data.
  • 😀 The Blink app is configured to connect to the device and display data from the sensors in real-time on a mobile dashboard.
  • 😀 After configuring the device and the app, the user connects to the device through Wi-Fi, finalizes the setup, and sees the monitoring system live on the mobile dashboard.

Q & A

  • What microcontroller is used in this project?

    -The microcontroller used in this project is the ESP32.

  • What sensor is used to monitor temperature and humidity?

    -The DHT11 sensor is used to monitor temperature and humidity.

  • What type of connection is used for the hardware in this project?

    -The project uses a Wi-Fi connection to connect the hardware.

  • What is the first step in setting up the Blink app for this project?

    -The first step is to go to the Blink website and create a new template named 'Monitoring DHT11', selecting ESP32 as the hardware and Wi-Fi as the connection type.

  • How do you configure the temperature data stream in Blink?

    -You create a new virtual PIN for temperature, set the unit to Celsius, and choose a format of two decimal places (0.00).

  • What is the unit for the humidity data stream?

    -The unit for the humidity data stream is percentage (%).

  • What widgets are used in the Blink app for displaying data?

    -The app uses two gauges (one for temperature and one for humidity) and a chart for data visualization.

  • How do you ensure data is transmitted from the microcontroller to the Blink app?

    -You use the 'Blink.begin()' function to initiate communication, and the data is sent via virtual pins 0 and 1 for temperature and humidity respectively.

  • How do you set up Wi-Fi connection on the Blink app?

    -You select the 'Blink Monitoring DHT11' Wi-Fi network on your smartphone, then connect to your preferred Wi-Fi network by entering the password and clicking continue.

  • What should you do if the hardware is successfully connected to the Blink app?

    -Once the hardware is successfully connected, you can finalize the setup by clicking 'Finish' in the app, and the data from the sensor will start streaming to the app.

Outlines

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Mindmap

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Keywords

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Highlights

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Transcripts

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now
Rate This

5.0 / 5 (0 votes)

Related Tags
IoT MonitoringESP32DHT11 SensorBlink AppTemperatureHumidityArduinoReal-time DataSmart HomeDIY ProjectsTech Tutorial