Skip to content

Commit eab24bf

Browse files
committed
Add Nano BLE Sense Rev 2 main feature buttons
1 parent 49bf258 commit eab24bf

File tree

1 file changed

+24
-24
lines changed
  • content/hardware/03.nano/boards/nano-33-ble-sense-rev2

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,61 @@ 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

24-
<Feature title="Python Support" image="python">
27+
<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

5259
<Feature title="Temperature and Humidity Detection" 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.
61+
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.
5562

56-
<FeatureLink title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/"/>
57-
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"/>
63+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/humidity-and-temperature-sensor"/>
64+
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/Arduino_HS300x"/>
6565
</Feature>
6666

6767
</FeatureList>

0 commit comments

Comments
 (0)