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
The table below presents an overview of the pinout differences visible on the board’s silk:
Board | "RST/REC/B1" pin | “AREF/ B0” pin | “5V/ VUSB/ VBUS” pin |
---|---|---|---|
Nano | RST | AREF | 5V |
Nano Every | RST | AREF | 5V |
Nano 33 BLE | RST | AREF | VUSB |
Nano 33 BLE Sense | RST | AREF | VUSB |
Nano 33 BLE Sense Rev2 | RST | AREF | VUSB |
Nano 33 IoT | RST | AREF | VUSB |
Nano RP2040 Connect | REC | AREF | VUSB |
Nano ESP32 | B1 (Boot 1) | B0 (Boot 0) | VBUS |
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.
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
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 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.
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:
These exposed pads can be used for installing pull-up resistors when using the I2C protocol. Read more about I2C and pull-up resistors