Project Report
Project Report
Here we will use DWIN HMI LCD Display with ESP32 WiFi Module.
Currently, DWIN HMI Displays are very popular in the Maker’s
market. Using the DGUS Software we can design any UI and control
the UI Content with a microcontroller. The 7-inch DMG80480C070
Display has a resolution of 800X480 pixels. We can interface the
display with any with 5V compatible microcontroller board like
Arduino, ESP8266, ESP32, PIC, 8051, STM32, etc.
In this project, we will make a Smart Home Controller using DWIN
HMI Display & ESP32 Module. The BME280 will read the temperature,
humidity, pressure, and dew point and display the data on DWIN
Screen. Similarly, we will also control a 4-channel Relay Module using
the UI/widgets on DWIN Screen.
Using this project we can easily control our AC home appliances like
Lights, Fans, AC, TV, etc., and also monitor the real-time sensor data.
For demonstration purposes, we are using the DHT22 Temperature
and Humidity sensor and LDR sensor. But we can use also use the
DHT11 sensor which is more cheaper.
There is a 7-inch DWIN HMI Touch Display. Here we can monitor the
temperature, Humidity, and LDR sensor values in real-time. We can
also use this project as a smart thermostat controller where we can
turn “ON” and “OFF” devices based on a sensor threshold value. Like
turning “ON” Fan or AC automatically when the temperature value
reached a defined threshold value.
Below sensor value widgets, we can see four control buttons widget
to control our home appliances. You can click on the toggle switch to
turn “ON” and “OFF” the relay. Here you can attach four different AC
appliances to the relay module.This project is a Local Area based
project in which we don’t need an active internet connection to
control and monitor our home appliances. Here we are configuring
the ESP32webserver in softAP mode. So, we just connect to the
“ESP32 Smart Home” Wi-Fi Access point by entering its password.
Then, Enter the IP address of the ESP board on our browser to monitor
real-time sensor data and control our appliances remotely, using our
smartphone or PC. So, we don’t need any active wifi connection to
control and monitor your home appliances.
INTRODUCTION