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/datasheet/datasheet.md
+26-23
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ type: maker
8
8
9
9
# Description
10
10
11
-
The **Arduino Nano 33 BLE Sense Rev2**\* is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing a Cortex M4F. The BMI270 and BMM150 jointly provide a 9 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
11
+
The **Arduino® Nano 33 BLE Sense Rev2**\* is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing an Arm® Cortex®-M4F. The BMI270 and BMM150 jointly provide a 9 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
12
12
13
-
\*The Arduino Nano 33 BLE Sense Rev2 product has two SKUs:
13
+
\*The Nano 33 BLE Sense Rev2 product has two SKUs:
As all Nano form factor boards, Nano 33 BLE Sense Rev2 does not have a battery charger but can be powered through USB or headers.
88
88
89
-
**NOTE:**Arduino Nano 33 BLE Sense Rev2 only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
89
+
**NOTE:** Nano 33 BLE Sense Rev2 only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
90
90
91
91
### Ratings
92
92
@@ -139,16 +139,18 @@ The Main Processor is an Arm® Cortex®-M4F running at up to 64MHz. Most of its
139
139
140
140
### IMU
141
141
142
-
The Arduino Nano 33 BLE Sense Rev2 provides IMU capabilities with 9-axis, by combination of the BMI270 and BMM150 ICs. The BMI270 includes both a three axis gyroscope as well as an three axis accelerometer, while the BMM150 is capable of sensing magnetic field variations in all three dimensions. The information obtained can be used for measuring raw movement parameters as well as for machine learning.
142
+
The Nano 33 BLE Sense Rev2 provides IMU capabilities with 9-axis, by combination of the BMI270 and BMM150 ICs. The BMI270 includes both a three axis gyroscope as well as an three axis accelerometer, while the BMM150 is capable of sensing magnetic field variations in all three dimensions. The information obtained can be used for measuring raw movement parameters as well as for machine learning.
143
143
144
144
### LPS22HB (U9) Barometer and Temperature Sensor
145
145
146
146
The LPS22HB pressure sensor IC (U9) includes both a piezoresistive absolute pressure sensor together with a temperature sensor integrated into a small chip. The pressure sensor (U9) interfaces with the main microcontroller (U1) via an I2C interface. The sensing element is composed of a micromachined suspended membrane for measuring absolute pressure, and includes a Wheatstone bridge internally for measuring the the piezoresistive elements. The temperature perturbations are compensated via an included temperature sensor on-chip. The absolute pressure can range from 260 to 1260 hPa. Pressure data can be polled via I2C at up to 24-bits, while temperature data can be polled at up to 16-bits.
147
+
147
148
The Arduino_LPS22HB library provides a ready to use implementation of the I2C protocol with this chip.
148
149
149
150
### HS3003 (U8) Relative Humidity and Temperature Sensor
150
151
151
-
The HS3003 (U8) is a MEMS sensors, designed to provide accurate readings of relative humidity and temperature in a small package. Temperature-compensation and calibration is performed on-chip, without requiring external circuitry. The HS3003 can measure the relative humidity from 0% to 100%RH with fast response times (under 4 seconds). The included on-chip temperature sensor (used for compensation) is has a temperature accuracy of ±0.1°C.
152
+
The HS3003 (U8) is a MEMS sensors, designed to provide accurate readings of relative humidity and temperature in a small package. Temperature-compensation and calibration is performed on-chip, without requiring external circuitry. The HS3003 can measure the relative humidity from 0% to 100%RH with fast response times (under 4 seconds). The included on-chip temperature sensor (used for compensation) is has a temperature accuracy of ±0.1 °C.
153
+
152
154
U8 communicates via the main microcontroller via an I2C bus.
153
155
154
156
#### Gesture Detection
@@ -181,25 +183,25 @@ The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pi
181
183
182
184
### Getting Started - IDE
183
185
184
-
If you want to program your Arduino Nano 33 BLE Sense Rev2 while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano 33 BLE Sense Rev2 to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
186
+
If you want to program your Nano 33 BLE Sense Rev2 while offline you need to install the Arduino Desktop IDE [1] To connect the Nano 33 BLE Sense Rev2 to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
185
187
186
-
### Getting Started - Arduino Web Editor
188
+
### Getting Started - Arduino Cloud Editor
187
189
188
-
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor, by just installing a simple plugin.
190
+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor[2], by just installing a simple plugin.
189
191
190
-
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow to start coding on the browser and upload your sketches onto your board.
192
+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow[3] to start coding on the browser and upload your sketches onto your board.
191
193
192
194
### Getting Started - Arduino Cloud
193
195
194
196
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
195
197
196
198
### Sample Sketches
197
199
198
-
Sample sketches for the Arduino Nano 33 BLE Sense Rev2 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website.
200
+
Sample sketches for the Nano 33 BLE Sense Rev2 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Docs website.
199
201
200
202
### Online Resources
201
203
202
-
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on ProjectHub, the Arduino Library Reference and the on line store where you will be able to complement your board with sensors, actuators and more.
204
+
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub [4], the Arduino Library Reference[5] and the on line store where you will be able to complement your board with sensors, actuators and more.
203
205
204
206
### Board Recovery
205
207
@@ -363,22 +365,23 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
| Arduino IDE (Desktop) |[https://www.arduino.cc/en/software](https://www.arduino.cc/en/software)|
369
-
| Arduino IDE (Cloud) |[https://create.arduino.cc/editor](https://create.arduino.cc/editor)|
370
-
| Cloud IDE Getting Started |[https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a)|
0 commit comments