Skip to content

Commit 1522945

Browse files
committed
update files
1 parent ff8f319 commit 1522945

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
software:
22
- arduino-ide
33
- arduino-cli
4-
- web-editor
4+
- web-editor
5+
hardware:
6+
carriers:
7+
- nano-motor-carrier
8+
- nano-screw-terminal-adapter
9+
boards: ~
Binary file not shown.

content/hardware/03.nano/boards/nano-33-ble-rev2/essentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
1616
</EssentialElement>
1717

18-
<EssentialElement title="Arduino_LSM9DS1" type="library" link="https://www.arduino.cc/en/Reference/ArduinoLSM9DS1">
19-
The Arduino_LSM9DS1 library is designed to be used with the LSM9DS1 IMU module, which includes a 3-axis accelerometer, a 3-axis gyroscope and a 3-axis magnetometer.
18+
<EssentialElement title="Arduino_BMI270_BMM150" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/">
19+
Allows you to read the accelerometer, magnetometer and gyroscope values from the IMU on your Arduino Nano 33 BLE Sense Rev2
2020
</EssentialElement>
2121

2222
</EssentialsColumn>
Binary file not shown.

content/hardware/03.nano/boards/nano-33-ble-rev2/suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</EssentialElement>
55

66
<EssentialElement title="Accessing accelerometer data on Nano 33 BLE" type="tutorial" link="/tutorials/nano-33-ble-rev2/imu_accelerometer">
7-
Learn how to measure the relative position of the Nano 33 BLE through the LSM9DS1 IMU sensor.
7+
Learn how to measure the relative position of the Nano 33 BLE through the IMU sensor.
88
</EssentialElement>
99
</EssentialsColumn>
1010

content/hardware/03.nano/boards/nano-33-ble-rev2/tech-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pins:
77
Built-in LED Pin: 13
88
Digital I/O Pins: 14
99
Analog input pins: 8
10-
PWM pins: 5
10+
PWM pins: all digital pins (4 at once)
1111
External interrupts: All digital pins
1212
Connectivity:
1313
Bluetooth®: NINA-B306

0 commit comments

Comments
 (0)