Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T16:14:55.000Z (8 months ago)
- Last Synced: 2024-05-02T11:16:37.318Z (8 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.![board](meta/board.png)
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)