Skip to content

Commit 71e290e

Browse files
authored
"Nano family overview" updates (#510)
* Updated for Arduino IDE 2 (HC-1557) * New article: Compilation error: Invalid FQBN: board "X" not found (HC-1668) * Remove article ID (publish as new article) * Fix table formatting * Add article ID * Updated pin table and added info on 3.3V jumper pads
1 parent addb1b1 commit 71e290e

File tree

1 file changed

+37
-10
lines changed

1 file changed

+37
-10
lines changed

content/Hardware Support/Nano Family/Nano-family-overview.md

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,49 +23,68 @@ The table below presents an overview of the pinout differences visible on the bo
2323
<tr>
2424
<th>Board</th>
2525
<th>"RST/REC/B1" pin</th>
26-
<th>“AREF/ B0” pin</th>
26+
<th>“REF/ B0” pin</th>
2727
<th>“5V/ VUSB/ VBUS” pin</th>
2828
</tr>
2929
<tr>
3030
<td>Nano</td>
3131
<td>RST</td>
32-
<td>AREF</td>
32+
<td>REF</td>
3333
<td>5V</td>
3434
</tr>
3535
<tr>
3636
<td>Nano Every</td>
3737
<td>RST</td>
38-
<td>AREF</td>
38+
<td>REF</td>
3939
<td>5V</td>
4040
</tr>
4141
<tr>
4242
<td>Nano 33 BLE</td>
4343
<td>RST</td>
44-
<td>AREF</td>
44+
<td>REF</td>
45+
<td>VUSB</td>
46+
</tr>
47+
<tr>
48+
<td>Nano 33 BLE Rev2</td>
49+
<td>RST</td>
50+
<td>REF</td>
4551
<td>VUSB</td>
4652
</tr>
4753
<tr>
4854
<td>Nano 33 BLE Sense</td>
4955
<td>RST</td>
50-
<td>AREF</td>
56+
<td>REF</td>
5157
<td>VUSB</td>
5258
</tr>
5359
<tr>
5460
<td>Nano 33 BLE Sense Rev2</td>
5561
<td>RST</td>
56-
<td>AREF</td>
62+
<td>REF</td>
5763
<td>VUSB</td>
5864
</tr>
5965
<tr>
6066
<td>Nano 33 IoT</td>
6167
<td>RST</td>
62-
<td>AREF</td>
68+
<td>REF</td>
6369
<td>VUSB</td>
70+
</tr>
71+
<tr>
72+
<td>Nano Matter</td>
73+
<td>B1 (Boot 1)</td>
74+
<td>B0 (Boot 0)</td>
75+
<td>5V</td>
76+
</tr>
77+
</tr>
78+
<tr>
79+
<td>Nano R4</td>
80+
<td>B1 (Boot 1)</td>
81+
<td>B0 (Boot 0)</td>
82+
<td>5V</td>
6483
</tr>
6584
<tr>
6685
<td>Nano RP2040 Connect</td>
6786
<td>REC</td>
68-
<td>AREF</td>
87+
<td>REF</td>
6988
<td>VUSB</td>
7089
</tr>
7190
<tr>
@@ -90,23 +109,31 @@ The boards in the Nano Family operate at different voltages:
90109

91110
* Arduino Nano
92111
* Arduino Nano Every
112+
* Arduino Nano R4
93113

94114
**Boards that operate at 3.3 V:**
95115

96116
* Arduino Nano 33 BLE
97117
* Arduino Nano 33 BLE Sense
98118
* Arduino Nano 33 BLE Sense Rev2
99119
* Arduino Nano 33 IoT
120+
* Arduino Nano Matter
100121
* Arduino Nano RP2040 Connect
101122
* Arduino Nano ESP32
102123

103124
---
104125

105126
<a id="surface-mount-pads"></a>
106127

107-
## Surface mount pads
128+
## Jumper pads
129+
130+
Some boards in the Nano family have jumper pads that can be soldered or cut to reroute connections and modify the board's default behavior.
131+
132+
### 3.3V pads
133+
134+
Some Nano boards that operate at 3.3 V have an exposed trace that can be cut to bypass the step down converter. This disables the USB port, but allows you to power the board directly with a 3.3 V source for lower power consumption.
108135

109-
Some boards in the Nano family have pads that can be soldered or cut to change the board's configuration.
136+
[Nano boards that can be powered directly with 3.3 V](https://support.arduino.cc/hc/en-us/articles/360014735580-Nano-boards-that-can-be-powered-directly-with-3-3-V){.link-chevron-right}
110137

111138
### VUSB pads
112139

0 commit comments

Comments
 (0)