0

I am working on a dew point sensor, and I am using the Arduino Uno board with the DHT22 sensor. I have it taking a reading once ever 2 seconds and I am using the DHT.h library. The problem I am having is when I compare the values to our standard here the Humidity reads high and the Temp reads low. Is there anyway to get the values to read closer to what the standard is?

asked Jan 30, 2018 at 22:52
4
  • personal opinion - use a better sensor ... my DHT reads humidity low (very low in fact) and temperature high ... so opposite to your problem. I've had better success with the BME280, or a DS18B20 for temperature plus a HopeRF HH10D for Humidity Commented Jan 31, 2018 at 0:12
  • 1
    calibrate the sensors Commented Jan 31, 2018 at 2:01
  • 2
    See this article which includes a section about calibration. allaboutcircuits.com/projects/… Commented Jan 31, 2018 at 2:07
  • Thanks for the answers, there were kind of what I was expecting. Commented Jan 31, 2018 at 17:35

1 Answer 1

0

Using a RH and Temp Calibrator I had access to I was able to get better results by all lines to adjust the RH and Temp to a better value. Basically a correction equation.

answered Nov 28, 2018 at 15:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.