krishnax12/ip2312-fast-charging-module

This design implements a compact PCB-based lithium battery fast charger featuring an IP2312 charging controller, USB-C input port, power regulation circuitry, indicator LEDs, and terminal connectors for battery and power connections.

Version
0.1.4
License
GPL-3.0
Stars
1

Files

README.md

# IP2312 fast-charging module

A tscircuit recreation of Sagar Saini's IP2312 lithium-battery charger. The
placement, board size, schematic values, and LCSC references are derived from
the original published EasyEDA manufacturing files.

Source project:
https://www.instructables.com/Fast-Charging-Module-for-Lithium-Batteries/

The imported JLCPCB footprints resolve their associated EasyEDA CAD models in
the tscircuit 3D viewer. This recreation should still be independently reviewed
against the IP2312 datasheet before fabrication or connection to a cell.

```sh
bun install
bun run build
bun run dev
```