Forum Posts
VL53L5CX API Size "vl53l5cx_buffers.h" seems to be too large for the MCU to handle. Is splitting the buffers ( "VL53L5CX_FIRMWARE[]" )into smaller 'chunks' to send to the SPAD a reasonable solution?
I am trying to use the VL53L5CX with an AVR128DB48. The .h file "vl53l5cx_buffers.h" seems to be too large for the MCU to handle. I think, as it stands, it breaks the 32727 byte limit that AVR is capable of. Is splitting "VL53L5CX_FIRMWARE[]" into sm...
Resolved! where is the schematic of the X-NUCLEO-53L5A1 ?
I try to find the schematic, but I only see the gerber files on ST web site (CAD ressources)Regards,
"Static object Removal" concept possible on latest VL5xx sensors?
ST,Another non-IR sensor we have worked with has something called 'static object removal' in its microcode. When this function is turned on for a given range, it internally histograms the environment so that objects within this range 'get deleted fro...
Increasing max FOV angle of latest VL5xxx sensors?
Enjoyed your nice presentation...We need almost hemispherical coverage (maybe 160+ degrees etc) for intrusion/prox detection;we are not power sensitive.Are there optical ways of increasing FOV of the latest 60+ degree FOV sensor to well beyond this F...
On the vl5VL53L5cx, the vl3l5cx_check_data_ready function,
the expected results on the temp_buffer are: if((p_dev->temp_buffer[0] != p_dev->streamcount) && (p_dev->temp_buffer[0] != (uint8_t)255) && (p_dev->temp_buffer[1] == (uint8_t)0x5) && ((p_dev->temp_buffer[2] & (uint8_...
Resolved! Understanding VL53L5CX Range statuses
If I point my VL53L5CX unit at the ceiling which I have measured to be 2.13m above my device, I get some readings that are status 5 of around 2100 mm and some readings that are status 255 of around 2100mm. Why is this the case? Because 2.1m is within...
I designed my own vl53l1x board shape that fits my application, but it does not work
first i test the code with the black board and I read data normally,I designed my round board by reverse engineering of the black board,I test my round board with the same code, but I got an error as shownin the attached picturesif any one can help p...
the detection rate of SPAD products (VL53L3X)
I'm doing tests on the VL53L3X evaluation board, and trying to reproduce the detection rate issues.In fact, it is hard to get the 50% and 94% valid outcomes out ofcertain large number of tests using the quoted reflection material, ambientlight condit...
VL53L0X_PerformOffsetCalibration program example
Hello,Well i have read the documentation on the VL53L0X and it is a clear as MUD with respect to the usage of the function VL53L0X_PerformOffsetCalibration how to use it and why i should use it. I thought these devices where factory calibrated, but i...