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
| U5 | APDS-9660 Ambient Module | DL2 | Led Power |
117
+
|U9|LPS22HBTR Pressure Sensor IC|||
117
118
118
119
Bottom:
119
120

@@ -125,21 +126,23 @@ Bottom:
125
126
126
127
### Processor
127
128
128
-
The Main Processor is a Cortex M4F running at up to 64MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
129
+
The Main Processor is an Arm® Cortex®-M4F running at up to 64MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
129
130
130
131
**NOTE**: As opposed to other Arduino Nano boards, pins A4 and A5 have an internal pull up and default to be used as an I<sup>2</sup>C Bus so usage as analog inputs is not recommended.
131
132
132
133
### IMU
133
134
134
135
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 gryroscope 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.
135
136
136
-
### Barometer and Temperature Sensor
137
+
### LPS22HB (U9) Barometer and Temperature Sensor
137
138
138
-
The embedded Barometer and temperature sensor allow measuring ambient pressure. The temperature sensor integrated with the barometer can be used to compensate the pressure measurement.
139
+
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 pertubations 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.
140
+
The Arduino_LPS22HB library provides a ready to use implementation of the I2C protocol with this chip.
139
141
140
-
### Relative Humidity and Temperature Sensor
142
+
### HS3003 (U8) Relative Humidity and Temperature Sensor
141
143
142
-
Relative humidity sensor measures ambient relative humidity. As the Barometer this sensor has an integrated temperature sensor that can be used to compensate for the measurement.
144
+
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.
145
+
U8 communicates via the main microcontroller via an I2C bus.
143
146
144
147
#### Gesture Detection
145
148
@@ -360,8 +363,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
360
363
| Cloud IDE Getting Started |<https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a>|
0 commit comments