Schematic description
Advanced Charger schematic explained.
The schematics for Advanced Charger is completely based on the PIC 16F876 device. All the other components are for basic I/O functions that the charger performs during normal operations. The PIC microprocessor has a crystal of 20MHz in order to have a true calculation power of 5 MIPS. The PIC interfaces the PC serial port using a MAX232 that translate the TTL levels to true RS232 levels. The version of the MAX232 used allow the usage of 100N capacitors for charge pumps.

The power supply for PIC is a linear regulator LM7805, capable to source 1A at 5V.
The fan cooler is commanded directly from the PIC using a small power npn transistor, in order to switch on the fan only during the charge or discharge operations.
The buzzer is wired directly to the PIC open collector output pin and the key switches uses an input port with internal pull-ups.
The "BREAK" key is directly connected to the reset pin of the PIC microcontroller for "break and restart" fast operation.
The charge/discharge block is built with a double P-channel mosfet (in parallel) for the charge and the double N-channel (in parallel) for the discharge. The selected components mounted on a Pentium-style cooler (with fan) reaches 30A for discharge and 10A for charge without problems. The mosfets are directly driven by a low pass filtered PWM signal coming from the PIC. This signal is referenced to GND for N-channel driving and to power supply for P-channels driving. The voltage sense wires are differents from the power wires in order to avoid the problem of the variable offset depending from the charge/discharge current.
The feedback for current and voltage are directly taken from a current to voltage (hall sensor based) converter and from a simple resistive partitor. This partitor has a relatively high output resistance and the value must be taken into account in the settling time of battery signal conversion inside the PIC processor. The current to voltage converter has a zero-current output of about 2.5V and swings 0.6V around this point for currents flowing inside the sensor in the two opposite directions.
Differences with respect to the BASIC CHARGER
The hardware modifications between the BASIC and ADVANCED charger are very minimal. The schematic baseline and the concepts are always the same, it changes only a few particulars.
- Double P channel mosfet for charge current increase and blocking diode introdction.
- New P channel mosfet drive for operational amplifier no rail-to-rail functionning.
- 16x2 lines LCD display with HD44780 controller.
Comments ::
© 2004 Seven-Segments
All content on this website
(including text, photographs, resource files, and any other original works),
unless otherwise noted, is licensed under a
Creative Commons License