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

https://github.com/m5stack/m5_hardware

M5Stack hardware related documents, etc.
https://github.com/m5stack/m5_hardware

Last synced: 5 months ago
JSON representation

M5Stack hardware related documents, etc.

Awesome Lists containing this project

README

          

# M5Stack Hardware Repository

[δΈ­ζ–‡](README_CN.md) | English

Welcome to the M5Stack open-source hardware repository! This repository contains hardware design files for M5Stack product series, including PCB designs, structural files, and KiCad libraries.

## πŸ“ Directory Structure

```
M5_Hardware/
β”œβ”€β”€ Common/ # Common module designs (Atomic, Module, Unit types)
β”œβ”€β”€ Products/ # Product designs organized by SKU
β”‚ β”œβ”€β”€ [SKU_Name]/
β”‚ β”‚ β”œβ”€β”€ PCB/ # PCB design files
β”‚ β”‚ └── Structures/ # 2D/3D structure files
β”‚ └── ...
β”œβ”€β”€ KiCad/ # KiCad library files
β”‚ β”œβ”€β”€ 3D/ # 3D models
β”‚ β”œβ”€β”€ Footprints/ # Footprint library
β”‚ └── Symbols/ # Symbol library
└── Docs/ # Documentation
```