|
1 | 1 |  |
2 | 2 |
|
3 | 3 | # KiCad Symbol & Footprint Library for Arduino Modules |
4 | | -*Version 4.1.0* |
| 4 | +*Version 4.2.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 |
|
@@ -31,6 +31,7 @@ Currently included modules: |
31 | 31 | - Arduino **Nano 33 BLE Sense** Socket / Tile |
32 | 32 | - Arduino **Nano 33 BLE Sense R2** Socket / Tile |
33 | 33 | - Arduino **Nano 33 IoT** Socket / Tile |
| 34 | +- Arduino **Nano ESP32** Socket / Tile |
34 | 35 | - Arduino **Nano Every** Socket / Tile |
35 | 36 | - Arduino **Nano RP2040 Connect** Socket / Tile |
36 | 37 | - Arduino **Nicla Sense ME** Socket / Tile |
@@ -135,6 +136,10 @@ Original Images: Copyright 2013, [Arduino](https://www.arduino.cc/). Derived Ima |
135 | 136 |
|
136 | 137 | The word "Arduino" is a registered trademark of [Arduino](https://www.arduino.cc/). This trademark is used in this library to refer to Arduino products and to identify Arduino-related non-commercial content, as permitted by Arduino's [trademark guidelines](https://www.arduino.cc/en/trademark). This project is not affiliated with nor endorsed by Arduino. |
137 | 138 |
|
| 139 | +### Warranty Disclaimer |
| 140 | + |
| 141 | +This library is provided in the hope that it will be useful, but without any warranties of any kind. Your use of this library is at your own risk. For the full warranty disclaimer, see Section 5 of the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). |
| 142 | + |
138 | 143 | ## FAQ |
139 | 144 |
|
140 | 145 | Answers to some common questions about this library. |
@@ -167,4 +172,4 @@ In principle I'm open to marking the taller components specifically, which would |
167 | 172 |
|
168 | 173 | The short answer is that some power pins on some modules can be used as either inputs or outputs, depending on your circuit design / where you're powering the assembly from. |
169 | 174 |
|
170 | | -For those pins where I've been able to categorically confirm that the given power pin is Unconnected by default, or must necessarily be a Power Input or a Power Output, I have set it as such. For those pins that can be used as either an input or output, I have set it to Power Input as this is the more flexible option whilst still preserving some element of DRC capability. If you're using one of these Power Input pins as a Power Output from the module, you'll need to add the special "PWR_FLAG" component to the affected net to make the DRC error go away. |
| 175 | +For those pins where I've been able to categorically confirm that the given power pin is `Unconnected` by default, or must necessarily be a `Power Input` or a `Power Output`, I have set it as such. For those pins that can be used as either an input or output, I have set it to `Power Input` as this is the more flexible option whilst still preserving some element of DRC capability. If you're using one of these `Power Input` pins as a `Power Output` from the module, you'll need to add the special `PWR_FLAG` component to the affected net to make the DRC error go away. |
0 commit comments