I'm experiencing slow initial connection time (above 10 sec) with the VL6180X TOF sensor on the Nvidia Jetson Dev Kits (both Nano and Xavier NX).
Once connected everything works fine, but sensor = adafruit_vl6180x.VL6180X(i2c) takes above 10 seconds to execute.
I have installed the library via:
sudo pip3 install adafruit-circuitpython-vl6180x
Running i2cdetect works quite fast.
Also once in several attempts, the connection is established quickly without delay.
What could be causing this such slow sensor init?
I'm experiencing slow initial connection time (above 10 sec) with the VL6180X TOF sensor on the Nvidia Jetson Dev Kits (both Nano and Xavier NX).
Once connected everything works fine, but
sensor = adafruit_vl6180x.VL6180X(i2c)
takes above 10 seconds to execute.I have installed the library via:
sudo pip3 install adafruit-circuitpython-vl6180x
Running i2cdetect works quite fast. Also once in several attempts, the connection is established quickly without delay. What could be causing this such slow sensor init?
I opened a discussion on the forums but could not find a solution: https://forums.adafruit.com/viewtopic.php?p=843163#p843163 https://forums.adafruit.com/viewtopic.php?p=968714