Here you can find the schematics and PCB layouts for the Akku-Craft project.
The project contains KiCad files for the development of battery management and monitoring systems. The main schematic as well as a separate current sensor are included.
Schaltplan/
├── Schaltplan.kicad_sch # Main schematic
├── Schaltplan.kicad_pcb # PCB layout
├── Schaltplan.kicad_pro # KiCad project file
└── Schaltplan-backups/ # Automatic backups
The project was created with KiCad. Version 9.x or higher is recommended.
Download: https://www.kicad.org/
Clone the repository and open the file schematics/Schaltplan.kicad_pro in KiCad.
The main schematic is located in Schaltplan.kicad_sch.
Typical workflow for changes:
- Open and edit the schematic in KiCad
- Update the PCB layout accordingly
- Perform a Design Rule Check (DRC)
- Export Gerber files for manufacturing
KiCad automatically creates backups in the Schaltplan-backups/ folder. The ZIP files contain snapshots of the project at various points in time.
This project is licensed under the CC BY-NC-SA 4.0 License – see the LICENSE file for details.
