cancel
Showing results for 
Search instead for 
Did you mean: 

VL53L8CH Motion Indicator doesn’t work correctly with 8x8 resolution

KKKK9
Associate

I’m using the VL53L8CH sensor with an ESP32 and developing a program in Arduino language based on Example_10_motion_indicator.c provided by ST. I successfully obtained the motion indicator output using a 4x4 map.

Next, I tried switching to an 8x8 map by applying the following settings:

 

VL53L8CH sensor(&Wire, LPn_PIN);
 
sensor.set_resolution(VL53LMZ_RESOLUTION_8X8);
sensor.motion_indicator_init(&motion_config, VL53LMZ_RESOLUTION_8X8);
 
 
However, when I checked the output, I noticed that the 1st and 2nd values, as well as the 9th and 10th values, are identical, resulting in behavior similar to a 4x4 map.

Could you please advise if there are any additional settings required or if this might be related to a library issue? Any suggestions or insights would be greatly appreciated.

0 REPLIES 0