Here i am going to explain you a simple Password based circuit Breaker Project using PIC Microcontroller. This project is much similar to my previous one, βPassword Based Door Locking Systemβ.
Circuit breakers are electromechanical devices used in the power system to connect or disconnect the power flow at the generator, substation, or load location. Only authorised persons with correct password can connect or disconnect the circuit breaker. Each Line will have separate passwords to operate, By entering the password the current state of the line is toggled. That is, the load will gets connected or disconnected. For verification, after entering the password you need to press the β=β button on keypad (Which is just like an βENTERβ key).
Block Diagram of the Password based Circuit Breaker
PIC16F877 is the heart of this project, which takes input from keypad as password and displays the current status on a 16Γ2 LCD Display. For the demonstration purpose, I am using only two loads, which is controlled by two relays.
β1234β and β9876β are the two passwords used here for activating and deactivating the Load 1 and Load 2 respectively. As I mentioned in the above paragraph, donβt forget to enter β=β after feeding the password. Press βON/Cβ Button to clear the screen.