Skip to content

Commit e718f9f

Browse files
authored
Merge pull request #2701 from rnowling/library-links
Add library links
2 parents 64edfb8 + 250b68e commit e718f9f

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ productsLibrariesMap:
44
- arduino_bmi270_bmm150
55
- arduino_hs300x
66
- arduino_apds9960
7+
- arduino_lps22hb
78
---
89

910
<EssentialsColumn title="Guides">
@@ -43,4 +44,5 @@ The PDM library allows you to use PDM (Pulse-density modulation) microphones, li
4344
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
4445
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
4546
</EssentialElement>
46-
</EssentialsColumn>
47+
48+
</EssentialsColumn>

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial we will use an **Arduino Nano 33 BLE Sense Rev2** board to meas
2525
## Goals
2626
The goals of this project are:
2727
- Learn how to output raw sensor data from the Arduino Nano 33 BLE Sense Rev2.
28-
- Use the HS300x library.
28+
- Use the [HS300x library](https://docs.arduino.cc/libraries/arduino_hs300x/).
2929
- Print temperature and humidity values in the Serial Monitor when they are within a certain range.
3030
- Create your own temperature and humidity monitor.
3131

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
@@ -25,7 +25,7 @@ This tutorial will focus on the IMU system with the **BMI270 and BMM150** module
2525

2626
The goals of this project are:
2727
- Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works.
28-
- Use the BMI270_BMM150 library.
28+
- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/).
2929
- Read the raw data of the accelerometer sensor.
3030
- Convert the raw data into board positions.
3131
- Print out live data through the Serial Monitor.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial will focus on the 3-axis gyroscope sensor of the IMU system on the
2323

2424
The goals of this project are:
2525
- Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works.
26-
- Use the BMI270_BMM150 library.
26+
- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/).
2727
- Read data from the gyroscope's sensor.
2828
- Convert the raw data into direction of force.
2929
- Print out live data through the Serial Monitor.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial will focus on the 3-axis magnetometer sensor of the IMU system on
2626

2727
The goals of this project are to:
2828
- Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works.
29-
- Use the BMI270_BMM150 library.
29+
- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/).
3030
- Measure the value of a magnetometer sensor.
3131
- Create visual feedback according to magnetic disturbance in the environment.
3232
- Convert the sensor's values in LED light intensity.

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial we will use an **Arduino Nano 33 BLE Sense Rev2** board to meas
3030
The goals of this project are:
3131

3232
- Learn how to output raw sensor data from the Arduino Nano 33 BLE Sense Rev2.
33-
- Use the PDM(Pulse-density modulation) library.
33+
- Use the [PDM(Pulse-density modulation) library](https://docs.arduino.cc/learn/built-in-libraries/pdm/).
3434
- Print sound values in the Serial Monitor.
3535
- Create your own RGB sound meter.
3636

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A popular application of a barometric sensor, apart from GPS and forecasting sho
2525
## Goals
2626
The goals of this project are:
2727
- Learn what a LPS22HB sensor is.
28-
- Use the LPS22HB library.
28+
- Use the [LPS22HB library](https://www.arduino.cc/en/Reference/ArduinoLPS22HB).
2929
- Learn how to output raw sensor data from the Arduino NANO 33 BLE Sense.
3030
- Learn how to convert the kPa unit to altitude values (meters).
3131
- Print the data using Serial Monitor.
@@ -182,3 +182,4 @@ Sometimes errors occur, if the code is not working there are some common issues
182182
## Conclusion
183183
In this tutorial we learned what a **LPS22HB** sensor is, how to use the one embedded in the Arduino NANO 33 BLE Sense board and the LPS22HB library, in order to create our own barometer and measure the altitude in meters by retrieving and calculating the atmospheric pressure.
184184

185+

0 commit comments

Comments
 (0)