Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dfbb93c

Browse files
Merge pull request #787 from arduino/Hannes7eicher/Nano-BLE-Sense-Rev2-Feature-Buttons
Hannes7eicher/nano 33 ble sense rev2 feature buttons
2 parents 0b4448e + f6b1f09 commit dfbb93c

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

‎content/hardware/03.nano/boards/nano-33-ble-sense-rev2/features.md‎

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,62 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
77

88
<FeatureList>
99

10-
<Feature title="u-blox NINA-B306" image="bluetooth">
10+
<Feature title="Bluetooth®" image="bluetooth">
1111

12-
A powerful 2.4 GHz Bluetooth® 5 low energy module from u-blox, with an internal antenna.
12+
A powerful 2.4 GHz Bluetooth® 5 Low Energy module from u-blox, with an internal antenna. Can be used to transmit data between different devices
13+
using the ArduinoBLE library.
1314

14-
<FeatureLink title="Datasheet" url="/resources/datasheets/NINA-B3-series.pdf" download blank/>
15+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/ble-device-to-device"/>
16+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
1517
</Feature>
1618

1719
<Feature title="IMU for Motion Detection" image="imu">
1820

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

21-
<FeatureLink title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/"/>
23+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/imu-accelerometer"/>
24+
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/Arduino_BMI270_BMM150"/>
2225
</Feature>
2326

2427
<Feature title="Python® Support" image="python">
2528

26-
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.
2730

28-
<FeatureLink title="Learn More" url="/learn/programming/arduino-and-python"/>
31+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
32+
<FeatureLink variant="secondary" title="Learn More" url="/learn/programming/arduino-and-python"/>
2933
</Feature>
3034

31-
<Feature title="Omnidirectional Digital Microphone" image="microphone">
35+
<Feature title="Microphone" image="microphone">
3236

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

35-
<FeatureLink title="Datasheet" url="/resources/datasheets/MP34DT06JTR.pdf" download blank/>
39+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/microphone-sensor"/>
40+
<FeatureLink variant="secondary" title="Library" url="/learn/built-in-libraries/pdm"/>
3641
</Feature>
3742

3843
<Feature title="Proximity and Gesture Detection" image="proximity-sensor">
3944

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

42-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_av02-4191en_ds_apds-9960.pdf" download blank/>
47+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/gesture-sensor"/>
48+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_apds9960/"/>
4349
</Feature>
4450

4551
<Feature title="Barometric Pressure Sensor" image="pressure-sensor">
4652

4753
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.
4854

49-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_lps22hb.pdf" download blank/>
55+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/barometric-sensor"/>
56+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lps22hb/"/>
5057
</Feature>
5158

52-
<Feature title="Temperature and Humidity Detection" image="temperature-sensor">
59+
<Feature title="Temperature and Humidity Sensor" image="temperature-sensor">
5360

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

56-
<FeatureLinktitle="Library"url="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/"/>
62+
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.
5763

58-
</Feature>
59-
60-
<Feature title="Lauterbach TRACE32 debugger" image="file-icon">
61-
62-
This board is compatible with Lauterbach TRACE32 debugger, and a free license can be obtained using the board's serial number.
63-
64-
<FeatureLink title="Learn More" url="/tutorials/nano-33-ble-sense/trace-32"/>
64+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/humidity-and-temperature-sensor"/>
65+
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/Arduino_HS300x"/>
6566
</Feature>
6667

6768
</FeatureList>

‎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://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.
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.
5959

6060

6161
### Accelerometer

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /