BLDC Motor Control
BLDC Motor Control
BLDC Motor Control
ME 1101-SEMESTER TWO
MINI PROJECT
AIM
Study about wireless home automation system.
OBJECTIVES
To develop wireless home automation circuit in proteus.
BLOCK DIAGRAM
COMPONENTS
DESIGN
TESTING
When we send “a” through visual terminal, bulb 1 was on and bulb 2 was off.
When we send “b” through visual terminal, bulb 1 was off and bulb 2 was on.
When we send “c” through visual terminal, both bulbs were on.
When we send “d” through visual terminal, both bulbs were off.
DISCUSSION
Two visual terminal connected to the each Bluetooth module to send and display the
commands. When we input command using visual terminal, it transmitted using the
Bluetooth module to the other Bluetooth module which is connected to the Arduino
board. Then it receives the command (if it is in the coverage area of around 30 feet)
and passes it to Arduino controller. Controller reads the command through a serial
port and then according to the input command corresponding output pin goes high.
The relay driver receives the signal from controller and activates the corresponding
appliance according to the program.
In this circuit we used only two relays. But we can connect more than two relays and
control more home appliances. But the Bluetooth module which is used in this home
automation system, have a range of 10 to 30 meters. So the control cannot be
achieved from a far distance. Also the high power consumption of Bluetooth
connectivity is one of the major disadvantage of this circuit.
There is no need for extra training of that person who is using it.
This can provide the facility of monitoring all the appliances within the
communication range through Bluetooth.
Because of Arduino is opens source, it can be extended to add more hardware
features.
This is a low cost project because it is no need of internet to control the
appliances.
MEMBER TASK