sparkfun / SparkFun_VL53L1X_Arduino_Library

A library for the laser based VL53L1X Time Of Flight distance sensor capable of detecting a target 4m away!
MIT License
88 stars 50 forks source link

support for VL53L1X ULP features? #51

Open timbo100 opened 2 years ago

timbo100 commented 2 years ago

I'm investigating the use of VL53L1 sensor for very low power people counting. STMicroelectronics boasts their ULP driver which is key to low power ranging. I'm not using an STM processor so I will need to rely on Arduino compatible library like this.

Any comments on this question would be appreciated, as well as any comments on how one might implement people direction flow counting (i.e. in or out) at low power would be nice too.

Thanks