|
3 | 3 | # KiCad Symbol & Footprint Library for Arduino Modules |
4 | 4 | *Version 4.1.0* |
5 | 5 |
|
6 | | -[](https://www.repostatus.org/#active)      |
| 6 | +[](https://www.repostatus.org/#active)      |
7 | 7 |
|
8 | 8 | This is a library of KiCad schematic symbols and PCB footprints for most Arduino modules. You can use them to make your own PCB design which will effortlessly connect with your chosen Arduino module. |
9 | 9 |
|
@@ -41,6 +41,7 @@ Currently included modules: |
41 | 41 | - Arduino **Uno R2** Shield |
42 | 42 | - Arduino **Uno R3** Shield |
43 | 43 | - Arduino **Uno R3 SMD** Shield |
| 44 | +- Arduino **Uno R4 Minima** Shield |
44 | 45 | - Arduino **Uno WiFi R2** Shield |
45 | 46 | - Arduino **Zero** Shield |
46 | 47 | - Clone **Mega 2560 Pro** Socket |
@@ -157,7 +158,7 @@ The cut-outs are necessary to accommodate components on the back of those module |
157 | 158 |
|
158 | 159 | Firstly, this does not stop you from placing your components wherever you want. It does mean that the KiCad DRC will, by default, report errors or warnings in some circumstances because the module footprint and your circuit's footprints' courtyards are overlapping, but you can ignore or disable these errors/warnings without issue. |
159 | 160 |
|
160 | | -Secondly, the intention is that it acts as a warning to the designer that they've put components in the 'danger zone' between their PCB and the Module. I do not model all of the tall components on the module, so it is possible that a user might unknowingly place their own tall component in a position that would conflict with one on the module. My hope is that the DRC errors/warnings will flag this potential problem to the designer to manually check that their placement does not conflict with the module. |
| 161 | +Secondly, the intention is that it acts as a warning to the user that they've put components in the 'danger zone' between their PCB and the Module. I do not model all of the tall components on the module, so it is possible that a user might unknowingly place their own tall component in a position that would conflict with one on the module. My hope is that the DRC errors/warnings will flag this potential problem to the user to manually check that their placement does not conflict with the module. |
161 | 162 |
|
162 | 163 | In principle I'm open to marking the taller components specifically, which would remove this issue, but this is a lot of work and requires data I don't have access to for all the modules. |
163 | 164 |
|
|
0 commit comments