VL53L1X - i2c consumption

Hello,

How do I deactivate/activate a SDA/SCL line?
I perform a test on an Icarus board with a VL53L1X sensor, everything works fine. However, in idle/sleep mode, whether I turn off the sensor or not (by XSHUT, GPIO or physically),
it consumes an additional 10uA.

Even without code to initialize the sensor, and only plugging in the SDA & SCL ports, I have a 10uA boost.
I don't understand where this is coming from or how to fix it.

Does someone have an idea ?

Thanks !
Parents Reply
  • Hi Mike,

    Yes i agree for i2c, it's just an information like what to connect or not VCC / GND, as long as i2c is connected, there are these 10uA.

    I did the tests:

    • always 45uA (for VCC + XSHUT without or with i2c)
    • 340uA (for GND + XSHUT without or with i2c)

    if it is the hardware shutdown current, this consumption should disappear once the operation is carried out, right ?

    Even after 30sec, still nothing.

Children
Related