-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RS41 temperature and humidity calculation. #41
Comments
The raw sensor data was not hard to find. Humidity sensors have a more complex behavior, in particular it depends also on temperature. |
Thanks. Currently I am trying to measure frequency at input pin with timer using BluePill board. In next step I will try measure frequency of ring oscillator (sensors + reference). Calculation of gain and offset are interesting for me. This equation:" T = (p[0] + p[1]R + p[2]RR + c[1])(1.0 + c[2]); " looks like as normal calculation (from R [ohm] to T [degC]) for PT100 or PT1000 (with calibration here). |
Yes, PT1000. |
Hi. I'm trying to find how to read temperature and humidity directly from the sonde (custom firmware). In file rs41ptu.c I found function to calculate temperature (and humidity too). I would like to know where you got information about calculation and coefficients values. Maybe from sensor manufacturer datasheet?
The text was updated successfully, but these errors were encountered: