Skip to main content
Visitor II
December 25, 2025
Question

VL53L0x save power

  • December 25, 2025
  • 2 replies
  • 49 views

Hi,

   vl53L0x goto sleep and wakeup to reduce power.

  I used single_mode,program as follow:

   I find add 

         sensor_init(dev,vl53_mode);            //activa
  The measurement time was 600 mS. long more than not add  this function?
  how  to reduce the time?

     

zhy_0-1766628808091.png

 

    This topic has been closed for replies.

    2 replies

    zhyAuthor
    Visitor II
    December 25, 2025

    zhy_0-1766631215684.png  used sleep wakeup  or not used sleep wakeup

    zhy_1-1766631278941.png

     

     

    Technical Moderator
    January 4, 2026

    Hi 

    As long as you don't power off the sensor, and only let sensor go into sleep mode, there is no need to call the initiation function. 

    Initialization will take long time as it includes many registers settings inside. 

     

     

    Br

    Zhiyuan.Han