Skip to content

Commit 81b6d85

Browse files
authored
Merge pull request #169 from arduino/fix-ble-links
Link to datasheets hosted by docs
2 parents 5de10f8 + d438c34 commit 81b6d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/Hardware Support/Nano Family/Use-the-built-in-sensors-on-Nano-33-BLE-Sense.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The Gesture sensor is the APDS9960 module, [here](https://docs.broadcom.com/docs
1414

1515
## Digital microphone
1616

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.
1818

1919
## Motion, vibration and orientation
2020

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.
2222
The library takes care of the sensor initialization and sets its values as follows:
2323

2424
- 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
3030

3131
## Relative humidity and temperature
3232

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).
3434
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).
3535
The sensor can be calibrated using the function `readHTS221Calibration()`, and it's ranges are as following:
3636

@@ -41,7 +41,7 @@ The sensor can be calibrated using the function `readHTS221Calibration()`, and i
4141

4242
### Pressure
4343

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.
4545

4646
- Absolute pressure range: 260 to 1260 hPa
4747

0 commit comments

Comments
 (0)