pimoroni / vl53l1x-python

Python library for the VL53L1X Laser Ranger
https://shop.pimoroni.com/products/vl53l1x-breakout
94 stars 53 forks source link

Distance output stay 5mm when multiple I2C devices connected #58

Open YikaiZengTUD opened 8 months ago

YikaiZengTUD commented 8 months ago

Hi,

I got a VL53l1x tof sensor that works without any problem when connected to a Raspi Pi 3B+. However, when another device on this bus, in my case, an adafruirt servo driver, my output stuck at 5mm. I am assuming that this is somewhat the minimum value. Is there any way that I can see any status code of the sensor, and it the traffic on the I2C bus influencing the measuring result?

Thanks Yikai