This repository provides a template design for creating modules in the ModuCard system. Each module is designed to seamlessly interface with the ModuCard backplane, enabling a modular and expandable robotics platform.
- Input voltage: 12V from the backplane.
- Output voltage: 3.3V @ 0.5A.
- Built-in ST-LINK connected to the backplane via USB interface.
- Enables programming and debugging of the onboard MCU.
- Two independent CAN buses: CAN1 and CAN2.
- Both connect with the backplane to facilitate communication between the onboard MCU and other modules in the system.
- Create a new repository
- Copy files from this repository to your new repository.
- Rename the files:
base-module.kicad_pcb
→<your-board-name>.kicad_pcb
base-module.kicad_sch
→<your-board-name>.kicad_sch
base-module.kicad_pro
→<your-board-name>.kicad_pro
- Open the project in KiCad.
- Update page settings in the schematic and PCB:
- Change the Title to
ModuCard <your project name>
. - Edit Comment 2 to include your name in the
<author>
field.
- Change the Title to
- Enjoy implementing your project!