Resolved! VL53L5CX Target Order Values
When I use vl53l5cx_get_target_order, it returns 2.I assume there are only two values (1 & 2). Does 2 = CLOSEST or Strongest?Thanks.Giri
When I use vl53l5cx_get_target_order, it returns 2.I assume there are only two values (1 & 2). Does 2 = CLOSEST or Strongest?Thanks.Giri
I am encountering a strange problem on the VL53L5CX sensor. Here is the rundown of my setup:3 sensorseach gets initialised and new i2c address is set so they can run simultaneouslyturn all sensors on and wait for external inputThe external input is s...
hello.I am trying to measure the level of cooking oil in a metal container using the VL53L0X chip.The length and width of the metal container are 25 cm and the height is 35 cm.Please refer to the picture for detailed measurement environment. However,...
For Using VL53L1CX Sensor on PIC24 Controller with Specific Data Sheet(VL53L1CX).But there is no details about registers. how can get Details of Registers ?
Hello. I am seeking to perform a series of tests to demonstrate the effect of enabling/disabling the cross-talk compensation on the VL6180x ToF sensor. For some context, I'll be setting targets of different reflectance across different distances and ...
So from my understanding, after polling the sensor we can read directly from the RESULT__*** registers to reveal things such as distance, return rate, error code and such to view the results from the sensor range measurements. However, I've seen that...
Hello,Standard library for ToF sensors, as far as i know, works in blocking mode and it needs few seconds to initialize sensor and later on to gather all of 64 results. In my project I need to handle other process during this time and using DMA seams...
Hi, I would like to know if we can configure GPIO0 or GPIO1 as a logic output mode. In datasheet, we can configure in INT mode. But we need to clear the flag each time we have a value. So we have a wrong value during the clearing. I would like to con...
When I run the program, the sensor starts up and is working as expected. Occasionally, the sensor gets "stuck" and just sends the same ranging results. I read that the xshut pin is sensitive and can cause a partial reset of the sensor, putting it in ...