1. 05 Jun, 2021 1 commit
    • Käppler's avatar
      co2_sensor: Do not reset ESP after calibration · 703edb7d
      Käppler authored
      A soft reset of the SCD30 sensor, i.e.
      calling `SCD30.reset()` was added in commit
      fe023428 to force an instant update of
      the measurement interval after bootup.
      
      It seems, however, that the calibration
      value is not stored if the sensor is
      reset before carrying out at least one
      measurement after calibration.
      This breaks calibration with the current code,
      because the ESP (and then the SCD30) is reset
      directly after calibration.
      703edb7d
  2. 05 May, 2021 3 commits
  3. 04 May, 2021 1 commit
  4. 03 May, 2021 1 commit
  5. 01 May, 2021 1 commit
  6. 30 Apr, 2021 7 commits
  7. 29 Apr, 2021 2 commits
    • Käppler's avatar
      co2_sensor: Add new state INVALID (co2<=0) · 6751d607
      Käppler authored
      This state is showed with red waiting LEDs.
      Previously, the state 'BOOTUP' with blue
      waiting LEDs was used to show invalid measurements.
      
      Use blue waiting LEDs now only during sensor
      acclimatization.
      6751d607
    • Käppler's avatar
      co2_sensor: wait for acclimatization after startup · dcba0a6a
      Käppler authored
      The SCD30 sensor has a response time of 20 s to reach
      67 % of its final reading. The first measurement
      can thus be unreliable, if the environment changed
      shortly prior to startup. Set measurement interval to the
      shortest possible value (2 s) and wait then, until the
      measurements have stabilized. Show a blue led effect in
      the meanwhile.
      dcba0a6a
  8. 28 Apr, 2021 1 commit
  9. 25 Apr, 2021 2 commits
  10. 24 Apr, 2021 7 commits
  11. 23 Apr, 2021 8 commits
  12. 21 Apr, 2021 1 commit
  13. 20 Apr, 2021 2 commits
  14. 19 Apr, 2021 3 commits