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 Support/Nano Family/Use-the-built-in-sensors-on-Nano-33-BLE-Sense.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The Gesture sensor is the APDS9960 module, [here](https://docs.broadcom.com/docs
14
14
15
15
## Digital microphone
16
16
17
-
The digital microphone is a [MP34DT05](https://www.st.com/resource/en/datasheet/mp34dt05-a.pdf), this chip, made by ST Microelectronics, is an ultra-compact, low-power, omnidirectional, digital MEMS microphone built with a capacitive sensing element and an IC interface; it produces an output coded in [PDM](https://en.wikipedia.org/wiki/Pulse-density_modulation). The PDM format is supported by our [PDM library](https://www.arduino.cc/en/Reference/PDM) that can be used also with our [ArduinoSound](https://www.arduino.cc/en/Reference/ArduinoSound) library which contains example sketches to use the sensor.
17
+
The digital microphone is a [MP34DT05](https://content.arduino.cc/assets/Nano_BLE_Sense_mp34dt05-a.pdf), this chip, made by ST Microelectronics, is an ultra-compact, low-power, omnidirectional, digital MEMS microphone built with a capacitive sensing element and an IC interface; it produces an output coded in [PDM](https://en.wikipedia.org/wiki/Pulse-density_modulation). The PDM format is supported by our [PDM library](https://www.arduino.cc/en/Reference/PDM) that can be used also with our [ArduinoSound](https://www.arduino.cc/en/Reference/ArduinoSound) library which contains example sketches to use the sensor.
18
18
19
19
## Motion, vibration and orientation
20
20
21
-
The Inertial Measurement Unit (IMU) is a [LSM9DS1](https://www.st.com/resource/en/datasheet/lsm9ds1.pdf) chip that comes integrated in the board. It features a 3-axis accelerometer, 3-axis gyroscope and 3-axis magnetometer. This chip, made by ST Microelectronics, is a standard component supported by our library [ArduinoLSM9DS1](https://www.arduino.cc/en/Reference/ArduinoLSM9DS1) which contains example sketches to use the sensor.
21
+
The Inertial Measurement Unit (IMU) is a [LSM9DS1](https://content.arduino.cc/assets/Nano_BLE_Sense_lsm9ds1.pd) chip that comes integrated in the board. It features a 3-axis accelerometer, 3-axis gyroscope and 3-axis magnetometer. This chip, made by ST Microelectronics, is a standard component supported by our library [ArduinoLSM9DS1](https://www.arduino.cc/en/Reference/ArduinoLSM9DS1) which contains example sketches to use the sensor.
22
22
The library takes care of the sensor initialization and sets its values as follows:
23
23
24
24
- Accelerometer range is set at [-4,+4]g -/+0.122 mg
@@ -30,7 +30,7 @@ The library takes care of the sensor initialization and sets its values as follo
30
30
31
31
## Relative humidity and temperature
32
32
33
-
The relative humidity and temperature sensor is a [HTS221](https://www.st.com/resource/en/datasheet/HTS221.pdf), is an ultra-compact sensor that uses a polymer dielectric planar capacitor structure capable of detecting relative humidity variations and temperature, returned as digital output on a serial interface. This chip, made by ST is supported by our library [ArduinoHTS221](https://www.arduino.cc/en/Reference/ArduinoHTS221).
33
+
The relative humidity and temperature sensor is a [HTS221](https://content.arduino.cc/assets/Nano_BLE_Sense_HTS221.pdf), is an ultra-compact sensor that uses a polymer dielectric planar capacitor structure capable of detecting relative humidity variations and temperature, returned as digital output on a serial interface. This chip, made by ST is supported by our library [ArduinoHTS221](https://www.arduino.cc/en/Reference/ArduinoHTS221).
34
34
The library contains, as usual, useful functions and example sketches to use the sensor to measure the [relative humidity](https://en.wikipedia.org/wiki/Relative_humidity).
35
35
The sensor can be calibrated using the function `readHTS221Calibration()`, and it's ranges are as following:
36
36
@@ -41,7 +41,7 @@ The sensor can be calibrated using the function `readHTS221Calibration()`, and i
41
41
42
42
### Pressure
43
43
44
-
The barometer sensor is a [LPS22HB](https://www.st.com/resource/en/datasheet/lps22hb.pdf), is an ultra-compact sensor which functions as a digital output barometer. This chip, made by ST is supported by our [ArduinoLPS22HB](https://www.arduino.cc/en/Reference/ArduinoLPS22HB) library which includes example sketches to measure the atmospheric pressure.
44
+
The barometer sensor is a [LPS22HB](https://content.arduino.cc/assets/Nano_BLE_Sense_lps22hb.pdf), is an ultra-compact sensor which functions as a digital output barometer. This chip, made by ST is supported by our [ArduinoLPS22HB](https://www.arduino.cc/en/Reference/ArduinoLPS22HB) library which includes example sketches to measure the atmospheric pressure.
0 commit comments