Page 1 of 1

Trying to interface Super Pro to VL53L1X TOF distance sensor

Posted: Mon Aug 30, 2021 2:23 am
by ctkilian
I am trying to interface my Super Pro board (with Basic) to (up to six of) these new (and inexpensive) TOF VL53L1X distance sensors. These sensors only interface with serial I2C interface, and require special setup software (which I have not seen in Basic). Does anyone have a suggestion of where I could read up on how to do this. Examples would be very helpful.
Thanks, Chris

Re: Trying to interface Super Pro to VL53L1X TOF distance sensor

Posted: Sun Sep 12, 2021 10:28 pm
by olzeke51
Yo',
Haven't done much with I2C but I just came across this chip in another article -
checkout the TCA9548A - it is an 8 device buffer/selector for I2C
,
so you send the TCA the port number you want further I2C traffic to send/receive
then you just communicate with that device's address like you normally would
then
when you want to talk with another device , send the TCA the port number (o-7)of that device
then talk to that device per it's specification.
HTH,
Olzeke51