Skip to main content

Simple Nicad Battery Protection Circuit Project


This is a Simple Nicad Battery Protection Circuit Project. If a NiCad battery is discharged to a point at which the lowest capacity cell becomes fully discharged and reverses polarity, that cell will usually short internally and become unusable. 

Simple Nicad Battery Protection Circuit Diagram




To prevent this type of damage, this circuit detects a one-cell drop of 1.25 V and turns the load off before cell reversal can occur. Low-current zener or other voltage sensor Dl and resistors Rl and R2 establish a reference level for transistor Ql. These resistors bias the zener to a few microamperes above its `knee.` 

Therefore, if battery voltage falls more than 1.25 V, Ql turns off, turning off Q2, and disconnecting the load. After the load is disconnected, if the battery returns to nominal voltage, the high value of resistor shunting Q2 provides enough output voltage to reset the voltage sensor and turn Q2 back on. If desirable, shunt diode D2 or the parasitic diode of the TMOS device, if suitable, allows the battery to be charged from the load terminals. The protection circuit presents a shunt current of only 10 mA at nominal battery voltage, which is low relative to the internal leakage of the batteries.

Comments

Popular posts from this blog

Power Amplifier with voltage regulator 4 × 50 Watt TDA8588

Power Amplifier with voltage regulator 4 × 50 Watt TDA8588    The TDA8588 is a multiple voltage regulator combined with four independent audio power amplifiers configured in bridge tied load with diagnostic capability. The output voltages of all regulators except regulators 2 and 3 can be controlled via the I2C-bus. However, regulator 3 can be set to 0 V via the I2C-bus. The output voltage of regulator 2 (microcontroller supply) and the maximum output voltage of regulator 3 (mechanical digital and microcontroller supplies) can both be either 5 V or 3.3 V depending on the type number. The maximum output voltages of both regulators are fixed to avoid any risk of damaging the microcontroller that may occur during a disturbance of the I 2C-bus. The amplifier diagnostic functions give information about output offset, load, or short-circuit. Diagnostic functions are controlled via the I2C-bus. The TDA8588 is protected against short-circuit, over-temperature, open ground and open VP connectio

Digital Voltmeter Circuit with ICL7107

Description. The circuit given here is of a very useful and accurate digital voltmeter with LED display using the ICL7107 from Intersil. The ICL7107 is a high performance, low power, 3.5 digit analog to digital converter. The IC includes internal circuitry for seven segment decoders, display drivers, reference voltage source and a clock. The power dissipation is less than 10mW and the display stability is very high. The working of this electronic circuit is very simple. The voltage to be measured is converted into a digital equivalent by the ADC inside the IC and then this digital equivalent is decoded to the seven segment format and then displayed. The ADC used in ICL7107 is dual slope type ADC. The process taking place inside our ADC can be stated as follows. For a fixed period of time the voltage to be measured is integrated to obtain a ramp at the output of the integrator. Then a known reference voltage of opposite polarity is applied to the input of the integrator and allowed to r

PIC16F887 877 programming in C Tutorial 5 LCD Interfacing

LCD Interfacing: In this tutorial i will show you how to interface 16x2 LCD with micro-controller. 16x2 means there are two rows and each row contain maximum 16 characters.  For more detail refer to the LCD datasheet, which you are using. Basic Connection: Applies 5v to pin 2 and gnd to pins 1 & 5. Use variable resistor at pin 3 to set contrast. Pins 7 to 14 are the data pins,, used to send/rec data. Pin 6 is of enable; every time when you write to lcd you should have to give high to low, to this pin. pin 4 is register select pin use to give commands like clear, home etc.   In this tutorial i will interface lcd in 4-bit instead of 8-bit, so we only required four data pins. Code: Lets write a code that will display the motor status and its direction; it will be fun!!!! Requirements: Design a motor controller circuit using l298 and display its status on lcd. LCD is connected to portb and motor controller circuit is at portd. Required two switches to change motor direction; if both ar