I am running on a Raspberry pi. i2cdetect does not detect the sensor but i am sure the wiring is correct, and when I connect it to an arduino it works.
I tried running your Example1-ReadDistance.py program but it gives this error
Installing collected packages: sparkfun-qwiic
Successfully installed sparkfun-qwiic-1.1.7
root@raspberrypi:/PMX/SparkFun_Qwiic_Distance_Sensor-VL53L4CD/Qwiic_VL53L1X_Py/examples# !py
python Example1_ReadDistance.py
The qwiic drivers are not installed - please check your installation
VL53L1X Qwiic Test
Traceback (most recent call last):
File “/PMX/SparkFun_Qwiic_Distance_Sensor-VL53L4CD/Qwiic_VL53L1X_Py/examples/Example1_ReadDistance.py”, line 61, in
ToF = qwiic.QwiicVL53L1X()
AttributeError: module ‘qwiic’ has no attribute ‘QwiicVL53L1X’
root@raspberrypi:/PMX/SparkFun_Qwiic_Distance_Sensor-VL53L4CD/Qwiic_VL53L1X_Py/examples#
This is annoying to debug as the sensor i bough is a V:534LCD yet the sample code from your site references a different sensor name, and even the name it is referencing does not work… please help