libi2c icon indicating copy to clipboard operation
libi2c copied to clipboard

Using libi2c with Adafruit VL53L4CD Time of Flight Sensor

Open spcrobocar opened this issue 3 years ago • 1 comments

I am trying to connect Adafruit VL53L4CD Time of Flight Sensor (https://www.adafruit.com/product/5396) with Nvidia Jetson Xavier NX using libi2c. But I could not figure out how to do it. Any one have any experience using VL53L4CD?

I found some code for Arduino https://github.com/stm32duino/VL53L4CD. This code should have the information for the device, such as address etc.

spcrobocar avatar May 23 '22 03:05 spcrobocar

I hope this helps - https://github.com/polyhobbyist/ros_qwiic_tof. I've implemented a ROS2 node which uses an implementation of Arduino Wiring for Nvidia Jetson (and maybe Pi, but I haven't tested yet). This allows you to use the Sparkfun implementation of the VL53L5CX. It should be adaptable to the VL53L4CD.

polyhobbyist avatar Jun 28 '22 02:06 polyhobbyist