Hi all,I'm planning on building my own electronic target for pistol shooting - 4.5mm pellets (4.5mmx5mm approx) traveling at 500-600 fps.I've read the documentation on the L0X and L1X but I'm struggling to figure out if these sensors can fit the bi...
UM2133 says that the available modes are VL53L1_PRESETMODE_RANGING, VL53L1_PRESETMODE_MULTIZONES_SCANNING, VL53L1_PRESETMODE_LITE_RANGING (Obsolete), VL53L1_PRESETMODE_AUTONOMOUS but the only definitions I can find (in API/core/inc/vl53l1_def.h in en...
Hello,I am testing the interrupt modes and I have an issue when CONFIG_GPIO_INTERRUPT_LEVEL_HIGH is set to raise the interrut when far objects are detected, but the interrupt is triggered as soon as the continuos mode is started (whit no object in fr...
Hello,It seems the API does not allow to range up to 600mm, why? I am ranging ok up to ~350mm.I have tried to use x3 upscaling, but error is returned when doing so by:VL6180Dev_t myDevLong;VL6180_UpscaleSetScaling(myDevLong, 3);It seems as upScali...
Hello,I'm actually working with the VL53L5CX sensor, i would like to how i can implement gesturedetection like those of the VL53L0 sensor? Do i need more than one ? Is there a specific library ?Thanks for your respons.SL
Hi,I'm using the VL53L1X sensor with my raspberry Pi3.Using the python code to read from the two sensors. On starting changing the address using the XSHUT pin.The Pi3 is powered from a battery via regulator. The setup also has an option of being char...
Hi,I saw in a video (See the screenshot above) that the distance of target is extracted by assuming a normal distribution, and for L5 sensor, we can get sigma (See the second screenshot above).My question is, do the received range sigma means the si...
Hi , Can anyone help to understand how to use the available driver for vd6283TX ambient light sensor as i was able to read the device id and revision id of the device from the driver but the data ready flag is not in a state to read the data,and henc...