This is an example program to fetch data of DHT11 Sensors
Fork of DHT11_with_Nucleo by
History
Solved problem while reading data, because of an offset of 20?s before the sensor takes control of the data bus
2017-04-05, by ledonger [Wed, 05 Apr 2017 13:14:12 +0000] rev 12
Solved problem while reading data, because of an offset of 20?s before the sensor takes control of the data bus
Use decimal numbers to communicate data!
2015-01-20, by kaliczp [Tue, 20 Jan 2015 02:21:22 +0000] rev 11
Use decimal numbers to communicate data!
Print usable output! Separate hex number for humidity, temperature and checksum.
2015-01-14, by kaliczp [Wed, 14 Jan 2015 13:11:36 +0000] rev 10
Print usable output! Separate hex number for humidity, temperature and checksum.
Let's use a binary number!
2015-01-13, by kaliczp [Tue, 13 Jan 2015 18:54:14 +0000] rev 9
Let's use a binary number!
Some formatting of the DHT11 data.
2015-01-06, by kaliczp [Tue, 06 Jan 2015 11:33:45 +0000] rev 8
Some formatting of the DHT11 data.
Corrected form of new line and carriage return.
2015-01-06, by kaliczp [Tue, 06 Jan 2015 11:20:37 +0000] rev 7
Corrected form of new line and carriage return.
Format the output data with new line and carriage return.
2015-01-06, by kaliczp [Tue, 06 Jan 2015 11:16:06 +0000] rev 6
Format the output data with new line and carriage return.
Send the measured data bits of DHT11 through UART!
2015-01-06, by kaliczp [Tue, 06 Jan 2015 00:54:41 +0000] rev 5
Send the measured data bits of DHT11 through UART!
Let's use UART!
2015-01-06, by kaliczp [Tue, 06 Jan 2015 00:48:44 +0000] rev 4
Let's use UART!
Make a function to initialize DHT11
2015-01-06, by kaliczp [Tue, 06 Jan 2015 00:10:33 +0000] rev 3
Make a function to initialize DHT11