Arduino Nano 33 BLE Sense Rev2 with headers
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 with headers 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
SCHEMATICS IN .PDFDATASHEET IN .PDF
Download the full Pinout diagram as PDF here.
Learn more
Get Inspired
A fully-operational and field-tested photovoltaic plant that automatically sets the optimal angles based on time and location.
Mark your calendars: May 23rd-25th we’ll be at SPS Italia, one of the country’s leading fairs for smart, digital, sustainable industry and a great place to find out what’s new in automation worldwide. We expect a lot of buzz around AI for IoT applications – and, of course, we’ll come prepared to give our own, open-source perspective on the AIoT trend. At Arduino Pro’s booth C012, pavilion 7, our experts will be presenting some of the latest additions to our ever-growing ecosystem, which includes everything companies need to fully embrace digital transformation with professional performance paired with Arduino’s ease of use and open-source philosophy. You can explore our complete digital brochure here, but let us point out some recent highlights. Meet the Arduino Pro ecosystem at SPS Italia 2023 Over the years, Arduino Pro has built quite the presence on the market with SOMs like the Portenta H7 and X8, recently joined by the Portenta C33: a cost-effective, high-performance option that makes automation accessible to more users than ever, based on the RA6M5, an Arm® Cortex®-M33 microcontroller from Renesas.Our Nicla family of ultra-compact boards also expanded: after Nicla Sense ME and Nicla Vision, Nicla Voice packs all the sensors, intelligence and connectivity you need for speech recognition on the edge, leveraging AI and ML. What’s more, the Arduino ecosystem also includes turnkey solutions like the Portenta Machine Control and the new Opta, our very first microPLC, designed in partnership with Finder to support the Arduino programming experience with the main PLC standard languages – and available in 3 variants with different connectivity features: Opta Lite, Opta RS485, and Opta WiFi. Both the Portenta Machine Control and Opta can be programmed via the new PLC IDE, designed to help you boost production and build automation with your own Industry 4.0 control system. Finally, since SPS Italy’s last edition we have
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.