This is a very basic (hopefully easily understandeable) program to send the data bits of a DHT11 temperature and humidity sensor through Nucleo UART. It is a simple step-by-step guide to build the program.

Dependencies:   mbed

Fork of DHT11_with_Nucleo by Adatgy2014

History

Some formatting. default tip

2015-11-30, by kaliczp [Mon, 30 Nov 2015 20:54:59 +0000] rev 12

Some formatting.


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