-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCD4X CO2 Sensor Driver & Docs #98
Comments
Update: ended up testing daisy chained with SGP30, SHT30, ENS160 (not sure my unit works) and AHT2X sensors together on the same board and same platformio project, felt convenient as the SCD4x official i2c library has a few calibration and offset features so it made sense to merge the project; this way the script has simultaneous access to all the measurement feeds for easier printouts and testing different libraries |
Need to extend IoTempower basic wrapper support first, making it possible to configure a simple (calibrated) measurement cycle. Afterwards document the basic features and finally focus on exposing advanced features. |
Tried available libraries for async measurement support but the sensor is not robust (plug/unplug test - measurements differ too much, unreliable). Digging deeper into sensirion scd4x library... |
Maybe link the bias ribbit finding here? |
GMAC_2024_-Ribbit_Network_Poster-_White_BG_48_x_36_in.pdf
ribbit in the poster don't really state it as a linear steady state bias error... so do we just need to the
Can do, but will have to then regress the updated landing page architecture diagram. Will prepare draft for ENS160 first then start the PR (and new issue for that sensor). |
PR: #118 |
Extend support to include the Sensirion SCD40 compact photoacoustic NDIR CO2 sensor.
Tasks:
Bare sensor module:
Module in use for this driver development and in local stock:
Resources:
The text was updated successfully, but these errors were encountered: