From f95649b7dde883baa8ba56ea92f57910f81e95ea Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:50:46 -0500 Subject: [PATCH 1/7] Add link to HS300x library Add a link to the Arduino_HS300x library in the humidity and temperature sensor library. --- .../tutorials/humidity-and-temperature-sensor/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md index a647a7f41a..9bb277edfc 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md @@ -25,7 +25,7 @@ In this tutorial we will use an **Arduino Nano 33 BLE Sense Rev2** board to meas ## Goals The goals of this project are: - Learn how to output raw sensor data from the Arduino Nano 33 BLE Sense Rev2. -- Use the HS300x library. +- Use the [HS300x library](https://docs.arduino.cc/libraries/arduino_hs300x/). - Print temperature and humidity values in the Serial Monitor when they are within a certain range. - Create your own temperature and humidity monitor. From 7f2def0b13cd20bcd920cd653bda96dc942fe0fa Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:52:26 -0500 Subject: [PATCH 2/7] Add link to BMI270_BMM150 library Add a link to BMI270_BMM150 library in the IMU accelerator tutorial. --- .../tutorials/imu-accelerometer/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md index 8ed55c766c..9b614976d6 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md @@ -25,7 +25,7 @@ This tutorial will focus on the IMU system with the **BMI270 and BMM150** module The goals of this project are: - Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works. -- Use the BMI270_BMM150 library. +- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/). - Read the raw data of the accelerometer sensor. - Convert the raw data into board positions. - Print out live data through the Serial Monitor. From a8e8adfce324f87b1dc60486d160aa97c9de3c4c Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:53:45 -0500 Subject: [PATCH 3/7] Add link to BMI270_BMM150 library Add link to BMI270_BMM150 library in IMU gyroscope tutorial. --- .../nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md index c6d50eb837..61f8002ffd 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md @@ -23,7 +23,7 @@ This tutorial will focus on the 3-axis gyroscope sensor of the IMU system on the The goals of this project are: - Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works. -- Use the BMI270_BMM150 library. +- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/). - Read data from the gyroscope's sensor. - Convert the raw data into direction of force. - Print out live data through the Serial Monitor. From 8e0fc14c0a4f8880cc38ece694a52505ce1d269d Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:54:39 -0500 Subject: [PATCH 4/7] Add link to BMI270_BMM150 library Add a link to the BMI270_BMM150 library in the IMU magnetometer library. --- .../tutorials/imu-magnetometer/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md index be56617854..fb4155a8b5 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md @@ -26,7 +26,7 @@ This tutorial will focus on the 3-axis magnetometer sensor of the IMU system on The goals of this project are to: - Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works. -- Use the BMI270_BMM150 library. +- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/). - Measure the value of a magnetometer sensor. - Create visual feedback according to magnetic disturbance in the environment. - Convert the sensor's values in LED light intensity. From 8d64e449de63c407fc333d29fb8e5ac0158469f3 Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:55:45 -0500 Subject: [PATCH 5/7] Add a link to the PDM library Add a link to the PDM library to the microphone sensor tutorial --- .../tutorials/microphone-sensor/microphone_sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md index f2455b6c75..d52c8380e1 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md @@ -30,7 +30,7 @@ In this tutorial we will use an **Arduino Nano 33 BLE Sense Rev2** board to meas The goals of this project are: - Learn how to output raw sensor data from the Arduino Nano 33 BLE Sense Rev2. -- Use the PDM(Pulse-density modulation) library. +- Use the [PDM(Pulse-density modulation) library](https://docs.arduino.cc/learn/built-in-libraries/pdm/). - Print sound values in the Serial Monitor. - Create your own RGB sound meter. From 3aa51496e653cafa9a4c711154bb3128511beb2f Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 19:57:29 -0500 Subject: [PATCH 6/7] Add a link to the LPS22HB library Add a link to the LPS22HB library in the barometric sensor tutorial. --- .../tutorials/barometric-sensor/barometric_sensor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md index 61cb45dedf..9279a6fe25 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md @@ -25,7 +25,7 @@ A popular application of a barometric sensor, apart from GPS and forecasting sho ## Goals The goals of this project are: - Learn what a LPS22HB sensor is. - - Use the LPS22HB library. + - Use the [LPS22HB library](https://www.arduino.cc/en/Reference/ArduinoLPS22HB). - Learn how to output raw sensor data from the Arduino NANO 33 BLE Sense. - Learn how to convert the kPa unit to altitude values (meters). - Print the data using Serial Monitor. @@ -182,3 +182,4 @@ Sometimes errors occur, if the code is not working there are some common issues ## Conclusion 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. + From 250b68eb3f5c1e0ec99fa1d9efae8bc9f5fdb31f Mon Sep 17 00:00:00 2001 From: RJ Nowling Date: Thu, 30 Oct 2025 20:02:09 -0500 Subject: [PATCH 7/7] Add pressure sensor library link Add a link to the pressure sensor library in the productLibrariesMap. --- .../03.nano/boards/nano-33-ble-sense-rev2/essentials.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/essentials.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/essentials.md index e6c7e5c562..120c131411 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/essentials.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/essentials.md @@ -4,6 +4,7 @@ productsLibrariesMap: - arduino_bmi270_bmm150 - arduino_hs300x - arduino_apds9960 + - arduino_lps22hb --- @@ -43,4 +44,5 @@ The PDM library allows you to use PDM (Pulse-density modulation) microphones, li Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. - \ No newline at end of file + +