Skip to content

Commit a77f17b

Browse files
Merge pull request #767 from arduino/Hannes7eicher/nano-ble-sense-rev2-datasheet-fix
Update datasheet links for Nano BLE Sense Rev 2 IMU
2 parents fe62d94 + 35f5198 commit a77f17b

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer

1 file changed

+1
-1
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Arduino BMI270_BMM150 library allows us to use the Arduino Nano 33 BLE Rev2
5555
- **Gyroscope** Output data rate is fixed at 104 Hz.
5656
- **Magnetometer** Output data rate is fixed at 20 Hz.
5757

58-
If you want to read more about the sensor modules that make up the IMU system, find the datasheet for the <a href="https://content.arduino.cc/assets/bst-bmi270-ds000.pdf" target="_blank">BMI270</a> and the <a href="https://content.arduino.cc/assets/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 <a href="https://download.mikroe.com/documents/datasheets/bst-bmi270-ds000-2_datasheet.pdf" target="_blank">BMI270</a> and the <a href="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf" target="_blank">BMM150</a> here.
5959

6060

6161
### Accelerometer

0 commit comments

Comments
 (0)