Humidity measurement smoothing/hysteresis #4

Open
opened 2026-02-10 22:07:30 +01:00 by cryptogopher · 0 comments
Owner
  • humidity reading of BME280 has a resolution of 1pp; applying hysteresis would result in too imprecise results
  • as a workaround, a mean of e.g. last 10 measurements should be taken, hysteresis applied (0.2pp ?) to such mean, and only then the value - rounded back to whole pp - displayed
* humidity reading of BME280 has a resolution of 1pp; applying hysteresis would result in too imprecise results * as a workaround, a mean of e.g. last 10 measurements should be taken, hysteresis applied (0.2pp ?) to such mean, and only then the value - rounded back to whole pp - displayed
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Arduino/metronom#4