Files
Last update 4 years 11 months
by TVavrinec
| Files | |
|---|---|
| batteryPack | |
| doc | |
| footprints | |
| fw | |
| scripts | |
| symbols | |
| .gitignore | |
| .travis.yml | |
| LICENSE | |
| Makefile | |
| README.md |
README.mdRB0002-BatteryPack
Universal 2 cells Li-Ion battery pack with separate USB charger PCB for robot power supplying.
This battery pack is designed for continuous 8.4 V / 15 A.
View this project on CADLAB.io.
License: CC BY-SA 4.0
Repository Structure
batteryPackcontains the main schematics and board drawingdoccontains CubeMX pinout of the MCU, resistor calculation spreadsheet, etc.footprintscontains the board-specific footprintssymbolscontains the board-specific symbolstoolscontains few scripts for automatization
Building
Simply call make in the top-top level directory. The build directory will
them contain:
- split boards for the charger and the battery pack
- zipped gerbers for the boards you can directly use for manufacturing
Makefile uses KiKit, therefore, it has to be available on your system.