I’m building a Raspberry Pi air-quality monitor with inexpensive particulate and environmental sensors, and I’m stuck on the display question: should every reading show calibration age, estimated sensor drift, and an uncertainty range, or is that too much honesty for a household gadget?
The EPA treats low-cost sensors as useful for supplemental, informational monitoring, but readings can be affected by humidity, temperature, pollutant mixtures, and limited selectivity. A clean “PM2.5: 12” looks wonderfully finished, yet may imply a confidence the hardware and correction model don’t deserve.
I’m leaning toward a simple e-ink number for quick glances, with the calibration date, drift estimate, and uncertainty band on a local dashboard. That keeps the device usable without hiding the caveats. Do you expose uncertainty in your own projects, or do you think this makes practical devices harder to trust? Examples and counterarguments welcome.