Skip to content

Commit 82edd67

Browse files
committed
Merge branch 'workflow-infra-fixes' of https://github.com/orionrobots/orionrobots.github.io into workflow-infra-fixes
2 parents 3c0bcd3 + 84bd7ab commit 82edd67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ They are small compared with the HC-SR04 distance sensors, and faster being base
2222
The devices connect via I2C, and I2C normally allows multiple devices to share a bus, keeping pin usage low. However, one common problem for the VL53 series is that they all come with a single preprogrammed I2C address. Lets see some solutions for this.
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>
25-
</div>
25+
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.
2629

2730
## Simple solution - 2 I2C buses
2831

0 commit comments

Comments
 (0)