Skip to content

Commit 2b70e06

Browse files
committed
LInk to Kev's tutorial
1 parent 1a02c6b commit 2b70e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: content/2023/01/2023-01-26-using-multiple-vl53l-type-sensors.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The devices connect via I2C, and I2C normally allows multiple devices to share a
2323

2424
<iframe width="560" height="315" src="https://www.youtube.com/embed/XQrxPcq2tZ8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen="true"></iframe>
2525

26+
## Getting a single sensor working
27+
28+
If you are yet to get one of these working, I suggest taking a look at [Raspberry Pi Pico & VL53L0X for MicroPython](https://www.youtube.com/watch?v=YBu6GKnN4lk) where Kevin McAleer explains how to get one of these working with a Raspberry Pi Pico.
29+
2630
## Simple solution - 2 I2C buses
2731

2832
Some microcontrollers, like the Raspberry Pi Pico have multiple I2C buses. If you need only 2 sensors, or less than the number of I2C buses you can connect a device to each bus.

0 commit comments

Comments
 (0)