Skip to content

Commit 3aa5149

Browse files
authored
Add a link to the LPS22HB library
Add a link to the LPS22HB library in the barometric sensor tutorial.
1 parent 8d64e44 commit 3aa5149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)