Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 37 additions & 10 deletions content/Hardware Support/Nano Family/Nano-family-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,68 @@ The table below presents an overview of the pinout differences visible on the bo
<tr>
<th>Board</th>
<th>"RST/REC/B1" pin</th>
<th>“AREF/ B0” pin</th>
<th>“REF/ B0” pin</th>
<th>“5V/ VUSB/ VBUS” pin</th>
</tr>
<tr>
<td>Nano</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>5V</td>
</tr>
<tr>
<td>Nano Every</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>5V</td>
</tr>
<tr>
<td>Nano 33 BLE</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 BLE Rev2</td>
<td>RST</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 BLE Sense</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 BLE Sense Rev2</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 IoT</td>
<td>RST</td>
<td>AREF</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano Matter</td>
<td>B1 (Boot 1)</td>
<td>B0 (Boot 0)</td>
<td>5V</td>
</tr>
</tr>
<tr>
<td>Nano R4</td>
<td>B1 (Boot 1)</td>
<td>B0 (Boot 0)</td>
<td>5V</td>
</tr>
<tr>
<td>Nano RP2040 Connect</td>
<td>REC</td>
<td>AREF</td>
<td>REF</td>
<td>VUSB</td>
</tr>
<tr>
Expand All @@ -90,23 +109,31 @@ The boards in the Nano Family operate at different voltages:

* Arduino Nano
* Arduino Nano Every
* Arduino Nano R4

**Boards that operate at 3.3 V:**

* Arduino Nano 33 BLE
* Arduino Nano 33 BLE Sense
* Arduino Nano 33 BLE Sense Rev2
* Arduino Nano 33 IoT
* Arduino Nano Matter
* Arduino Nano RP2040 Connect
* Arduino Nano ESP32

---

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

## Surface mount pads
## Jumper pads

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.

### 3.3V pads

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.

Some boards in the Nano family have pads that can be soldered or cut to change the board's configuration.
[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}

### VUSB pads

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Compilation error: Invalid FQBN: board \"X\" not found"
id: 21448454878748
---

> [!IMPORTANT]
Expand Down