A mbed RTOS based multimeter application that sends results to a phone over the Bluetooth module.

Dependencies:   LCD_DISCO_F429ZI mbed mbed-rtos BSP_DISCO_F429ZI

History

Published. default tip

2021-01-24, by hunter64288 [Sun, 24 Jan 2021 01:11:19 +0000] rev 18

Published.


Final Commit with comments;

2021-01-18, by hunter64288 [Mon, 18 Jan 2021 23:28:52 +0000] rev 17

Final Commit with comments;


Added Bluetooth.Printf;

2021-01-17, by hunter64288 [Sun, 17 Jan 2021 23:10:24 +0000] rev 16

Added Bluetooth.Printf;


create a 2nd function & 3rd thread; ; 2nd func would receive the voltage & current details from the 1st func via memory ; queue , 2nd & 3rd thread would print those details using semaphore.; ; 1st func would only receive the values using thread1.;

2021-01-17, by hunter64288 [Sun, 17 Jan 2021 22:37:48 +0000] rev 15

create a 2nd function & 3rd thread; ; 2nd func would receive the voltage & current details from the 1st func via memory ; queue , 2nd & 3rd thread would print those details using semaphore.; ; 1st func would only receive the values using thread1.;


two thread - one function ; using semaphore.

2021-01-17, by hunter64288 [Sun, 17 Jan 2021 21:38:16 +0000] rev 14

two thread - one function ; using semaphore.


added semaphore, Thread3 & 4.

2021-01-17, by hunter64288 [Sun, 17 Jan 2021 20:23:19 +0000] rev 13

added semaphore, Thread3 & 4.


Bluetooth working + 2 tasks; NEXT ---> Semaphores , Queues , Timer on Tasks (??)

2021-01-17, by hunter64288 [Sun, 17 Jan 2021 19:51:15 +0000] rev 12

Bluetooth working + 2 tasks; NEXT ---> Semaphores , Queues , Timer on Tasks (??)


Revert update to mbed-os.

2017-02-15, by mbed_official [Wed, 15 Feb 2017 14:04:02 -0600] rev 11

Revert update to mbed-os.


Wait times updated;

2017-01-12, by mab5449 [Thu, 12 Jan 2017 23:35:40 +0000] rev 10

Wait times updated;


Thread::wait is deprecated

2017-01-12, by mab5449 [Thu, 12 Jan 2017 23:21:50 +0000] rev 9

Thread::wait is deprecated