How Can I get 8000mm ranging on the using the stmduino VL53L1 library? #2938
Replies: 3 comments
|
Hello @gramcracker , |
|
I also noticed that the current Arduino library is based on the version 6.5.1.2350 of the VL53L1 core APIs. The last available version on ST.com is 6.6.19.2686. Maybe it can influence the performance for long range measurements. Unfortunately, I don't have bandwidth to update the Arduino library in the coming months. Any contribute from the community is welcome. |
Uh oh!
There was an error while loading. Please reload this page.
I am using the VL53L1 sensor and am unable to get further than 3.5 meters, and then I get the ranging status 4: OUTOFBOUNDS_FAIL.
This is how I set it up:
All reactions