https://github.com/devbisme/rpi_hat_template
KiCad template for a Raspberry Pi B+ Hat PCB.
https://github.com/devbisme/rpi_hat_template
Last synced: 12 months ago
JSON representation
KiCad template for a Raspberry Pi B+ Hat PCB.
- Host: GitHub
- URL: https://github.com/devbisme/rpi_hat_template
- Owner: devbisme
- License: mit
- Created: 2015-03-29T02:40:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T16:38:36.000Z (over 1 year ago)
- Last Synced: 2025-04-02T14:00:43.709Z (12 months ago)
- Language: HTML
- Size: 575 KB
- Stars: 227
- Watchers: 12
- Forks: 74
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Raspberry Pi B+ Hat
============================
Expansion Board
----------------------------
This is a project template for a
[Raspberry Pi B+ Hat](https://github.com/raspberrypi/hats).
This base project includes a PCB edge defined according to
[this specification](https://github.com/raspberrypi/hats/blob/master/hat-board-mechanical.pdf).
Both a thru-hole and a surface mount connector are provided, along with a different
PCB edge for each. Just keep the PCB edge and connector type that you're using for your design
and delete the others.
The component footprints used in this template are [here](https://github.com/devbisme/RPi_Hat.pretty).
The board outline looks like this:

Using this template
----------------------------
To use the Raspberry Pi Hat template, do one of following:
### Clone this repo as a submodule
```shell
mkdir -p my_project/libraries && cd my_project/libraries
git submodule add https://github.com/devbisme/RPi_Hat_Template
```
### Download this repo directly
Not recommended because you loose version control tracking,
Download the .zip from [here](https://github.com/devbisme/RPi_Hat_Template/archive/refs/heads/master.zip) and save
it to your system
### Import the library into KiCAD
In KiCAD go to `Preferences > Manage Symbol Libraries` and add the symbol library `libraries/RPI_Hat.kicad_sym`
In KiCAD go to `Preferences > Manage Footprint Libraries` and add the footprint library `footprints/RPI_Hat.pretty/`
(c)2015-2021 Dave Vandenbout.