Skip to content

Commit e41f983

Browse files
authored
Merge pull request #84 from rkertesz/main
Nicla Vision Proximity tutorial: Update with clearer installing instructions
2 parents 9628c37 + b96dd26 commit e41f983

File tree

1 file changed

+13
-2
lines changed
  • content/hardware/05.nicla/boards/nicla-vision/tutorials/proximity

1 file changed

+13
-2
lines changed

Diff for: content/hardware/05.nicla/boards/nicla-vision/tutorials/proximity/content.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,18 @@ The goals of this project are:
4141

4242
![Arduino Nicla Vision - Time of Flight sensor](assets/nicla-vision-tof.png)
4343

44-
To make sure that the sketch works properly, the latest versions of the **Arduino mbed Core** and the **VL53L1X library** needs to be installed. The **Arduino mbed Core** can be found in the **boards manager...** and the **VL53L1X library** can be found in the **Library manager**, both can be found inside the Arduino IDE.
44+
To make sure that the sketch works properly, the latest versions of the **Arduino mbed Core** and the **VL53L1X library** needs to be installed. Both can be found inside the Arduino IDE.
45+
46+
- The **Arduino mbed Core** can be found in the **boards manager...**.
47+
- The **VL53L1X library** can be found in the **Library manager**,
48+
49+
If you are using version 1.6.2 or later of the Arduino software (IDE), you can use the Library Manager to install the VL53L1X library:
50+
51+
- In the Arduino IDE, open the "Sketch" menu, select "Include Library", then "Manage Libraries...".
52+
- Search for "VL53L1X".
53+
- Click the VL53L1X entry in the list, authored by Pololu.
54+
- Click "Install". More detailed instructions on how to install a library can be found [here](/learn/starting-guide/software-libraries).
55+
4556

4657
### Include the Needed Libraries and Objects Declaration
4758

@@ -170,4 +181,4 @@ void loop() {
170181

171182
## Conclusion
172183

173-
In this tutorial we went through how to get readings from the ToF sensor. And how use these readings to change how the built-in LED behaves. At the end of the tutorial you can also find a reference list for the ToF library.
184+
In this tutorial we went through how to get readings from the ToF sensor. And how use these readings to change how the built-in LED behaves. At the end of the tutorial you can also find a reference list for the ToF library.

0 commit comments

Comments
 (0)