Lowering power consumption
Hi,
I am currently implementing an application using VL53L1X sensor with NRF52. Our applicaiton needs to consume very low current in order to get long battery life. I am reading VL53L1X sensor data every minute. While i am not reading any VL53L1X data, sensor needs to stay in standby state. So, I tried following cases,
I make XSHUT pin LOW and i get no lower than 0.1mA. Do I need to call a function from API to work XSHUT pin properly?
I tried to connect one of the NRF52 pins for VL53L1X VDD pin but it didn't work. The reason could be NRF52 cannot give desired current for VL53L1X. So, I connect transistor NRF52 pin and tried again. It was successfull but do you thing that it is applicable? In production stage, there could be problem since there is a extra component for circuit means that more current consumption.
I couldn't find any thing on the API that lowers the power consumption via software. Is there available such a function?
If there is any suggestion about lowering power consumption please let me know.
Regards,
Taha
