Personal Computer Load Control
Personal Computer Load Control
control
Name Roll No
Name Roll No
Name Roll No
Name Roll No
Objective
The objective of the project is to design and develop a
Personal computer based load control . In this
system any person can control the electrical appliances of
his room using pc.
Controlling the appliances means turning ON/OFF
electrical appliances by using desktop.
Introduction
We are using an innovative idea of PC based load control. By using this project
any person can control the electrical appliances of his Control room.
Controlling the appliances means turning ON/OFF electrical appliances by using
desktop.
Person can set the time when the appliance will on and when it will off.
In this system we will use four appliances as a prototype. We can set the time on
the app of particular appliance when to on and when to off.
We are using atmega16 microcontroller to control all the devices.
Temperature sensor is used to measure the temperature inside the Control
room. Fire sensor will sense the fire.
All the sensor data will be send to the laptop. Laptop will display all the sensor
parameters also display the status of all the appliances.
We can control the appliances of any room with the help of laptop.
When we click a button on app the laptop will send an ASCII code to the
microcontroller with the help of TTL to USB converter. And then the
microcontroller will process the data and turn on/off the appliances.
Working
Figure is showing the block diagram of whole system.
Microcontroller used is 8-Bit AVR series Atmega16 microcontroller with
inbuilt ADC.
Laptop is used to ON/OFF the machines.
Temperature sensor is used to measure the temperature of Control room
and send it to the laptop.
Fire sensor will sense the fire and GAS sensor will sense the presence of
LPG gas leakage.
Laptop will display all the sensors parameters like reading of sensors, status
of appliances
We can control the appliances of any room with the help of laptop.
When we click a button on app the laptop will send an ASCII code to the
microcontroller with the help of TTL to USB converter.
The atmega16 will process the data and decide what to do. It will control
the appliances according to command received.
It will control the relay and Relay assembly will On/OFF the Load.
Data flow Diagram:
Software layout:
Hardware used:
Microcontroller Atmega16
TTL to USB converter
Temperature sensor LM35
Buzzer
Voltage sensor
Fire sensor
Modules:
Module1: GUI of App, coding in .NET software.
Module2: Interfacing of sensors with hardware and its
coding in C.
Module3: Interfacing of hardware and software.
Module4: Testing and documentation
Modules of project
USER
Login
See appliances status
Measure reading of
sensors
Connect
Controller with
hardware Transmit the data over
server
Get command
to control Give command to
appliances control
appliances
Software used:
Programming of microcontroller in C programming language.
AVR studio is used for compiling the code.
DIP trace for PCB designing.