KittyHawk 4 Posted April 13, 2015 Share Posted April 13, 2015 Hello. I made repository on github: https://github.com/JFF-Bohdan/dht22 Here you can download modified version of DHT22/DHT11 library. This version based on topic starter code: https://github.com/MORA99/Stokerbot/tree/master/Libraries/dht Changes: stable work - bug fix for timeouts in DHT22 support; buffered support of data readings (ints and floats supported) - allows you read data faster, using internal buffer which holds saved data for tuned timeout; wiring and tech documentation (included into repository). dht22.ino based on DhtBuffered class which implements buffered support of int data. It reads data as integers and prints results with decimal part (using printDec()) call. Also, you can found these examples: /examples/buffered_floats.ino - buffered reading of float results [8 443 bytes (of a 16 384 byte maximum) on MSP430G2553]; /examples/buffered_ints.ino - buffered reading of integer results [4 221 bytes (of a 16 384 byte maximum) on MSP430G2553]; /examples/unbuffered_floats.ino - unbuffered reading using original classes by MORA99 (using float results) [8 055 bytes (of a 16 384 byte maximum) on MSP430G2553]. Hope you like it. Enjoy! Elitemem and nrdmtt 2 Quote Link to post Share on other sites
avi1991nash 1 Posted February 17, 2016 Share Posted February 17, 2016 here i am using msp430fr6989 please send me interface connection and source code regarding dht11 Elitemem 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.