diff --git a/content/Hardware Support/Nano Family/Nano-family-overview.md b/content/Hardware Support/Nano Family/Nano-family-overview.md new file mode 100644 index 00000000..8558302c --- /dev/null +++ b/content/Hardware Support/Nano Family/Nano-family-overview.md @@ -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) + + --- + + + +## Pinout differences + +The table below presents an overview of the pinout differences: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BoardAnalog Header ResetAREF5V
NanoRSTAREF5V
Nano EveryRSTAREF5V
Nano 33 BLERSTAREFVUSB
Nano 33 BLE SenseRSTAREFVUSB
Nano 33 BLE Sense Rev2RSTAREFVUSB
Nano 33 IoTRSTAREFVUSB
Nano RP2040 ConnectRECAREFVUSB
Nano ESP32B1 (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](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. + + + + + + +
The VUSB pads on the Nano 33 BLE SenseThe VBUS pin on Nano ESP32
+ +### 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. Read more about I2C and pull-up resistors diff --git a/content/Hardware Support/Nano Family/img/nano-ble-sense-rev2-I2C-Pads.png b/content/Hardware Support/Nano Family/img/nano-ble-sense-rev2-I2C-Pads.png new file mode 100644 index 00000000..abb2d566 Binary files /dev/null and b/content/Hardware Support/Nano Family/img/nano-ble-sense-rev2-I2C-Pads.png differ