Skip to content

Commit b721fee

Browse files
Merge pull request #843 from arduino/Hannes7eicher/Link_Fix
Hannes7eicher/Fix broken Nano 33 BLE Sense Rev2 [MKC-844]
2 parents 0797fd4 + 2201c92 commit b721fee

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
author: 'Jose Garcia'
1111
libraries:
1212
- name: Arduino H2300x
13-
url: https://www.arduino.cc/en/Reference/ArduinoHS300x
13+
url: https://reference.arduino.cc/reference/en/libraries/arduino_hs300x/
1414
hardware:
1515
- hardware/03.nano/boards/nano-33-ble-sense-rev2
1616
software:
@@ -64,7 +64,7 @@ Some of the useful ways they are used are seen in the following applications:
6464
- Asset and goods tracking.
6565

6666

67-
If you want to read more about the HTS221 sensor you can take a look at the [datasheet](https://content.arduino.cc/assets/REN_HS300x-Datasheet_DST.pdf)
67+
If you want to read more about the HS3003 sensor you can take a look at the [datasheet](/resources/datasheets/REN_HS300x-Datasheet_DST.pdf)
6868

6969

7070

@@ -191,5 +191,5 @@ Sometimes errors occur, if the project is not working as intended there are some
191191

192192
## Conclusion
193193

194-
In this simple tutorial we learned how to read temperature and humidity values from the **HS3003** sensor using the [HS300x library](https://github.com/arduino-libraries/Arduino_HS300x), and how to use the sensor embedded in the Arduino Nano 33 BLE Sense Rev2 board, to measure and print out humidity and temperature values from the environment.
194+
In this simple tutorial we learned how to read temperature and humidity values from the **HS3003** sensor using the [HS300x library](https://reference.arduino.cc/reference/en/libraries/arduino_hs300x/), and how to use the sensor embedded in the Arduino Nano 33 BLE Sense Rev2 board, to measure and print out humidity and temperature values from the environment.
195195

0 commit comments

Comments
 (0)