https://github.com/styriaelectronics/mts_card_template
KiCad project for MTS (Modular Test System) interface cards
https://github.com/styriaelectronics/mts_card_template
electronics-development kicad kicad-pcb mts
Last synced: 3 months ago
JSON representation
KiCad project for MTS (Modular Test System) interface cards
- Host: GitHub
- URL: https://github.com/styriaelectronics/mts_card_template
- Owner: StyriaElectronics
- License: other
- Created: 2025-04-07T08:29:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T09:32:13.000Z (11 months ago)
- Last Synced: 2025-06-14T23:04:21.850Z (11 months ago)
- Topics: electronics-development, kicad, kicad-pcb, mts
- Language: HTML
- Homepage: https://styria-electronics.at/2025/04/13/modular-interface-card-development-with-kicad/
- Size: 982 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π§© MTS (Modular Test System) β Card Template
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.
---





---
## π¦ Project Contents
- `.kicad_pro` β Project file
- `.kicad_sch` β Schematic
- `.kicad_pcb` β PCB layout
- `*-backups/*.zip` β Gerber backup ZIPs for production
- `.gitignore`, `LICENSE`, `README.md`
---
## π Requirements
- [KiCad 8.x](https://www.kicad.org/)
- Optional: [Gerber Viewer](https://gerbv.geda-project.org/) or JLCPCB/PCBWay web viewer
---
## π Open the Project
```bash
# Clone the repository
git clone https://github.com/StyriaElectronics/MTS_Card_Template.git
# Open the project in KiCad
open MTS_Card_Template.kicad_pro
```
---
## π MTS System β Technical Specification
- π [π©πͺ Deutsch β MTS_Specification.md](specs/MTS_Specification.md)
- π [π¬π§ English β MTS_Specification_EN.md](specs/MTS_Specification_EN.md)
---
## π§ͺ Export Gerber Files
To export new Gerber files from KiCad:
1. Open the `.kicad_pcb` file in KiCad
2. Go to File > Plot > Gerber
3. Optionally, ZIP the result:
```bash
zip -r Gerber_Export.zip
```
---
## π License
This project is licensed under the
**[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/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](https://styria-electronics.at)
---
## β οΈ Disclaimer
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.
## π€ Contributing
Pull requests, issues, and forks are always welcome!
---
## βοΈ If You Like It...
... give this project a star βοΈ on GitHub!