Skip to content

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.

Notifications You must be signed in to change notification settings

meekdenzo/AAMU-HOPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AAMU-HOPE (Hands-On PCB Engineering)

Alabama A&M University's Hands-On PCB Engineering program - Learn PCB design through hands-on projects using KiCad

Description

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.

Repository Structure

📁 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

Getting Started

  1. Install KiCad (Latest Version)
  2. Clone this repository
  3. Start with training-labs/lab-01-basics
  4. Follow the README in each project directory

Contributing Guidelines

  1. Create a new branch for your work
  2. Follow the project template structure
  3. Include detailed README files
  4. Submit pull requests for review

Project Standards

  • All projects must include:
    • Complete schematics
    • PCB layout files
    • Bill of Materials (BOM)
    • Assembly instructions
    • Design documentation
    • Test procedures

Resources

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published