You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated content of article based on feedback from dario
- Updated images and added downloadable dimensions
- Updated technical specifications on RP2040 (added SRAM, and modified NINA-W102 memory)
| IMU | x | x |**LSM9DS1**|**LSM9DS1**|**\*LSM6DSOX**|**LSM6DSOX**|
69
+
| Microphone | x | x | x |**MP34DT05**| x |**MP34DT05**|
70
+
| Gesture | x | x | x |**APDS-9960**| x | x |
71
+
| Light | x | x | x |**APDS-9960**| x | x |
72
+
| Color | x | x | x |**APDS-9960**| x | x |
73
+
| Pressure | x | x | x |**LPS22HB**| x | x |
74
+
| Temperature | x | x | x |**HTS221**| x | x |
75
+
| Humidity | x | x | x |**HTS221**| x | x |
76
+
77
+
***\*Earlier versions of the Nano 33 IoT uses the LSM6DS3 module, which can be accessed via the [LSM6DS3 library](https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/). For newer versions using the LSM6DSOX module, use the [LSM6DSOX library](https://www.arduino.cc/reference/en/libraries/arduino_lsm6dsox/).***
68
78
69
79
## Power Considerations
70
80
71
81
### Voltage (3.3V / 5V)
72
82
73
83
It is important to understand that the Nano family boards operates on different voltage. Any board with a radio module (Nano 33 BLE, Nano 33 BLE Sense, Nano 33 IoT, Nano RP2040 Connect) operates on **3.3V**. The Nano (classic), and Nano Every operates on **5V**.
74
84
75
-
As the boards with radio modules operate on 3.3V logic, the 5V pin is disabled by default. When powering the board via USB, the VIN pin can instead be used as a 5V pin. This is useful when powering circuits requiring 5V.
85
+
As the boards with radio modules operate on 3.3V logic, the 5V pin is connected to headers via a solder jumper which defaults open. When powering the board via USB, the VIN pin can be used as a 5V output from the board. This is useful when powering carrier boards requiring 5V and powering the system via USB.
76
86
77
87
### VUSB Pads
78
88
79
-
The 5V pin is also referred to as**"VUSB"**. The purpose of this pin is to power devices connected to the board via USB. To enable it, you will need to solder together the VUSB pads on the bottom of the board, as shown in the image below:
89
+
The 5V pin is also referred to as**"VUSB"**. The purpose of this pin is to provide direct connection between USB connector's VUSB (5V) to headers. This can be used to power devices on a carrier board directly while when using VIN pin this will exhibit a drop due to the series diodes that prevents VIN to back power the USB. In order to connect VUSB/5V pin headers, you will need to solder together the VUSB pads on the bottom of the board, as shown in the image below:
80
90
81
91

82
92
@@ -92,13 +102,13 @@ The min/max voltage supply varies between boards. This is important to consider
92
102
93
103
### Battery Connection
94
104
95
-
None of the Nano Family boards have a battery connector due to its small form factor. This means it also has no battery charging circuit, such as the one onboard the [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010).
105
+
The Nano family was not designed to be battery powered, so it has no battery charging circuit, and does not have battery under voltage protections.
96
106
97
-
To power the Nano board using a battery, you will need to use the VIN pin (refer to the table in the section above).
107
+
If you want to connect a battery to a Nano, do so by using the VIN pin but you have to keep in mind VIN minimum requirements (which means a single cell battery won't be enough). Since there's no under voltage protection, a battery without a protection circuit will be damaged if it is kept connected to the Nano board even after it is completely discharged. It is thus recommended not to connect a battery directly but rather to use circuits like those in USB pattery packs that provide a stabilized 5V power supply and protect the battery from undervoltage.
To connect a battery to a Nano board, you will need to use the VIN pin (refer to the VIN min-max table in the section above).
100
110
101
-
Note that Nano boards does not have a battery protection circuit, meaning it will continue to drain the battery even when it is below the discharge value, which can damage the battery. This issue can be addressed by using a battery with a built in battery protection circuit.
All Nano boards can be purchased **without headers attached.** This makes it possible to solder it directly to a custom PCB, using the castellated holes on the board.
@@ -146,4 +155,4 @@ All Nano boards can be purchased **without headers attached.** This makes it pos
146
155
147
156
This method is useful for more robust applications, where the Nano board needs to be permanently attached.
148
157
149
-
***Do not attempt to solder any Arduino Nano boards using the SMT (Surface Mount Technology) method. Since Arduino boards are shipped without anti-static bags, the board may absorb humidity which will cause issues during the SMT process. Boards should always be soldered manually.***
158
+
***Do not attempt to solder any Arduino Nano boards shipped in single package using the reflow soldering method. Since Arduino boards are not shipped in a dry pack, the board may absorb humidity and is thus unsuitable for reflow process. Boards should always be soldered manually; in case you're interested in using the reflow soldering process for volume manufacturing, please [contact Arduino PRO](https://www.arduino.cc/pro/contact-us).***
0 commit comments