12V Battery Low Voltage Cut-Off Circuit
Designing and Simulating a 12V Battery Low Voltage Cut-Off Circuit Using Proteus
Protecting a battery from deep discharge is crucial to extend its lifespan and ensure reliable operation. In this blog post, we will design a 12V battery low voltage cut-off circuit using common electronic components and simulate it in Proteus. This project is ideal for electronics enthusiasts and hobbyists looking to enhance their understanding of power management circuits.
Components Needed
- 12-18V power supply
- 500K trimmer (potentiometer)
- 1N4740A Zener diode
- 2 x 220uF capacitors
- 2 x 1K resistors
- 2N3904 NPN transistor
- 12V relay
- Output lamp (as a load)
Understanding the Circuit Design
The purpose of this circuit is to disconnect the load when the battery voltage drops below a certain threshold, preventing deep discharge. The circuit uses a Zener diode to create a reference voltage, a trimmer to set the cut-off threshold, a transistor as a switch, and a relay to control the load.
Step-by-Step Guide to Designing the Circuit
Step 1: Setting Up the Voltage Reference
The 1N4740A Zener diode is crucial for providing a stable reference voltage. The Zener diode is connected in reverse bias with a 1K resistor in series:
- Connect the cathode of the 1N4740A Zener diode to thenegative terminal of the 12-18V power supply via 1k resistor.
- Connect the anode of the Zener diode to wiper pin of the trimmer.
- Place a 1K resistor between the base terminal of 2N3904 and the cathode of the Zener diode.
This configuration ensures a stable 10V reference voltage at the cathode of the Zener diode.
Step 2: Voltage Divider and Comparator
The 500K trimmer (potentiometer) acts as a voltage divider, allowing us to set the voltage threshold for the cut-off:
- Connect one end of the trimmer to the positive terminal of the power supply.
- Connect the other end to ground.
- Connect the wiper (middle pin) of the trimmer to the Anode of 1N4740A Zener diode.
Adjusting the trimmer changes the voltage at the base of the transistor, setting the cut-off point.
Step 3: Transistor Switch
The 2N3904 NPN transistor functions as a switch:
- Connect the emitter of the 2N3904 transistor to ground.
- Connect the collector to one end of the 12V relay coil.
- Connect the other end of the relay coil to the positive terminal of the power supply.
The transistor will turn on (conduct) when the voltage at its base exceeds approximately 0.7V, activating the relay.
Step 4: Output Load
The output lamp, acting as a load, is controlled by the relay:
- Connect the lamp in series with the relay’s normally open (NO) contact.
- When the relay is activated, the lamp will turn on. When the relay is deactivated, the lamp will turn off, indicating a low voltage condition.
Step 5: Stabilizing the Power Supply
To ensure stable operation, we use capacitors to filter out any voltage fluctuations:
- Place a 220uF capacitor across the power supply terminals.
- Place another 220uF capacitor close to the relay and transistor.
These capacitors help stabilize the voltage and reduce noise, ensuring reliable operation.
Simulating the Circuit in Proteus
Proteus is a powerful tool for simulating electronic circuits, allowing you to test and troubleshoot your design before building it.
Step 1: Creating the Project
- Open Proteus: Start your Proteus software and create a new project.
- Add Components: Use the component library to add the following components to your workspace: ATmega microcontroller, 1N4740A Zener diode, 500K trimmer, 2 x 220uF capacitors, 2 x 1K resistors, 2N3904 NPN transistor, 12V relay, and the output lamp.
Step 2: Connecting the Components
Place the components as described in the circuit design section and wire them accordingly.
Step 3: Setting Up the Simulation
- Configure the Power Supply: Set the power supply to 12-18V.
- Upload the Circuit Diagram: Ensure all connections are correct and components are properly placed.
- Run the Simulation: Click the "Play" button to start the simulation.
Observe the behavior of the circuit:
- As the input voltage changes, adjust the trimmer to set the cut-off threshold.
- When the voltage drops below the set threshold, the relay should deactivate, and the output lamp should turn off.
Conclusion
By following this guide, you can design and simulate a 12V battery low voltage cut-off circuit using Proteus. This project not only helps protect your battery from deep discharge but also enhances your understanding of electronic components and circuit design. With Proteus, you can test your circuit virtually, ensuring it works as intended before building it in the real world.

Post a Comment