Welcome! Here you can find all the materials for our PCB design class. We've run this at WPI in D24 and A24. This class is taught by @dgorbunov and @124274sashimi. You can reach us at [email protected].
Repo Structure:
Folder | Contents |
---|---|
datasheets |
Datasheets for major parts |
sample_board |
Sample board design |
slides |
PDFs of slides |
starter_board |
Starter template design |
starter_code |
Starter code file(s) |
# | Lecture |
---|---|
01 | PCB Basics |
02 | Project Design |
03 | Layout + Routing |
04 | Working with KiCad |
PDFs can be found in /slides.
Recordings of lectures can be found here. This unfortunately requires signing in with a WPI account. This is WPI's policy for Echo360 recordings.
Not sure where to get started on your design? You'll need to download and install KiCad. You'll also need the Arduino IDE to program your board.
To get started on your own board design, navigate to /starter_board and read the instructions in the README
file.
To get started uploading code to your board, navigate to /starter_code and read the instructions in the README
file.