-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wants : change for three distance modes #11
Comments
Unfortunately, ST does not provide register details in their datasheet. This CircuitPython library was written based on ST's Arduino library here: If you have a source for more information on how the Medium distance mode can be set, please link here and we can take a look. |
i got it. i did download and unzip ST official API called "VL53L1X Full API " and checked
and another way .... |
Ugh. They require email validation to access the "full" API. Will take a look at the pololu code. The timing budget settings are affected by distance mode. So will need to verify what is needed there for "medium" mode. |
memo : |
Hi,
this issue is feature request .
VL53L1X chip datasheet say distance_mode has three enums.
short,middle and long.
but this library set only two.
short and long.
Adafruit_CircuitPython_VL53L1X/adafruit_vl53l1x.py
Lines 265 to 294 in 434cb7e
could your change for three mode?
see this datasheet and section 2.5.1 Distance mode.
https://www.st.com/resource/en/datasheet/vl53l1x.pdf
thanks.
The text was updated successfully, but these errors were encountered: