This module is a single-cell Li-ion battery charger based on the Microchip MCP73831. It takes a DC input at VIN, regulates charge current via a programming resistor, provides status indication with an LED, and outputs to the battery at VBAT. Key functions and components:
- Input power connector: VIN
- Charger IC: IC1
- Charge-current programming resistor: Rprog
- Sets charge current (up to 500 mA) according to the MCP73831 datasheet formula
- Decoupling capacitors:
- C1 (80 nF–1 µF on VIN)
- C2 (input decoupling)
- C3 (output decoupling on VBAT)
- Charge-status indicator LED: STAT
- Battery output connector: VBAT
- Common reference (0 V): GND
Workflow: apply a DC source (e.g., 5 V) to [VIN], the MCP73831 regulates and limits charge current according to [Rprog], decoupling capacitors stabilize the rails, and [STAT] indicates charge status (on/fast-charge vs. off/charge-done). The battery attaches at [VBAT].
xplor
copilot
Table
xplor
copilot
-
Power Input (VIN):
- Connect VIN:(P1) to IC1:(VDD) for power supply to the IC.
- Connect C1:(P1) also to VIN to serve as a decoupling capacitor for the power input. Connect C1:(P2) to GND.
- Install another decoupling capacitor C2 connected from VIN to GND to stabilize the input power further. Specifically, connect C2:(P2) to VIN and C2:(P1) to GND.
-
Ground Connections (GND):
- Connect GND to IC1:(VSS), providing a common ground reference for the IC.
- The ground side of C1, C2, and C3 (C1:(P2), C2:(P1), C3:(P2)) should be connected together and to GND.
-
Battery Connection (VBAT):
- VBAT:(P1) goes to IC1:(VBAT) for the battery connection.
- Connect C3:(P1) to VBAT to serve as a decoupling capacitor for the battery. C3:(P2) connects to GND.
-
Programming Resistor (Rprog):
- Connect Rprog:(P1) to IC1:(PROG) to set the charging current. According to the datasheet information, a 2k resistor can be used here.
- Rprog:(P2) goes to GND.
-
Charge Status LED (STAT):
- Connect STAT:(A) to IC1:(STAT) to receive charge status signals.
- Connect STAT:(K) through R1:(P1) to GND for the status LED. R1 limits the current through the LED. Here, R1 is specified as 1k.
Connection Overview