Browsing though secondhand shops, and retro art shops, I came across a cool old piece of history.
I was planning to remove the internals (first checking if its really broken .. it is), and make a radio which plays audio fragments from the 50-60s. (Music and News)
Playing old media using a raspberry
Using the original knobs and lights (more on this later)
While tuning in on channels, static sound will be heard and country selection will be a used also for music/news selection
Maybe I’ll use one of the turning knobs as decade selector (like the old band selector 25m/31m etc)
Back of the radio
Type H265A01. This one was made in de 50s in Nederlandsche Seintoestellen Fabriek (N.S.F.). This factory was standing within 100 meters where I currently live
Another interesting thing: It has a Magic Eye (Philips MiniWatt EM4)! This little thingy works like a mini CRT device.
A magic eye EM4 is a vintage vacuum tube (introduced around 1938–1939) used as a visual tuning indicator in old European radios and test equipment. It glows with a green or yellow-green phosphor pattern that narrows or expands based on signal strength, helping users find the exact radio frequency
Due too the high voltages needed for this device, I’ll be storing this in a safe place, and make a modern alternative using a microcontroller and a round display.
Our Onkyo was giving problems, some channels are breaking up. To have some channels back, we needed to crank up the volume for a few seconds.
So I thought .. preamps!
So I opened the Onkyo and started investigating.
We used it as a 5.1 surround sound system. So I’ve got PreAmp channels to spare, so lets switch the boards!
Well, that didn’t work. Reading forums, it COULD be the sound chip, on the main board. Because of the heat over the years, it could losing contact with the main PCB.
So I put my heatgun to work, but to no avail. One of the square chips on the right in first photo.
The AMP being 15+ years old, we decided to get a new one. Researching best amp’s in 2026 … in our price range.
Onkyo TX-RZ50
Amazing …
Using the DIRAC sound setup, perfect again.
Using the same IP, our Home Assistant setup mostly worked without changing much.
UPDATE 20260729 : There are EXIF filters in workflows now!
Put your media in the correct directories using workflows.
Below the regex for a Samsung phone
Image
^\d{8}_\d{6}\.(jpg|jpeg|heic|png)$
Video
^\d{8}_\d{6}\.(mp4|mov|mkv)$
WhatsApp Image
^IMG-\d{8}-WA\d+\.(jpg|jpeg|png|webp)$
WhatsApp Video
^VID-\d{8}-WA\d+\.(mp4|3gp)$
Signal Image
^(signal-|Signal-).*\.(jpg|jpeg|png|webp)$
Signal Video
^(signal-|Signal-).*\.(mp4|mov)$