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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:1379308ecace | 2015-01-20 | kaliczp | Use decimal numbers to communicate data! |
10:774c12ebf0f2 | 2015-01-14 | kaliczp | Print usable output! Separate hex number for humidity, temperature and checksum. |
9:a2918c6c37ee | 2015-01-13 | kaliczp | Let's use a binary number! |
8:01e3281451e2 | 2015-01-06 | kaliczp | Some formatting of the DHT11 data. |
7:5b0793a2b391 | 2015-01-06 | kaliczp | Corrected form of new line and carriage return. |
6:8027edc2b69f | 2015-01-06 | kaliczp | Format the output data with new line and carriage return. |
5:76a9332af64c | 2015-01-06 | kaliczp | Send the measured data bits of DHT11 through UART! |
4:62b680fac6ed | 2015-01-06 | kaliczp | Let's use UART! |
3:6228ab73d420 | 2015-01-06 | kaliczp | Make a function to initialize DHT11 |
2:4469aa7f4995 | 2015-01-06 | kaliczp | Connect and fire the DHT11 |
1:c0c5b5860aa8 | 2015-01-05 | kaliczp | LED on when button pressed. |
0:e8a1a503d390 | 2015-01-05 | kaliczp | Initial revision from blink led |