|
|
@ -1,20 +1,9 @@ |
|
|
|
# KiCad Template for Arduino 101 Shield |
|
|
|
|
|
|
|
This is a KiCad template to make it easy to include the Arduino 101 in a project. |
|
|
|
|
|
|
|
It comes with all the design rules to meet the 2-layer OSH Park specs and stackup. |
|
|
|
|
|
|
|
- <a href="http://docs.oshpark.com/services/two-layer/">OSH Park Two Layer Specs</a> |
|
|
|
- <a href="http://docs.oshpark.com/design-tools/kicad">OSH Park KiCad Help</a> |
|
|
|
- <a href="https://www.arduino.cc/en/Main/ArduinoBoard101">Arduino 101 Product Page</a> |
|
|
|
|
|
|
|
### Instructions |
|
|
|
|
|
|
|
1. Open KiCad. |
|
|
|
1. Open Preferences > Configure Paths and note the value of 'KICAD_PTEMPLATES'. |
|
|
|
1. <a href="https://github.com/wickerbox/wickerlib/blob/master/templates/arduino-101-shield-template.zip?raw=true">Download the template zip</a> and extract into the location of 'KICAD_PTEMPLATES'. |
|
|
|
1. In KiCad, open File > New Project > New Project from Template. |
|
|
|
1. Select the location of your new project. The name of the folder will be the name of your project. |
|
|
|
1. The templates with folders in the 'KICAD_PTEMPLATES' are listed under 'Portable Templates" tab. |
|
|
|
1. Select the template and click 'OK'. |
|
|
|
1. Your project now exists, so you can open EESchema and PCBNew and design as usual. |
|
|
|
Gerbers: |
|
|
|
|
|
|
|
Rev 1.45 |
|
|
|
Ethernet is still backwards, but I removed as many arduino |
|
|
|
pins as possible to make soldering quicker. To improve upon |
|
|
|
this: |
|
|
|
* Fix Enc being backwards |
|
|
|
* Use Nano instead of Uno (though the vreg might |
|
|
|
not be as good, so may want on board switcher...) |