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
<Featuretitle="IMU for Motion Detection"image="imu">
18
20
19
-
The combined BMI270 and BMM150 provides a 9-axis inertial measurement unit featuring a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations in your project.
21
+
The board provides a 9-axis inertial measurement unit featuring a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations.
This board can be programmed with the Python® programming language via the OpenMV IDE.
29
+
This board can be programmed using MicroPython which is an implementation of the Python® programming language that comes with a subset of the Python® standard library.
<Featuretitle="Omnidirectional Digital Microphone"image="microphone">
35
+
<Featuretitle="Microphone"image="microphone">
32
36
33
-
The MP34DT06JTR microphone allows to capture and analyze sound in real time and can be used to create a voice interface for your project.
37
+
Use the built-in omnidirectional digital microphone (MP34DT06JTR) to capture and analyze sound in real time to create a voice interface for your project. Use the PDM library to implement its functionalities in your projects.
<Featuretitle="Proximity and Gesture Detection"image="proximity-sensor">
39
44
40
-
The APDS-9960 chip allows for measuring digital proximity and ambient light as well as for detecting RGB colors and gestures.
45
+
Learn how to output raw sensor data using the built-in APDS9960 sensor and create a gesture control system. Together with the APDS9960 library you can control the built-in RGB LED through hand gestures.
The LPS22HB picks up on barometric pressure and allows for a 24-bit pressure data output between 260 to 1260 hPa. This data can also be processed to calculate the height above sea level of the current location.
<Featuretitle="Temperature and Humidity Detection"image="temperature-sensor">
59
+
<Featuretitle="Temperature and Humidity Sensor"image="temperature-sensor">
53
60
54
-
The HS3003 capacitive digital sensor measures relative humidity and temperature. It has a temperature accuracy of ± 0.2 °C suited to detect ambient temperature.
The HS3003 capacitive digital sensor measures relative humidity and temperature. It has a temperature accuracy of ± 0.2 °C and is thereby perfectly suited to detect ambient temperature.
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The Arduino BMI270_BMM150 library allows us to use the Arduino Nano 33 BLE Rev2
55
55
-**Gyroscope** Output data rate is fixed at 104 Hz.
56
56
-**Magnetometer** Output data rate is fixed at 20 Hz.
57
57
58
-
If you want to read more about the sensor modules that make up the IMU system, find the datasheet for the <ahref="https://download.mikroe.com/documents/datasheets/bst-bmi270-ds000-2_datasheet.pdf"target="_blank">BMI270</a> and the <ahref="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf"target="_blank">BMM150</a> here.
58
+
If you want to read more about the sensor modules that make up the IMU system, find the datasheet for the <ahref="https://content.arduino.cc/assets/bst-bmi270-ds000.pdf"target="_blank">BMI270</a> and the <ahref="https://content.arduino.cc/assets/bst-bmm150-ds001.pdf"target="_blank">BMM150</a> here.
0 commit comments