Open mariusg0000 opened 1 year ago
@mariusg0000 Nice analysis! I had suspected the data wasn't a moving average either and it would certainly nice to get a realtime output and do my own averaging as required. It's shame as i'd like to get faster feedback than whatever it is doing now.
Meanwhile, I sold my Airthings Wave and bought a RadonEye RD200, a beautiful device, precise and easy to use. I can read it via Bluetooth with a Python script or even with an ESP32 module. I get a reading every 10 minutes and a one-hour moving average.
Thanks Marius. The RD200 looks like just what I need too.
Hello,
I use a pseudo-inversing algo from numpy in order to obtain original values from a moving average series. When i use this script on movig average from randomly generated number, everyting is ok, i can obtain original values with a small error but when I use the same script on STA values from last 7 days, the result not as expected, many negative values, high volatility which makes me think that STA in not a real moving (rolling) average, but something else. Can you provide the algorithm used for obtaining STA values or can you provide the raw, instant radon values over the last hour ?
Here is the python script I use: