Arduino Nano 33 BLE Sense Rev2 con header
EsauritoAn AI enabled board in the shape of the classic Nano board, with all the sensors to start building your next project right away.
Overview
L'Arduino Nano 33 BLE Sense Rev2 con connettori è la scheda AI abilitata a 3.3V di Arduino nella forma più piccola disponibile, con un insieme di sensori che ti permetterà, senza alcun hardware esterno, di iniziare a programmare il tuo prossimo progetto, subito.
Con l'Arduino Nano 33 BLE Sense Rev2, puoi:
- Costruire dispositivi indossabili che, utilizzando l'AI, possono riconoscere i movimenti.
- Costruire un dispositivo di monitoraggio della temperatura ambiente che può suggerire o modificare le impostazioni del termostato.
- Costruire un dispositivo di riconoscimento gestuale o vocale utilizzando il microfono o il sensore di gesti insieme alle capacità AI della scheda.
La caratteristica principale di questa scheda, oltre alla completa selezione di sensori, è la possibilità di eseguire applicazioni di Edge Computing (AI) utilizzando TinyML. Scopri come utilizzare la libreria Tensor Flow Lite seguendo queste istruzioni o scopri come addestrare la tua scheda utilizzando 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
Informazioni sul produttore
Le informazioni sulla produzione includono l'indirizzo e i dettagli relativi al produttore del prodotto.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/
Persona Responsabile nell'UE
Un operatore economico con sede nell'UE che garantisce la conformità del prodotto alle normative richieste.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc
Learn More
Get Inspired
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.
