Trying to interface Super Pro to VL53L1X TOF distance sensor

Post details of your projects here.
Post Reply
ctkilian
Posts: 9
Joined: Fri Feb 20, 2015 2:31 pm

Trying to interface Super Pro to VL53L1X TOF distance sensor

Post 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



olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

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

Post 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

Post Reply