Code Monkey home page Code Monkey logo

Comments (3)

rs1729 avatar rs1729 commented on June 25, 2024

The raw sensor data was not hard to find.
The coefficients for calculating the raw temperature and calibration is bit more involved. This was found by comparing the raw data to the sounding data that can be found e.g. at
http://weather.uwyo.edu/upperair/bufrraob.shtml
The RS41 datasheet says that the temperature sensor type is "Platinum Resistor". In general temperature data is no so complicated, at least in hindsight after you have looked through the data many times.

Humidity sensors have a more complex behavior, in particular it depends also on temperature.
Vaisala calls its humidity sensor "Humicap", the RS41 datasheet says it is of "Type: Thin-Film Capacitor".
In rs41ptu.c there is a rough empirical approximation. In
https://github.com/rs1729/RS/blob/master/demod/mod/rs41mod.c
you can find a more accurate calculation.

from rs.

tom2238 avatar tom2238 commented on June 25, 2024

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).

from rs.

rs1729 avatar rs1729 commented on June 25, 2024

Yes, PT1000.
Here are some remarks (in german)
https://www.fingers-welt.de/phpBB/viewtopic.php?t=43&start=2400#p198064

from rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.