04-05-2013 01:33 AM
I've tried to create a library for the DHT11 and I'm told that it is similar to the RHT03. You can try my library and I would appreciate if you did because as of yet I've not get anybody to confirm that it works (because I don't have any of these types of sensors to try).
P.S. Please post in a archive format that everybody can open (i.e. .zip).
04-05-2013 05:15 AM
Nathan_B. thanks ...i did tried both your library and the Example you made in the other discussion..they dont work i dont know if u have read the datasheet for this sensor its reccives a 40bit data as(8 byte integral RH%+ 8byte decimal RH% +8 byte integral Temp + 8byte decimal Temp +8 byte check sum) you will fined the rest of the logical operation in the datasheet and to make the sensor work you need to adress thes bytes called (MCU hand shake) before the sensor send any info......so i hope that any one can help me ....thanks in advance For your supports
04-05-2013 01:13 PM
I don't deal with the low level communication with the sensor because I use a library that was written by someone else to do that. My code only creates a LIFA command that executes the command from that pre-written library so, if the library works then my code should work.
If my code doesn't work, try using the same library that I used to create my code to see if that part works. Since it was not written for the RHT03 I can't guarantee that it works.
04-05-2013 04:10 PM
so i dont need to complex the things out i just use the library with the example you made and it should work.... is this library made for labview or you just triger some command that get you the final read..cause i do have another working arduino DHT11 library can i use them ....?
thanks for your time
04-05-2013 04:54 PM
If you look in the custom firmware that I have with my library you will see that I include an Arduino native library to do all of the communication (you should see the included file listed near the top somewhere). You should try that library alone to make sure that your sensor is working with it (without LabVIEW).
04-05-2013 05:09 PM
ok i wiil give it a shoot and try it with out labview
04-05-2013 05:23 PM
ok Nathan_b i tried your library alone in the arduino but seems like its not working ..if you could use the working library that i attach to you and adjust your Labview VI program so that we are atleast sure about something .....that woukd be very helpful
04-07-2013 12:03 AM
If you post an archive file that I can open (.zip) then I will do it. I appreciate your help.
04-07-2013 08:44 AM
am very very sorry Nathan_b i did uploaded the wrong file :S:S:...
here is the working DHT library
04-10-2013 08:18 AM
nothing new ???? am so lost