You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as far as I could understand the code, such average is only implemented for outdoor monitors with two PM sensors available. For other configurations, it rather seems that raw values are sent to the server every 60 s (without any average) - and the remaining 59 s of data are only used for online logs (Serial.printf)?
Is this intended? Or maybe I have misunderstood something here?
Below are relevant links to the code that led me to this conclusion:
Hello, Achim explained to me (here: https://forum.airgradient.com/t/export-raw-data-in-original-sampling-frequency/2468/2?u=guilherme) that data is averaged before sending to the server.
However, as far as I could understand the code, such average is only implemented for outdoor monitors with two PM sensors available. For other configurations, it rather seems that raw values are sent to the server every 60 s (without any average) - and the remaining 59 s of data are only used for online logs (Serial.printf)?
Is this intended? Or maybe I have misunderstood something here?
Below are relevant links to the code that led me to this conclusion:
The text was updated successfully, but these errors were encountered: