cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving VL53L7CX sensor ranging result with status 0 only

Aju004
Visitor

Hi all, I'm using pololu VL53L7CX sensor carrier board interfaced with Nucleo-L552zeq EVK for ranging application. For first level, iam using the Simple ranging application that comes with software package. Sensor api calls till getting the data seems working fine. But when viewing the result, the status is always 0. For first frame its 6, but i understood it will be 6 for the first frame. The expected status should be 5 (or 9), but for me its always 0. For now i have set the resolution as VL53L7CX_RESOLUTION_4X4 with ranging mode as VL53L7CX_RANGING_MODE_CONTINUOUS. 

Additionally, am not using INT pin or LPn pin. Is there anything i need to take care in the hardware side?
Or is there anything to be handled in the sensor configuration in the app side?

Below is the some zone result i got from a single frame:
Details:{NumberOfTargets = 1, Distance = {53}, Status = {0}, Ambient = {0}, Signal = {0}}

Details:{NumberOfTargets = 1, Distance = {51}, Status = {0}, Ambient = {0}, Signal = {0}}

Details:{NumberOfTargets = 1, Distance = {50}, Status = {0}, Ambient = {0}, Signal = {0}}

Details:{NumberOfTargets = 1, Distance = {46}, Status = {0}, Ambient = {0}, Signal = {0}}

Details:{NumberOfTargets = 1, Distance = {51}, Status = {0}, Ambient = {0}, Signal = {0}}

Details:{NumberOfTargets = 1, Distance = {45}, Status = {0}, Ambient = {0}, Signal = {0}}

0 REPLIES 0