AI Assistant
Detail Karya Portofolio

Realtime Monitoring of DHT22 Sensor Data with ESP

Supardianto Oleh: Supardianto

Ringkasan Portofolio

This project aims to monitor sensor data in real-time from the installed hardware, displaying the data on a website. Additionally, an actuator will be activated if the temperature exceeds 60 degrees Celsius. This actuator can be connected to other media, such as closing a roof or opening a water valve.
The project utilizes MQTT (Message Queuing Telemetry Transport) for data communication. MQTT is a protocol that runs on top of the TCP/IP stack and is specifically designed for machine-to-machine communication without requiring specific addresses, such as Arduino, Raspberry Pi, or other devices. MQTT operates on a Publish and Subscribe data system, where devices connect to a Broker and communicate through specific Topics.

 

Deskripsi & Detail Proyek

This project aims to monitor sensor data in real-time from the installed hardware, displaying the data on a website. Additionally, an actuator will be activated if the temperature exceeds 60 degrees Celsius. This actuator can be connected to other media, such as closing a roof or opening a water valve.
The project utilizes MQTT (Message Queuing Telemetry Transport) for data communication. MQTT is a protocol that runs on top of the TCP/IP stack and is specifically designed for machine-to-machine communication without requiring specific addresses, such as Arduino, Raspberry Pi, or other devices. MQTT operates on a Publish and Subscribe data system, where devices connect to a Broker and communicate through specific Topics.