
Arduino Nano 33 BLE Sense Rev2
An AI enabled board in the shape of the classic Nano board, with all the sensors to start building your next project right away.
Overview
The Arduino Nano 33 BLE Sense Rev2 is Arduino’s 3.3V AI enabled board in the smallest available form factor with a set of sensors that will allow you without any external hardware to start programming your next project, right away.
With the Arduino Nano 33 BLE Sense Rev2, you can:
- Build wearable devices that using AI can recognize movements.
- Build a room temperature monitoring device that can suggest or modify changes in the thermostat.
- Build a gesture or voice recognition device using the microphone or the gesture sensor together with the AI capabilities of the board.
The main feature of this board, besides the complete selection of sensors, is the possibility of running Edge Computing applications (AI) on it using TinyML. Learn how to use the Tensor Flow Lite library following this instructions or learn how to train your board using Edge Impulse.
Tech specs
Microcontroller |
nRF52840 (datasheet) |
Operating Voltage |
3.3V |
Input Voltage (limit) |
21V |
DC Current per I/O Pin |
15 mA |
Clock Speed |
64MHz |
CPU Flash Memory |
1MB (nRF52840) |
SRAM |
256KB (nRF52840) |
EEPROM |
none |
Digital Input / Output Pins |
14 |
PWM Pins |
all digital pins |
UART |
1 |
SPI |
1 |
I2C |
1 |
Analog Input Pins |
8 (ADC 12 bit 200 k samples) |
Analog Output Pins |
Only through PWM (no DAC) |
External Interrupts |
all digital pins |
LED_BUILTIN |
13 |
USB |
Native in the nRF52840 Processor |
IMU |
|
Microphone |
MP34DT06JTR (datasheet) |
Gesture, light, proximity, color |
APDS9960 (datasheet) |
Barometric pressure |
LPS22HB (datasheet) |
Temperature, humidity |
HS3003 (datasheet) |
Conformities
Resources for Safety and Products
Manufacturer Information
The production information includes the address and related details of the product manufacturer.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/
Responsible Person in the EU
An EU-based economic operator who ensures the product's compliance with the required regulations.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc
Documentation
Learn more
Get Inspired

Install FLECS Marketplace on the Portenta X8

FLECS and Arduino Pro are partnering to make Industry 4.0 easier for you. FLECS is the easy-to-configure and open-source platform that allows industrial users to work with automation solutions dedicated to their machinery just as easily as we all handle the apps on our phone: install, manage and configure via web interface, and let the system keep track of versions and ensure updates. All you need is a Portenta X8 – our powerful, industrial-grade SOM with Linux OS preloaded onboard: connect it to your computer via USB, install FLECS for free (with, literally, one line of code), and access the FLECS UI to pick the right solution for production control, communication, SCADA (Supervisory Control And Data Acquisition), data analysis, fleet management and more. Deploying Linux applications has never been more straightforward: we could say it’s as easy as 1-2-3 – except there are actually only 2 steps to the whole process. “We are excited to offer the huge Arduino user community immediate access to our automation applications, so anyone can build and boost a wide variety of solutions for industrial contexts. It’s all made possible by Portenta X8, a groundbreaking product bringing Linux into the Arduino ecosystem.” – Patric Scholz, Managing Director at FLECS Indeed, while on one side you can now leverage all FLECS solutions in a few commands and clicks, on the other you will be working with one of Arduino Pro’s highest-performance modules: Portenta X8 is basically two industrial products in one, with the power of no less than 9 cores (an NXP i.MX 8M Mini Arm® Cortex®-A53 quad-core, up to 1.8GHz per core + 1x Cortex-M4 up to 400MHz, plus the STMicroelectronics STM32H747 dual-core Cortex-M7 up to 480MHz +M4 32-bit MCU up to 240MHz). And of course, the “superpower” of all Arduino products: being part of a comprehensive ecosystem of open-source hardware, software solutions, Cloud services and amazing community-based support. To find out
FAQs
What is the difference between Rev1 and Rev2?
There has been some changes in the sensor between both revisions:
- Replacement of IMU from LSM9DS1 (9 axis) for a combination of two IMUs (BMI270 - 6 axis IMU and BMM150 - 3 axis IMU).
- Replacement of temperature and humidity sensor from HTS221 for HS3003.
- Replacement of microphone from MP34DT05 to MP34DT06JTR.
Additionally some components and the changes have been done in order to improve the experience of the users:
- Replacement of power supply MPM3610 for MP2322.
- Addition of VUSB soldering jumper on the top side of the board.
- New test point for USB, SWDIO and SWCLK.
Do I need to change my sketch used in the previous revision?
For sketches done using the libraries like LSM9DS1 for the IMU or HTS221 for the temperature and humidity sensor, for the new revision this libraries must be changed to Arduino_BMI270_BMM150 for the new combined IMU and Arduino_HS300x for the new temperature and humidity sensor.