Hi! I'm building my own weather station with custom hardware and I'm having some problems with barometer. My barometer is reading 964 hPa while should be reading 1024 hPa, that's a '60' hPa difference.
I'm reading manual and I found an example with temperature, but I don't uinderstand how this works and how do I apply to my problem.... This is what I found in manual: Perhaps you need a linear correction around a reference temperature of 68°F: outTemp = outTemp + (outTemp-68) * 0.02 I know that while reading 964, it should be 1024, but I don't know how to apply. Tks! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
