https://github.com/mhered/kicad_udemy_course
My notes on the course "PCB design with KiCAD - updated for KiCAD 9" by Dr Peter Dalmaris in Udemy
https://github.com/mhered/kicad_udemy_course
Last synced: 2 months ago
JSON representation
My notes on the course "PCB design with KiCAD - updated for KiCAD 9" by Dr Peter Dalmaris in Udemy
- Host: GitHub
- URL: https://github.com/mhered/kicad_udemy_course
- Owner: mhered
- Created: 2025-07-05T12:49:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T17:51:03.000Z (6 months ago)
- Last Synced: 2025-12-23T06:49:19.382Z (6 months ago)
- Language: G-code
- Size: 76.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README.md
This repository contains [my course notes](./notes/KiCAD_notes.md) from the Udemy course [KiCAD like a Pro](https://www.udemy.com/course/kicad-like-a-pro-3e/) by Dr Peter Dalmaris, as well as several beginner friendly KiCAD projects (some of which are inspired in the course)
### ⚠️ Libraries included
This repository follows (mostly) [these recommendations](./notes/recommended_libraries_setup_in_KiCAD_repo.md) to facilitate that everything needed to replicate these projects travels with the repo
### ⚠️ Git LFS Required
This repository uses [Git Large File Storage (Git LFS)](https://git-lfs.com/) to handle large files (mainly for CAD models, and zipped gerber files).
If you clone the repo without Git LFS, large files will appear as tiny pointer files instead of the real content.
### Setup
1. Install Git LFS on your system:
```bash
sudo apt install git-lfs
```
2. Run once on your machine to set it up for your user account:
```bash
git lfs install
```
3. Clone the repository as usual:
```bash
git clone https://github.com/mhered/KiCAD_udemy_course.git
```