Skip to main content
Visitor II
July 29, 2019
Question

VL53L1X range status register stuck at 9

  • July 29, 2019
  • 1 reply
  • 636 views

Hello all, I'm using VL53L1X sensor through the light API.

After the init procedure I can read the correct distance but I read the range status register = 9

in the manual the only allowed range are: 0, 1, 2, 4, and 7

Can someone explain what it means range status = 9 and how to fix it?

BR

Andrea

    This topic has been closed for replies.

    1 reply

    Visitor II
    August 21, 2019

    Hello all,

    it's very difficult to use a I2C sensor without know what the register are used for.

    Now I'm running the example and the register #define GPIO__TIO_HV_STATUS     0x0031

    is set to 3.

    from the comment bit 1 is set when interrupt occurs.

    What bit 0 is used for?

    Are there a manual with the registers explanation?

    BR

    Andrea