After pricing a set of replacement Porsche Gauges at well over $1k, I decided it was time to build a digital dashboard. I had a Raspberry PI sitting around and ordered a 7 Inch hdmi display. The Solition1 controller broadcasts its data over the Ethernet cable using UDP, and they provide an example data logging application in c. After a brief search of the Internet I settled on Qt for the GUI since it would give the greatest flexibility, with qml for the graphics and c++ backed. Now to lean
Qt and for a refresher in c++. I'll try to maintain the code on
Github in case anyone is interested, but its most likely messy and broken at any given point.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgiiBUxHKva8qLu9vUvrrZgDMmGr-djY9fYLtbIO0ZhMBaTrZ9TQi3WaIE6Mtejt9do505TIQg-kVT5RsSD9T90rcEYqxKI43PKN7ppodu6Or14sxEfS83XVrljiOetZKG7J8SWsu7zK9l/s640/IMG_20160430_220707223.jpg) |
Raspberry Pi and HDMI Display |
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaT1ifK5VuRC6ANxRgXl_C5NttSOQ81cL8mlGaN0nWTQmWwfa3X038GFsIDBDJEO5QIsGbHOf6UTgSDjl1YPrJOlq4rLGN9-whfIk-jSs_8nuxFEogjskJ-VDUI7DRnR9a8EWQrQki7v82/s640/Screenshot+from+2016-05-01+15-29-25.png) |
Modified Qt 5.6 Quick dashboard demo |