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
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-33-ble-sense-rev2/product.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ productCode: '032'
10
10
sku: [ABX00069, ABX00070]
11
11
---
12
12
13
-
The **Arduino Nano 33 BLE Sense Rev2** combines a tiny form factor, different environment **sensors** and the possibility to run **AI** using **TinyML** and **TensorFlow™ Lite**. Whether you are looking at creating your first embedded ML application or you want to use **Bluetooth® Low Energy** to connect your project to your phone, the Nano 33 BLE Sense Rev2 will make that journey easy.
13
+
The Arduino Nano 33 BLE Sense Rev2 integrates powerful edge computing capabilities with extensive environmental sensing in a compact 18 mm x 45 mm form factor. Built on the nRF52840 microcontroller with a 64 MHz Arm® Cortex®-M4F processor, this board combines Bluetooth® Low Energy 5.0 connectivity with a complete sensor suite including a 9-axis IMU, environmental sensors, gesture detection, and a digital microphone. Deploy edge AI models directly on-device for real-time pattern recognition, predictive maintenance, or voice processing without cloud dependency. Available with or without headers for flexible integration into your projects.
<EssentialsColumntitle="Tutorials for Nano 33 BLE Sense Rev2">
2
-
<EssentialElementtitle="Controlling the on-board RGB LED with microphone on the Nano 33 BLE Sense"type="tutorial"link="/tutorials/nano-33-ble-sense-rev2/microphone_sensor">
3
-
Learn how to create a soundmeter using the built-in microphone on the Nano 33 BLE Sense.
2
+
<EssentialElementtitle="Sound Detection with Digital Microphone"type="tutorial"link="/tutorials/nano-33-ble-sense-rev2/microphone_sensor">
3
+
Create a sound level meter using the MP34DT06JTR MEMS microphone to capture and analyze audio in real-time.
4
4
</EssentialElement>
5
5
6
-
<EssentialElementtitle="Reading temperature & humidity on Nano 33 BLE Sense Rev2"type="tutorial"link="/tutorials/nano-33-ble-sense-rev2/humidity_and_temperature_sensor">
7
-
Learn how to measure and print out the humidity and temperature values of your surroundings using the Nano 33 BLE Sense
6
+
<EssentialElementtitle="Environmental Monitoring with HS3003"type="tutorial"link="/tutorials/nano-33-ble-sense-rev2/humidity_and_temperature_sensor">
7
+
Read temperature and humidity data from the HS3003 sensor with ±0.1°C accuracy for environmental monitoring applications.
The microcontroller on the **Arduino Nano 33 BLE Sense Rev2** runs at 3.3V, which means that you must never apply more than 3.3V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3V is never exceeded. Connecting higher voltage signals, like the 5V commonly used with the other Arduino boards, will damage the Arduino Nano 33 BLE Sense Rev2.
3
+
The Arduino Nano 33 BLE Sense Rev2 operates at +3.3 VDC. Never apply more than +3.3 VDC to its digital and analog pins, as higher voltages will permanently damage the board.
4
4
5
-
To avoid such risk with existing projects, where you should be able to pull out a Nano and replace it with the new Nano 33 BLE Sense Rev2, we have the 5V pin on the header, positioned between RST and A7 that is not connected as default factory setting. This means that if you have a design that takes 5V from that pin, it won't work immediately, as a precaution we put in place to draw your attention to the 3.3V compliance on digital and analog inputs.
5
+
The 5V pin (between RST and A7) is not connected by default as a safety precaution. To enable the +5 VDC output on this pin:
6
6
7
-
5V on that pin is available only when two conditions are met: you make a solder bridge on the two pads marked as VUSB and you power the Nano 33 BLE Sense Rev2 through the USB port. If you power the board from the VIN pin, you won't get any regulated 5V and therefore even if you do the solder bridge, nothing will come out of that 5V pin. The 3.3V, on the other hand, is always available and supports enough current to drive your sensors. Please make your designs so that sensors and actuators are driven with 3.3V and work with 3.3V digital IO levels. 5V is now an option for many modules and 3.3V is becoming the standard voltage for electronic ICs.
7
+
1. Create a solder bridge on the VUSB pads
8
+
2. Power the board via USB (+5 VDC will not be available when powered through VIN)
9
+
10
+
The 3V3 pin is always available and provides sufficient current for sensors and actuators. When interfacing with +5 VDC systems, use appropriate level shifters to protect the board's inputs.
0 commit comments