Alabama A&M University's Hands-On PCB Engineering program - Learn PCB design through hands-on projects using KiCad
This repository contains PCB design projects and training materials for AAMU's HOPE initiative. Students learn practical PCB design skills through structured labs and real-world projects using KiCad.
π AAMU-HOPE/
βββ π training-labs/
β βββ π lab-01-basics/
β β βββ README.md # Lab instructions and requirements
β β βββ schematic/ # KiCad schematic files
β β βββ pcb/ # KiCad PCB layout files
β β βββ assets/ # Images and documentation
β βββ π lab-02-components/
β βββ π lab-03-routing/
β
βββ π projects/
β βββ π usb-charger/
β β βββ README.md # Project specifications
β β βββ schematic/
β β βββ pcb/
β β βββ bom/ # Bill of Materials
β β βββ documentation/ # Additional technical docs
β βββ π light-sensor/
β
βββ π resources/
β βββ kicad-setup.md # KiCad installation guide
β βββ design-guidelines.md # PCB design standards
β βββ component-library/ # Common components and footprints
β
βββ π templates/
β βββ project-template/ # Standard project structure
β βββ documentation-template/# README and doc templates
β
βββ .gitignore
βββ LICENSE
βββ README.md
- Install KiCad (Latest Version)
- Clone this repository
- Start with training-labs/lab-01-basics
- Follow the README in each project directory
- Create a new branch for your work
- Follow the project template structure
- Include detailed README files
- Submit pull requests for review
- All projects must include:
- Complete schematics
- PCB layout files
- Bill of Materials (BOM)
- Assembly instructions
- Design documentation
- Test procedures
- KiCad Docs: https://docs.kicad.org/
- Recommended Course: https://techexplorations.com/so/kicad-like-a-pro-4th-edition/