Files
Last update 3 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
batteryPack
contains the main schematics and board drawingdoc
contains CubeMX pinout of the MCU, resistor calculation spreadsheet, etc.footprints
contains the board-specific footprintssymbols
contains the board-specific symbolstools
contains 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.