Giter Site home page Giter Site logo

sparkfun / sparkfun_rht03_arduino_library Goto Github PK

View Code? Open in Web Editor NEW
9.0 8.0 2.0 13 KB

A simple library for RHT03 temperature and humidity sensor, which communicates over a 1-wire digital interface.

License: Other

C++ 100.00%
arduino-library sparkfun temperature-sensor humidity-sensor

sparkfun_rht03_arduino_library's Introduction

RHT03

A simple library for RHT03 temperature and humidity sensor, which communicates over a 1-wire digital interface.

SparkFun RHT03 Arduino Library

SparkFun RHT03

SparkFun Humidity and Temperature Sensor - RHT03

The RHT03 (also known by DHT-22) is a low cost humidity and temperature sensor with a single wire digital interface. The sensor is calibrated and doesn’t require extra components so you can get right to measuring relative humidity and temperature.

Repository Contents

  • /examples - Example sketches for the library. Run these from the Arduino IDE.
  • /src - Source files for the library
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE

Documentation

Products that use this Library

Version History

  • 1.0.0 - Initial release of the RHT03 Arduino Library.

License Information

This product is open source!

Please review the LICENSE.md file for license information.

If you have any questions or concerns on licensing, please contact [email protected].

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.

sparkfun_rht03_arduino_library's People

Contributors

nseidle avatar per1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sparkfun_rht03_arduino_library's Issues

Using delay() with noInterrupts()

In function RHT03::update(), the delay() function is used on lines 55 and 59 after noInterrupts() is set.

I have only tested this code on an Arduino MKR WAN 1300 and the delay() function does not work if interrupts are disabled. If it is replaced with delayMicroseconds(), it seems to work. The delay() function gives a constant delay of 800 us, no matter what value is passed to it, if interrupts are disabled. The function micros() is working with disabled interrupts on this board which is essential for decoding correctly.

Since the sensor, according to the specification, requires a low signal >1 ms to start the measurement, a low signal for just 800 us sometimes causes errors. I have seen many comments in different forums that a lot of checksum errors should be expected from this sensor. I don't think it's the sensor, it is this coding mistake in this routine.

I have not tested other boards, they may behave differently.

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.