Skip to content

Commit

Permalink
+ add description for the usage of the auto calibration mode
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Jan 28, 2024
1 parent 7e21dab commit 752940f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ For smaller intervals it is 10 minutes.
Calibration parameters are stored in the sensor itself and not in the ESP.
Therefore even after powerloss or flashing of new software no recalibration is needed.

No manual calibration is needed if you operate the sensor in an environment with constant support of fresh air.
The sensor datasheet explains this further:

> The correct application of ASC requires the SCD30 to be regularly exposed to air with CO2 concentration = 400 ppm,
> as is the case in well ventilated buildings over night without human presence.
This `ASC` mode can be enabled by changing the parameter to the call of `setAutoSelfCalibration` to `true` (`src/sensors/scd30.cpp`).



Development
Expand Down

0 comments on commit 752940f

Please sign in to comment.