Update : No more issues. Got it solved
Hello,I've got a question.I'm trying to interface two VL53L0x ToF sensors with an ATmega328p board. This worked fine in the arduino IDE with the beautiful Adafruit library. Unfortunately this library does not work in AVR C so I'm trying to create the...
Currently i have a project based on VL53L3CX, and we are planning to use it for short ranging mode, long ranging mode and proximity detection mode. But some confusions happened and trapped me. In first stage, I am trying to use standard driver (sampl...
I am using a TI simplelink controller. How do I go about using the VL53L1 APIs with my controller code. I am guessing I need to use STSW-IMG007 software. I can't use this software directly. How should I go ahead with interfacing it? Any guidance will...
Despite many previous questions about how to read histograms from the VL53L3CX, I am still confused how the histogram data is formatted.I currently read out the histogram as follows:I call `VL53L3A2_RANGING_SENSOR_GetDistance`Then right after getting...
The VL53L0x or VL53L1x hardware interface is IIC ,I want to know is the range data they output can use to make 3D depth map module? and how do it? Is it have some design details?thanks!
Hi, I am trying to use the X-NUCLEO-6180A1 GUI to perform a offset and x-talk compensation calibration. Something i get the offset one to complete, and others times I don't and then the x-talk one will not complete. It just seems to hang up in the mi...
Hello everyone,so I am using the X-NUCLEO-53L1A1 TOF sensor and I want to detect the height ( Z) of objects that it detects but in the examples I found it only shows information about the objects' range ( distance Y) so my question is : Is there a w...