Sensirion / embedded-scd

Embedded SCD Drivers for Sensirion CO2 Sensors - Download the Zip Package from the Release Page
https://github.com/Sensirion/embedded-scd/releases
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

Allowable ambient pressure range #9

Closed guarndt closed 5 years ago

guarndt commented 5 years ago

According to the interface description Section 1.3.1, the allowable pressure range is between 700 and 1200 mbar. Function scd_start_periodic_measurement in scd30.c assumes 700 to 1400 mbar. Which is correct?

abrauchli commented 5 years ago

Hi @guarndt, many thanks for your input. We clarified this inconsistency internally: 700-1400mbar is the correct range, we'll update the interface description accordingly. I'll leave the issue open until this is done.

Thanks

abrauchli commented 5 years ago

Thanks for your patience. I'm closing this since the document was updated (section 1.4.1) http://www.sensirion.com/file/scd30_interface_description and now reflects the 1400mbar as max value.