pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.32k stars 499 forks source link

SCD41 Breakout low-power mode not activated #1028

Open marc-git opened 2 days ago

marc-git commented 2 days ago

Greeting, it seems that the SCD-41 should have a low-power version available according to Sensirion documents, which would help a lot when monitoring CO2 from battery-run devices.

Any interest in developing that functionality in the python module?

Gadgetoid commented 1 day ago

https://github.com/pimoroni/pimoroni-pico/pull/1029

Grab a build from here and try start_low_power, I haven't been able to test it but it's just calling one of Sensiron's API functions so it should work!