|
10 | 10 | author: 'Jose Garcia'
|
11 | 11 | libraries:
|
12 | 12 | - name: Arduino H2300x
|
13 | | - url: https://www.arduino.cc/en/Reference/ArduinoHS300x |
| 13 | + url: https://reference.arduino.cc/reference/en/libraries/arduino_hs300x/ |
14 | 14 | hardware:
|
15 | 15 | - hardware/03.nano/boards/nano-33-ble-sense-rev2
|
16 | 16 | software:
|
@@ -64,7 +64,7 @@ Some of the useful ways they are used are seen in the following applications:
|
64 | 64 | - Asset and goods tracking.
|
65 | 65 |
|
66 | 66 |
|
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) |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
@@ -191,5 +191,5 @@ Sometimes errors occur, if the project is not working as intended there are some
|
191 | 191 |
|
192 | 192 | ## Conclusion
|
193 | 193 |
|
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. |
195 | 195 |
|
0 commit comments