krishnax12/ip2312-fast-charging-module
This circuit implements a USB-C powered, IP2312-based 1-cell lithium battery fast charger with integrated power input, inductor, capacitors, resistors, charge and standby LEDs, and voltage/current monitoring components.
- Version
- 0.1.3
- License
- GPL-3.0
- Stars
- 0
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
```