Search found 2 matches

by mretallack
Mon Apr 03, 2006 10:31 am
Forum: General Software Discussions
Topic: RH-02 With my own driver
Replies: 1
Views: 3337

Thanks for the data

Thanks for sending me the missing data. I have converted it into an equation for easy usage. Not fully tested at this stage..... Hopefully this will help other people if they ever need the info. float fltCount = (GVP_FLOAT)intReading; // ok, do a bit of maths fltCount =((-66349+fltCount)/(703.3-(0.0...
by mretallack
Thu Mar 30, 2006 7:59 am
Forum: General Software Discussions
Topic: RH-02 With my own driver
Replies: 1
Views: 3337

RH-02 With my own driver

Hello, I have written my own driver to talk to an RH-02 temperature and humidity sensor. I used the information in the rh02.pdf file, however the 16-bin reading to temperature conversion table only goes from 0 to 50oC. http://www.picotech.com/document/pdf/rh02.pdf Where can I get the conversion info...