Using VL53L4CX with Jetson Nano running Ubuntu 20.4
Hello!
I have never used a Jetson Nano before and am rather unfamiliar with lower level programming. I have a VL53L4CX attached to the correct Jetson nano pins and can see the device when I run i2cdetect -r -y 1 at address 0x29. My question is whats next. I've done a lot of research online and have no idea how to incorporate this into an actual program that reads the distance detected by the sensor. The goal of the project is to attach 8 of these sensors to a MUX and then get data from all of them by changing i2c ports. I have seen posts referring to the linux driver, which I have downloaded but don't know how to install or use. I have a python program that sends bytes over i2c, is it as simple as sending a specific message over i2c and then reading a response? If so, what is that message?
