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
128 changes: 128 additions & 0 deletions content/Hardware Support/Nano Family/Nano-family-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
---
title: "Nano family overview"
id:
---

The Nano Family is a series of boards with the same form factor and pin layout. This standardized form factor makes it easier for makers and third-party manufacturers to design hardware accessories compatible with the wide range of Nano boards.

Despite the similarities, there are subtle differences in some Nano boards in order to support their unique functionalities. In this article:

* [Pinout differences](#pinout-differences)
* [Operating voltage differences](#operating-voltage-differences)
* [Surface mount pads](#surface-mount-pads)

---

<a id="pinout-differences"></a>

## Pinout differences

The table below presents an overview of the pinout differences:

<table>
<tr>
<th>Board</th>
<th>Analog Header Reset</th>
<th>AREF</th>
<th>5V</th>
</tr>
<tr>
<td>Nano</td>
<td>RST</td>
<td>AREF</td>
<td>5V</td>
</tr>
<tr>
<td>Nano Every</td>
<td>RST</td>
<td>AREF</td>
<td>5V</td>
</tr>
<tr>
<td>Nano 33 BLE</td>
<td>RST</td>
<td>AREF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 BLE Sense</td>
<td>RST</td>
<td>AREF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 BLE Sense Rev2</td>
<td>RST</td>
<td>AREF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano 33 IoT</td>
<td>RST</td>
<td>AREF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano RP2040 Connect</td>
<td>REC</td>
<td>AREF</td>
<td>VUSB</td>
</tr>
<tr>
<td>Nano ESP32</td>
<td>B1 (Boot 1)</td>
<td>B0 (Boot 0)</td>
<td>VBUS</td>
</tr>
</table>

Understanding these pinout differences is important if you are designing custom hardware or using third-party accessories for the Nano form factor. For example, an accessory created for the Nano Every might not work correctly with the Nano ESP32, since one of the RST pins on the Nano Every corresponds to the B1 (BOOT1) pin on the Nano ESP32.

---

<a id="operating-voltage-differences"></a>

## Operating voltage differences

The boards in the Nano Family operate at different voltages:

**Boards that operate at 5 V:**

* Arduino Nano
* Arduino Nano Every

**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 RP2040 Connect
* Arduino Nano ESP32

---

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

## Surface mount pads

Some boards in the Nano family have pads that can be soldered or cut to change the board's configuration.

### VUSB pads

It is possible to [enable 5 V power on the VUSB or VBUS pin on Nano boards](https://support.arduino.cc/hc/en-us/articles/360014779679-Enable-5-V-power-on-the-VUSB-or-VBUS-pin-on-Nano-boards) that operate at 3.3 V. On all of these boards (except the Nano ESP32), two VUSB pads must be shorted in order to enable the VUSB pin. On the Nano ESP 32, the VBUS pin is enabled by default and these two pads are not present.

<table>
<tr>
<td><img src="img/nano-33-ble-rev2-vusb-pin.png" alt="The VUSB pads on the Nano 33 BLE Sense"></td>
<td><img src="img/nano-esp32-vbus-pin.png" alt="The VBUS pin on Nano ESP32"></td>
</tr>
</table>

### I2C pads

The Nano 33 BLE, the Nano 33 BLE Sense, and Nano 33 BLE Sense Rev2 have two pairs of unnamed pads on the back of the board:

![The I2C pads on the Nano 33 BLE sense](img/nano-ble-sense-rev2-I2C-Pads.png)

These exposed pads can be used for installing pull-up resistors when using the I2C protocol. <a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/11153357842588-I2C-and-pull-up-resistors">Read more about I2C and pull-up resistors</a>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.