You would like to deviate from the beaten track and compile software for your VU Plus (VU+) yourself? Read this article! This article is also more or less applicable for building software for any other device runningĀ OpenVuPlus but is written with the VU+ Solo2 in mind. As computer for compiling the software, a Linux-desktop has… Continue reading How to compile software for VU Plus (Vu+)
Navigation and Audio Menu gone from MFA after upgrade of RNS-510
Recently I upgraded the firmware of the RNS-510 Navigation System in my Volkswagen Passat B7 (Type 3C) from software version: 3970 to version 5218. Everything went well: Inserted the CD with new firmware, waited 45 – 60 minutes till the upgrade was finished by resetting the device. After this upgrade however, there was something gone… Continue reading Navigation and Audio Menu gone from MFA after upgrade of RNS-510
Smart meter
Some weeks ago, new electricity and gas meters were installed. Yes, it was time to install the smart meter variants (‘slimme meter’). Enexis is the distribution network operator and selected in this case the Sagemcom XS210 as smart meter. The great thing of these meters is, that there is a possibility to read out the… Continue reading Smart meter
Linux: Let your program run as background service
In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service