Displays a value on an RS display board
Dependencies: EthernetInterface PCA9635 dispBoB mbed-rtos mbed munin-client-lib
Displaying values retrieved from a munin node on an RS display board. Porting this code to work with an alternative display should be trivial, I have also used an mbed application board's LCD to display the values for example.
Hardware
Software
Most of the work is done by libraries that are freely available on mbed.org. The code uses the lwip based EthernetInterface library. The only code I had to write was submit a command to a munin node and parse it's response.
Testing
The software has currently been running for around 2 weeks without any problems. On a previous run it stopped updating after 4 days.
History
Refactored to use munin-client-lib
2014-04-15, by PrzemekWirkus [Tue, 15 Apr 2014 09:36:43 +0000] rev 8
Refactored to use munin-client-lib
Added scroll functionality to class methods.
2014-04-14, by PrzemekWirkus [Mon, 14 Apr 2014 10:55:50 +0000] rev 7
Added scroll functionality to class methods.
Integer 6 digit formatting added.
2014-04-14, by PrzemekWirkus [Mon, 14 Apr 2014 10:45:03 +0000] rev 6
Integer 6 digit formatting added.
1. Small fixes.; 2. Added separate function to dosplay integer on LCD.; 3. Added simple Doxygen documentation.
2014-04-14, by PrzemekWirkus [Mon, 14 Apr 2014 09:29:41 +0000] rev 5
1. Small fixes.; 2. Added separate function to dosplay integer on LCD.; 3. Added simple Doxygen documentation.
Small bugfixes.
2014-04-11, by PrzemekWirkus [Fri, 11 Apr 2014 18:13:40 +0000] rev 4
Small bugfixes.
1. C++ refactoring.; 2. Added more verboseness.
2014-04-11, by PrzemekWirkus [Fri, 11 Apr 2014 18:05:00 +0000] rev 3
1. C++ refactoring.; 2. Added more verboseness.
Replace DisplayBoard printfs with serial printfs.
2014-04-11, by stevep [Fri, 11 Apr 2014 10:52:21 +0000] rev 2
Replace DisplayBoard printfs with serial printfs.
Update dependencies
2014-04-11, by stevep [Fri, 11 Apr 2014 10:28:26 +0000] rev 1
Update dependencies
Munin client showing values on a RS display board.
2013-04-29, by stevep [Mon, 29 Apr 2013 10:08:19 +0000] rev 0
Munin client showing values on a RS display board.