Simple test program to get familiar with functionality of MBED RTOS on ST Nucleo-F411RE. Tasks for LED blinking, user button, temperature measurement with DS1620, temperature measurement with internal temperature sensor of ST32F411RE, ultrasonic distance measurement and displaying result on 16x2 TextLCD.
Dependencies: DS1620_improved TextLCD_improved mbed-rtos mbed
History
Minor formatting changes.
2015-12-18, by Jan Tetour [Fri, 18 Dec 2015 20:00:56 +0100] rev 18
Minor formatting changes.
Bugfixes. Works but freezes after some time. Button task requires rewrite (InterruptIn).
2015-12-18, by dzoni [Fri, 18 Dec 2015 15:23:21 +0000] rev 17
Bugfixes. Works but freezes after some time. Button task requires rewrite (InterruptIn).
Initial public commit. Some bugfixing and testing still required.
2015-12-16, by dzoni [Wed, 16 Dec 2015 22:37:56 +0000] rev 16
Initial public commit. Some bugfixing and testing still required.
Hangs out in display ("Raw: 20" and that's all)
2015-12-14, by dzoni [Mon, 14 Dec 2015 21:46:45 +0000] rev 15
Hangs out in display ("Raw: 20" and that's all)
Added ToDo list...
2015-12-14, by dzoni [Mon, 14 Dec 2015 19:48:36 +0000] rev 14
Added ToDo list...
Now works. Too big fluctuations in distance measurement values. Change to RTOS interrupt on EDGE pin change.
2015-12-14, by dzoni [Mon, 14 Dec 2015 19:38:24 +0000] rev 13
Now works. Too big fluctuations in distance measurement values. Change to RTOS interrupt on EDGE pin change.
Compiles OK. Testing fails (display).
2015-12-14, by dzoni [Mon, 14 Dec 2015 18:15:57 +0000] rev 12
Compiles OK. Testing fails (display).
Compiles OK, ready for testing.
2015-12-14, by dzoni [Mon, 14 Dec 2015 17:15:29 +0000] rev 11
Compiles OK, ready for testing.
Tasks split into separate source files. Compile OK. For testing. (Fixed error in source file location)
2015-12-14, by dzoni [Mon, 14 Dec 2015 11:36:34 +0000] rev 10
Tasks split into separate source files. Compile OK. For testing. (Fixed error in source file location)
Tasks split into separate source files. Compile OK. For testing.
2015-12-14, by dzoni [Mon, 14 Dec 2015 11:32:15 +0000] rev 9
Tasks split into separate source files. Compile OK. For testing.