Skip to content

Commit d44b750

Browse files
committed
Added eagle files
1 parent 3aa3027 commit d44b750

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

content/learn/06.hardware/nano-pcb-guide/nano-pcb-guide.md

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,16 @@ Below is a comparison between the different Nano Family boards.
6363

6464
There are several embedded sensors on the Nano boards, which can be seen below:
6565

66-
| Board | Nano | Nano Every | Nano 33 BLE | Nano 33 BLE Sense | Nano 33 IoT | Nano RP2040 Connect |
67-
| ----------- | ---- | ---------- | ----------- | ----------------- | -------------- | ------------------- |
68-
| IMU | x | x | **LSM9DS1** | **LSM9DS1** | **\*LSM6DSOX** | **LSM6DSOX** |
69-
| Microphone | x | x | x | **MP34DT05** | x | **MP34DT05** |
70-
| Gesture | x | x | x | **APDS-9960** | x | x |
71-
| Light | x | x | x | **APDS-9960** | x | x |
72-
| Color | x | x | x | **APDS-9960** | x | x |
73-
| Pressure | x | x | x | **LPS22HB** | x | x |
74-
| Temperature | x | x | x | **HTS221** | x | x |
75-
| Humidity | x | x | x | **HTS221** | x | x |
76-
77-
***\*Earlier versions of the Nano 33 IoT uses the LSM6DS3 module, which can be accessed via the [LSM6DS3 library](https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/). For newer versions using the LSM6DSOX module, use the [LSM6DSOX library](https://www.arduino.cc/reference/en/libraries/arduino_lsm6dsox/).***
66+
| Board | Nano | Nano Every | Nano 33 BLE | Nano 33 BLE Sense | Nano 33 IoT | Nano RP2040 Connect |
67+
| ----------- | ---- | ---------- | ----------- | ----------------- | ----------- | ------------------- |
68+
| IMU | x | x | **LSM9DS1** | **LSM9DS1** | **LSM6DS3** | **LSM6DSOX** |
69+
| Microphone | x | x | x | **MP34DT05** | x | **MP34DT05** |
70+
| Gesture | x | x | x | **APDS-9960** | x | x |
71+
| Light | x | x | x | **APDS-9960** | x | x |
72+
| Color | x | x | x | **APDS-9960** | x | x |
73+
| Pressure | x | x | x | **LPS22HB** | x | x |
74+
| Temperature | x | x | x | **HTS221** | x | x |
75+
| Humidity | x | x | x | **HTS221** | x | x |
7876

7977
## Power Considerations
8078

@@ -130,20 +128,32 @@ The Nano Family boards have serial buses attached to the following pins:
130128

131129
The location of these pins are located in the pinout for each board. These are found in the **Resources Section** product page of each board.
132130

133-
## Nano Form Factor Design Files
134-
135-
### Carrier Template
131+
## Carrier Templates
136132

137133
![Nano carrier template file.](assets/carrier-templates.png)
138134

139-
Below are template files for creating your custom **Printable Circuit Board (PCB)**.
135+
In this section, you will find downloadble files that can be used together with various PCB design programs, such as [Altium](https://www.altium.com/) and [Eagle](https://www.autodesk.com/products/eagle/free-download) to create your own Nano accessories.
136+
137+
You can either download the **connector** template, or the **solder pads** template.
138+
139+
- **Connector template:** empty carrier template with connectors. This is useful if you want to create a design where you can attach and remove a Nano board easily.
140+
- **Solder pads template:** an empty carrier template with solder pads. This is useful if you want to create a design where you solder the Nano directly on top of the PCB.
141+
142+
### Altium
143+
144+
Below are template files for Altium.
145+
146+
- [Nano Carrier PCB template (solder pads)](/resources/cad/NanoCarrier_SolderPads.zip)
147+
- [Nano Carrier PCB template (connectors)](/resources/cad/NanoCarrier_Socket.zip)
148+
149+
### Eagle
140150

141-
- [Nano Carrier PCB template (solder pads)](/resources/cad/NanoCarrier_SolderPads.zip) - an empty carrier template with solder pads. This is useful if you want to create a design where you solder the Nano directly on top of the PCB.
142-
- [Nano Carrier PCB template (connectors)](/resources/cad/NanoCarrier_Socket.zip) - an empty carrier template with connectors. This is useful if you want to create a design where you can attach and remove a Nano board easily.
151+
Below are template files for Eagle.
143152

144-
The files can be used together with various PCB design programs, such as [Altium](https://www.altium.com/) and [Eagle](https://www.autodesk.com/products/eagle/free-download) to create your own Nano accessories.
153+
- [Nano Carrier PCB template (solder pads)](/resources/cad/eagle_nano_carrier_castellated.zip)
154+
- [Nano Carrier PCB template (connectors)](/resources/cad/eagle_nano_carrier_throughhole.zip)
145155

146-
### 3D Files
156+
## 3D Files
147157

148158
The design file(s) below can be used for 3D printing, e.g. enclosures, mounts.
149159

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)