Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.24 KB

Flipper SCD4x CO2 sensor

A PoC Sensirion SCD4x CO2 sensor plugin for the Flipper Zero.
This app is a WIP, the code is a bit of a mess and needs some more work, I just made the GUI functional enough to show the sensor readings (the included library should be fully functional though).

Screenshot

Connections

The connections are pretty straight-forward. Some boards have different form factors, but usually all have i2c (SDA+SCL), just look for those labels.

Connections

Contributions

Contributions are welcome!
There are a few things already in the roadmap:

  • A menu to configure some chip-specific options such as chip type (SCD40/41), low power mode, auto calibration, altitude, pressure, etc.
  • A refactoring of the GUI app to generally improve the code style and to keep the status in a struct instead of global variables

Credits