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