Newbie here...
I am using the G1000 driver for Ecowitt sensors. Works fine but need to apply a complex calculation to correct the pm2.5 sensor data.
The equation would be something like:
Cpm2.5 = (pm2.5/(1+((.25*RH)*(.25*RH))/(1-RH)))
RH = Relative Humidity
pm2.5 is raw pm2.5 data
Cpm2.5 is corrected data
Is this possible to apply this formula and would the equation be placed under the StdCalibrate section of the config file?
Thanks!