https://github.com/bucknalla/kicad-feather-wing-template
KiCAD 7 template for Adafruit Feather Wings
https://github.com/bucknalla/kicad-feather-wing-template
adafruit feather kicad microcontroller wing
Last synced: about 2 months ago
JSON representation
KiCAD 7 template for Adafruit Feather Wings
- Host: GitHub
- URL: https://github.com/bucknalla/kicad-feather-wing-template
- Owner: Bucknalla
- License: mit
- Created: 2023-03-15T14:50:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T16:14:55.000Z (12 months ago)
- Last Synced: 2025-01-09T05:45:42.526Z (4 months ago)
- Topics: adafruit, feather, kicad, microcontroller, wing
- Language: HTML
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KiCAD 7 Feather Wing Template
This repo is a simple KiCAD template for Adafruit Feather Wings Specification.
Use it to quickly get started with the standard layout for Feather Wings to build your own sensor, driver, peripheral, etc. Wings.
This template is designed for use with [KiCAD 7](https://www.kicad.org/).
## How to use this template
Firstly either `git clone` or download the files in this repo.
Next, you will need to either add these files to your `KICAD_USER_TEMPLATE_DIR` path or change the path to point at this repo.
Typically `KICAD_USER_TEMPLATE_DIR` points at `/Users/your_username/Documents/KiCad/7.0/template/` on MacOS.
Once the path is correctly populated, navigate to `File -> New from Template` and choose `User Templates`.You should now see a `Feather Wing Template`, select this and begin working on your new project.
Saving the project will prompt you to create a new project.## Notes
This pinout is specific to the [Adafruit Feather Wing Specification](https://learn.adafruit.com/adafruit-feather/feather-specification) and thus may vary depending on the Feather Board you choose to target. For example, while the mechanical fit is correct, the pin names do not align with the [Feather Huzzah ESP8266](https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/pinouts).
## Reference
- [Adafruit Feather Specification](https://learn.adafruit.com/adafruit-feather/feather-specification)