The Modular Test System – Card Template provides a base design for plug-in boards that slide into a standard 3U 42TE rack.
These boards interface with a central backplane, enabling power distribution and inter-module communication.
Perfect for rapid development of sensor, signal, communication, or analog cards — with a clean KiCad layout ready to extend.
.kicad_pro
– Project file.kicad_sch
– Schematic.kicad_pcb
– PCB layout*-backups/*.zip
– Gerber backup ZIPs for production.gitignore
,LICENSE
,README.md
- KiCad 8.x
- Optional: Gerber Viewer or JLCPCB/PCBWay web viewer
# Clone the repository
git clone https://github.com/StyriaElectronics/MTS_Card_Template.git
# Open the project in KiCad
open MTS_Card_Template.kicad_pro
To export new Gerber files from KiCad:
- Open the
.kicad_pcb
file in KiCad - Go to File > Plot > Gerber
- Optionally, ZIP the result:
zip -r Gerber_Export.zip <folder>
This project is licensed under the
Creative Commons Attribution 4.0 International (CC BY 4.0) license.
You may use, modify, and share the project – as long as you give proper credit to the author.
Author: Styria Electronics András Nagy
Website: styria-electronics
This project is provided "as is" without warranty of any kind, either expressed or implied.
In no event shall the author(s) be liable for any claim, damages, or other liability arising from, out of, or in connection with the use or other dealings in this project.
Pull requests, issues, and forks are always welcome!
... give this project a star ⭐️ on GitHub!