0% found this document useful (0 votes)
160 views11 pages

Project Report

This document provides an overview of a smart home controller project that uses a DWIN HMI LCD display and ESP32 WiFi module. It allows monitoring of temperature, humidity, and light sensor values in real-time on the display. It also controls four relay modules to turn appliances on and off. The ESP32 acts as a local web server to allow remote monitoring and control via a smartphone or PC without an internet connection.

Uploaded by

Akhil Raju
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
160 views11 pages

Project Report

This document provides an overview of a smart home controller project that uses a DWIN HMI LCD display and ESP32 WiFi module. It allows monitoring of temperature, humidity, and light sensor values in real-time on the display. It also controls four relay modules to turn appliances on and off. The ESP32 acts as a local web server to allow remote monitoring and control via a smartphone or PC without an internet connection.

Uploaded by

Akhil Raju
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Acknowledgement

I wish to express my gratitude and heartful thanks to my


project in-charge Mrs. SusammaMathew (Lecturer in
Electronics Engg.) & Mr.Devakumar.N (Head of Department)
MVGMGPC, Vennikulam, for their constructive and helpful
suggestions and guidance. I am reallyThankful for their
support and inspiration thoughtful the making of this report.I
also express my sincere thanks to all others who helped me
to finish this Project Report Successfully.
Abstract

SMART HOME CONTROLLER

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

Homation involves introducing a degree of computerized or anatic


control to certain electrical and electronic systems in a building. These
include lighting, temperature control. Security systems, garage
doons, etc. A hardware system is installed to monnor and control the
various appliances. The system would control the appliances based
on its configuration. For example, it could automatically tum on the
lights at a specifiest time in the evening, or it could case the anat light
using a hardware sensor and turn on the lights when it grows dark. It
can also allow a person to cool appliances from s semote location,
such as over the internet For example, one could turn on the air
conditioning from the office, before leaving for home.
This project demonstrates simple hose tomation system that allows
the user to crit with a wireless device such as a Wi-Fi or Bluetooth
enabled mobile phone. A desktop PC is used to run the server
software. The system allows the user to contul each of the lights and
fans individually. It can automatically tum off the main lights and turn
on a sight lamp at a specifind time. By measuring the signal strength,
it can desect when the user enters a room and automatically turn the
light and fans, and then automatically turn them off when the user
leaves the nos
Smart home controller work flow

• The environment of a house should always provide access to


domotic devices to obtain information of interest. It is advisable to
consider an approach that includes IoT Technology devices to
facilitate communication and access to data corresponding to the
history of use of the devices.
• The domotic devices, possibly having different communication
interfaces, are accessed for reading and control purposes through
web services. Each web service conforms to each device’s specific
communication interface, returning the information in the
appropriate format so that the platform correctly stores the data of
interest for Later analysis.
• The data obtained from the devices are stored and subsequently
analyzed by taking advantage of the Weka API that already has an
implementation of the C4.5 algorithm, Which aims to classify the
collected data and thus allow the discovery of resident use
Patterns.
CIRCUIT DIAGRAM

You might also like