CE Assignment 1 ECD 20f0472 Nomi
CE Assignment 1 ECD 20f0472 Nomi
Submitted By
Name: ___ Nomi________
Section: __________A_____________
Submitted To
Dr. Arslan Ahmed Amin
Associate Professor – EE Department
Submission Date 21
_22_ October 2022
1
Obtained Marks
1 TABLE OF CONTENTS
Abstract:.........................................................................................................................................3
Principle of Operation....................................................................................................................3
Components:...................................................................................................................................3
...........................................................................................................................Arduino IDE4
Block Diagram:..............................................................................................................................4
Circuit Diagram:.............................................................................................................................5
Algorithm.......................................................................................................................................5
How to Operate the Android based Circuit Breaker Project?..........................................................6
Advantages.....................................................................................................................................6
Applications....................................................................................................................................6
2
ABSTRACT:
This project provides a password based circuit breaker system using an android application. Here we connect the
circuit with android application through which we ON/OF the Appliances. There is a substantial increase in the
number of fatal accidents involving line men due to electric shocks resulting from the lack of coordination
between maintenance staff and the electric substation staff.
This system provides a solution to this problem, to ensure there are no such incidents that endanger the life of line
men. Here the control of the circuit is provided at the substation. The line man can enter the password to switch
OFF the circuit.
He may now safely work out the repairs and may return to the substation to switch ON the circuit.
He again needs to enter the password in order to switch ON the circuit.
Since the control to switch ON/OFF the circuit lies with the lineman himself there is no chance of accidents. The
system also provides password storage using EEPROM.
PRINCIPLE OF OPERATION
The main component in the circuit is Atmad8a microcontroller. In this project Android app is used
to control the circuit breaker. The password which is entered is compared with the predefined
password. Activation and deactivation of the line (circuit breaker) is indicated by the load (Light
Bulbs).
COMPONENTS:
Hardware Specifications:
Atmag8a
Bluetooth Module
Relay
Relay Driver IC
Vtg Regulator IC
Crystal Oscillator
Resistors
Capacitors
Transistors
Cables and Connectors
Diodes
PCB and Breadboards
LED
Transformer/Adapter
Push Buttons
Switch
IC
IC Sockets
Lamps
3
Software Specifications:
Arduino IDE
BLOCK DIAGRAM:
4
CIRCUIT DIAGRAM:
5
ALGORITHM
Initially declare the PORT1 to LCD data pins and its control pins RS and E to P3.0 and P3.2
and P3.7 respectively. Also declare PORT2 to Bluetooth Module and use P0.0, P0.1, P0.2 and
P0.3 to loads.
ADVANTAGES
Avoids electrical accidents to line man
Project is simple and easy
Uses commonly available components
APPLICATIONS
Used in electrical substations to ensure line man safety
This system is used in buildings and houses
Used in hotels and shopping malls to save the power.
Can also be used as Password based electrical appliance control or Password based Load
Control system.