An open API service indexing awesome lists of open source software.

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

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.

---

![License: CC BY 4.0](https://img.shields.io/badge/license-CC--BY--4.0-lightgrey.svg)
![Made with KiCad](https://img.shields.io/badge/Made%20with-KiCad-005cad?logo=kicad)
![Repo size](https://img.shields.io/github/repo-size/StyriaElectronics/MTS_Card_Template)
![Last Commit](https://img.shields.io/github/last-commit/StyriaElectronics/MTS_Card_Template)
![Stars](https://img.shields.io/github/stars/StyriaElectronics/MTS_Card_Template?style=social)

---

## πŸ“¦ 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!