Part Number: TM4C123GH6PM
Tool/software: Code Composer Studio
Can anyone give me the code of tm4c123 microcontroller with dht11 on uart.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TM4C123GH6PM
Tool/software: Code Composer Studio
Can anyone give me the code of tm4c123 microcontroller with dht11 on uart.
Hi Charles,
One of our 'interns' received a (very) similar 'homework assignment.' (very same device)
Being clever - he SAVED the extra effort of 'Switch-Over' from GPIO Output to GPIO Input - by employing 'separate GPIO pins' - of course 'tied together' - and 'preventing reception' when he was 'sending.'
The GPIO Output must not 'linger' when its 'Send' completes (to avoid 'output contention' w/his device) - there are several ways to accomplish that... (which is held - for 'next' homework assignment...and even (further) 'giving'...)