Kelas Gratis
Tersedia lebih dari 100 course GRATIS terkait CAD, CAM, CAE, Konstruksi, IoT, dan Engineering Lainnya. Dapatkan sertifikat kelulusannya setelah kamu menyelesaikan tugas akhir dan quiznya.
Mulai BelajarEnginer Class
Program pelatihan mandiri dengan metode Asynchronous Learning via platform dr. Mekanik Academy untuk melatih kamu menjadi engineer professional yang kompetensinya tervalidasi dengan Credential Digital Certificate dan Credential Digital Badge.
Mulai BelajarEnginer Bootcamp + OJT
Program Pelatihan Intensif dan On Job Training selama 1 Bulan penuh secara LIVE SESSION ONLINE langsung dengan instruktur untuk belajar dan membangun portofolio di bidang Engineering dari DASAR sampai MAHIR yang tervalidasi dengan Credential Digital Certificate dan Credential Digital Badge.
Mulai BelajarLearning Path
Jadi Engineer Professional melalui Learning Path dr. Mekanik Academy. Tersedia berbagai track learning dari DASAR sampai Professional di bidang CAD, CAM, CAE, Konstruksi, IoT, dan Engineering Lainnya.
Mulai BelajarKampus Merdeka
Ikuti program Magang dan Studi Independen Bersertifikat (MSIB) terkait Teknologi Engineering selama 1 semester di dr. Mekanik Academy secara GRATIS
Mulai BelajarProgram prakerja
Ikuti pelatihan terkait CAD, CAM, CAE, Konstruksi, IoT, dan Engineering Lainnya secara GRATIS di dr. Mekanik Academy menggunakan Kartu Prakerja kamu. Dapatkan juga bonus insentif karir dari dr. Mekanik Academy!
Mulai BelajarCorporate Training Program
Tingkatkan Kompetensi dan Kemampuan Karyawan Anda dengan Pelatihan dan Sertifikasi Teknik dan Engineering Terbaik di dr. Mekanik Academy!
Mulai BelajarSertifikasi BNSP
Pilih pelatihan dan sertifikasi Nasional BNSP di bidang Bidang Engineering, Migas, IoT.
Lihat SemuaSertifikasi Internasional
Pilih pelatihan dan sertifikasi Internasional di bidang Bidang Engineering, Migas, IoT.
Lihat Semua
Internet of Thing (IoT) is electronic equipment that can work if it is connected to an internet network. This technology is growing and its implementation is spreading to all fields, on this occasion implementing the mqtt protocol as an IoT connection. Implementing MQTT (Message Queuing Telemetry Transport) communication with a DHT22 temperature sensor involves integrating the sensor with a microcontroller or a single-board computer capable of running MQTT client software. The result of the temperature measurement is displayed on the 16x2 LCD
Internet of Thing (IoT) is electronic equipment that can function if it is connected to an internet network. This technology is growing and its application extends to all fields. This project implements the MQTT protocol as an IoT connection, ESP32 as a microcontroller and implements the use of a DHT22 temperature sensor which then results from these measurements displayed on a 16x2 LCD screen.
The DHT22 sensor which acts as a temperature and humidity sensor has 4 pins. DHT22 is connected to the ESP32 microcontroller module because it has the ability to integrate with Wi-Fi. The connection between the pins between the sensor and the microcontroller is the VCC pin with 3.3V, the DATA pin to the GPIO 15 pin and the GND to GND pin, while 1 pin does not need to be connected. ESP32 is generally used in projects related to IoT (Internet of Things). The results of sensor measurements that measure temperature and humidity are displayed on a 16x2 LCD screen where this LCD has 16 characters and displays two lines of text. The connection between the pins on the 16x2 LCD to the ESP32 is in accordance with the existing dataset, namely the VCC pin to 3V3, the SDA pin to GPIO 5 and GND to GND. Data communication between the sensor and the LCD uses the MQTT connection. Where MQTT (Message Queuing Telemetry Transport) is the message delivery protocol. where sensor nodes only send one time, several monitor nodes can monitor by subscribing to certain topics.