Skip to content

Commit ff43a5c

Browse files
committed
add images
1 parent 82509e7 commit ff43a5c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Loading
Loading

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,21 @@ Each Nano Family board has a dedicated documentation page, see the list below:
2222
- [Nano 33 IoT](/nano-33-iot)
2323
- [Nano RP2040 Connect](/hardware/nano-rp2040-connect)
2424

25-
Inside the documentation page, you will find design files such as full pinout, CAD and Fritzing files. You will also find any tutorials and compatible libraries with the respective boards in this page.
25+
Inside the documentation page, you will find design files such as full pinout, CAD and Fritzing files. You will also find tutorials and compatible libraries with the respective boards in this page.
2626

2727
## Technical Overview
2828

2929
### Dimensions
3030

31+
The following dimensions apply to all of the Nano
32+
3133
| Format | Measurement |
3234
| ------ | ----------- |
3335
| Width | 18 mm |
3436
| Length | 45 mm |
35-
| Pitch | 1.27 mm |
37+
| Pitch\* | 2.54 mm |
3638

39+
***\*Pitch is the space between the pins (e.g. between A1, A2. This specification is important when choosing header pins.***
3740

3841
### Feature Comparisons
3942

@@ -117,7 +120,7 @@ The location of these pins are located in the pinout for each board. These are f
117120

118121
### PCB
119122

120-
![Nano carrier template file.]()
123+
![Nano carrier template file.](assets/carrier-templates.png)
121124

122125
Below are template files for creating your custom **Printable Circuit Board (PCB)**.
123126

@@ -137,9 +140,9 @@ The design file(s) below can be used for 3D printing, e.g. enclosures, mounts.
137140

138141
## Soldering Directly To PCB
139142

140-
All Nano boards can be purchased **without headers attached.** This makes it possible to solder it directly to a custom PCB, using the castellated pads on the board.
143+
All Nano boards can be purchased **without headers attached.** This makes it possible to solder it directly to a custom PCB, using the castellated holes on the board.
141144

142-
![Castellated pads.]()
145+
![Castellated holes on a Nano board to the left, solder pads on a PCB to the right.](assets/castellated-pads.png)
143146

144147
This method is useful for more robust applications, where the Nano board needs to be permanently attached.
145148

0 commit comments

Comments
 (0)