The installation of my fuel cell heating required a bi-directional power meter. Bonn Netz, my local power network provider, uses meters of type EasyMeter Q3M which have two infrared interfaces: A bidirectional D0 interface, and a read-only info interface. I use the info interface (INFO-DSS) to read out power consumption and production of the three phases. For this, I built an optical interface, a 3D printed housing for it, and use the UART of a Raspberry Pi with python to get the values.
Rigol DS1054Z Password Login Problem *Solved*
I use the Rigol DS1054Z as my benchtop oscilloscope now since a few years (the one in my title image), and I am rather happy with it. However, one thing never worked for me (but is of utterly low importance – it was just nagging me): You can access a (very) few scope functions via the web interface when opening http://[IP of the scope]. The network settings section is password protected, and according to e.g. this post on EEVblog the user “rigollan” with password “111111” should work. It never worked for me. Other posts claim that “test” or even “blah” […]
IPv6 in my LAN with Unitymedia, Technicolor TC7200, Ubiquiti EdgeOS on Edgerouter X and Prefix Delegation
This post describes how to set up IPv6 with Edgerouter X (and supposedly any EdgeOS device) in interplay with the infameous Technicolor TC7200 cable modem as provided by Unitymedia in Germany, using prefix delegation to advertise valid IPv6 addresses into the LAN. This guide shows how to configure settings via GUI instead of CLI.
Quick Note: Web-View with PyQt5 and Qt 5.7+ on Raspberry Pi
This is a short note how to use QtWebKit with Qt 5.7+ on Raspberry Pi.
RFID Treasure Chest for LARP
I built a treasure chest which opens if a riddle is solved. To prove that the riddle is solved, the players need to put the correct three RFID/NFC tokens (out of several tokens to choose from) onto three RFID readers in the correct order. If they fail too often, a curse is uttered! In this post I describe the hardware selection, the electronics, the assembly and the software.
Root shell on a MStar based UMC TV (Sharp LC-24CFG6132EM)
Not being happy with a few things on my Sharp LC-24CFG6132EM smart TV, I decided to dig deeper, hoping to find ways to reconfigure some settings. While I not achieved that goal yet, I at least managed to gain root access to the Linux running on the TV. Since the TV set is based on a MStar product, I suspect that my procedure will work for any MStar based TV, at least those manufactured by UMC, which for Europe own the brands of Sharp and Blaupunkt. So here I document the procedure.
Media Center revisited: Libre Computer “Le Potato” plus LibreELEC
While Raspberry Pi with xbian is already a versatile media center, I’m not 100% satisfied with everything. And, with the advent of H.265/HEVC as German DVB-T2 standard, the technical requirements have outrun the current offerings of the Raspberry Foundation. So I decided to migrate my Kodi media center to brand-new Libre Computer’s Le Potato board with LibreELEC, and here are the steps to do so, starting from the xbian media center described in an earlier blog post.
TARDIS housing for my Raspberry Pi media center
When I built my media center, it went into a simple black box: Boooring! Since we watch a lot of Dr. Who on funk.net, when a Raspberry Foundation blog post on 3D printed cases featured a Tardis housing, it felt just right to have one. The 3D files are available on Thingiverse, and so I put the files into the 3D printing services of the usual supects – to be shocked by the resulting prices: More than 100 € for this thing? It nearly made me buy a 3D printer, but luckily I found out about 3Dhubs, where many many […]
Interfacing Vitovalor 300-P with a Raspberry Pi
I want to integrate my new Viessmann Vitovalor 300-P fuel cell heating into my home automation. For this, I use the Optolink interface, vcontrold from the openv community, and create my own configuration files from several sources.
Touch Rotation with 10″ Display from Joy-IT
I got myself a 10″ multi-touch display from Joy-IT for my Raspberry. I’m quite satified with the display, it has a relatively high resolution, very good display quality, good viewing angle, and touch works very well – the necessary driver is included in Raspbian. Two things that could be better: The backlight is not software-controllable, and the position of the HDMI and USB connectors is not optimal. In the end I want to use the display mounted vertically in a wall, so I included the line
1 |
display_rotate=3 |
into /boot/config.txt. Unfortunately this only rotates the display, not the touch input, so […]