TechyMagThings

Breaking

Saturday, 1 August 2026

August 01, 2026

Open Source Stream Deck Targets Flexibility

Stream decks are very useful when you’re live on camera and you need to hit some complicated macro at a glance. However, there is sometimes a perception that commercial options are a touch expensive for what they are, an attitude which has spawned many DIY builds. [Fady Faheem] has developed just such a device of his own.

Named Stream32, the build is intended to be simple to understand and adapt to one’s own individual workflow. Putting one together is as easy as buying a display, hooking it up to an ESP32, flashing the firmware, and then adding pages of shortcuts as desired. [Fady] has designed the firmware to be flexible with regards to screen choice — currently, it can be set up for a 4″ Waveshare LCD or a nice roomy 10.1″ display from Elecrow. Since it’s open source, adapting to a wider range of displays is a potential exercise for the builder.

The great thing about custom stream decks is you have all the freedom in the world to customize them to your own specific setup. Play with the code, the functionality, the visual layout—all to suit your own needs. If you’re working on your own custom hardware, be sure to tell us on the tipsline.



Friday, 31 July 2026

July 31, 2026

Turning Glass Into a Touch-Sensitive Button

Although generally glass isn’t associated with touch-sensitive surfaces, the addition of an ITO (indium tin oxygen) coating adds the exciting property of not only being transparent to the visible light part of the electromagnetic spectrum, but also of being electrically conductive. The logical result is that fine folk like [Sokol] simply had to use their newly acquired ITO-coated glass to make a button out of.

Here the easy option is of course to just use it as a capacitive sensor where the conductive ITO layer is used for the capacitive charge and the glass provides the insulator, but here we see it demonstrated how to create a pressure-sensitive implementation instead.

The measured conductivity on the ITO-coated glass in the video is pretty good, at just over 20 Ohm. This thus makes said capacitive button very easy to achieve. To make it a touch-sensitive button, two pieces of glass are used, with the ITO sides facing. Paper is used to create a spacer, after which the slight flex of the glass allows for the two ITO surfaces to touch, completing the circuit.

This is somewhat similar to how resistive touch screens work, with the position of the finger or stylus determined by the resistance between the two sides. In a hobbyist setup this would make it fairly easy to create a multi-position touch screen using just two pieces of glass and some firmware.



July 31, 2026

A Complex Way to Push a Button

We’ve likely all looked at a simple problem in our lives and thought that it would be an easy fix, only to realize that the project is enormously more complicated than we first realized. Whether that’s starting a home improvement project, doing a quick repair to a bicycle or car, or trying to install an obscure piece of software on a Linux machine, the amount of time we budget for these tasks often ends up woefully underestimated. []’s night light needs to have its brightness set every night, and it seems easy enough to get a microcontroller to automate that, right?

Well, upon opening the small device, the first issue is that there is no labeling on any of the parts, so simply adding a jumper on to existing microcontroller pins without damaging anything wouldn’t easily be possible. Adding a secondary microcontroller is the next logical step, but the power supply in the night light is extremely underpowered so using even the smallest Raspberry Pi or off-the-shelf Arduino was out of the question too. [Oscar] instead chose an ATtiny85, which solves the power requirement issue, but these are a bit more of a challenge to program without a USB device. From there, it needs a transistor wired in to the circuit to actually push the button for him, plus a few support resistors, so [Oscar] actually had a PCB custom-built to hold all of these components.

Even after all of that, the space within the night light enclosure made installing the PCB a challenge, but in the end he has a device which, when his home automation system powers on the plug for the nightlight, automatically boots up and pushes the switch the required number of times and then puts itself to sleep. We’d call that a success even after the colossal effort getting this inexpensive, small light working the way he wanted. There are some other low-powered solutions for problems like these too, as long as being battery-powered isn’t a dealbreaker.



July 31, 2026

Tiny Desktop Robot Has Radar

One thing our futuristic world is largely lacking in is droids and robot companions and the like. [solitary dev] is helping to rectify that problem by building a little robot called TongDou.

As [solitary dev] tells it, TongDou is a “tiny open-source desktop gremlin.” An ESP32-S3 serves as TongDou’s brain, buried inside a tasteful brass tube chassis. An OLED display is TongDou’s face, and he uses a pair of wheels driven by gearmotors for locomotion. A speaker plays back pre-recorded voice lines, while a 24GHz radar and an IMU enables TongDou to keep track of the space it’s moving through. They are publishing the design files on Github so other makers can build their own if so desired.

[solitary dev] hopes to develop TongDou into something to make a “workspace feel less dead.” It’s not dissimilar from the way studios used to use robots to liven up otherwise hackneyed movies and TV shows, and we could absolutely use some of that whimsy in the real world. We’ve featured other fun desktop companions before, too. Video after the break.



July 31, 2026

NES Advantage Stick Gets Bluetooth Upgrade

The NES Advantage was a cool bit of hardware back in 1987, bringing an arcade stick to the home console gaming experience. Naturally they don’t get much use these days, unless of course they’ve been modded to work with modern systems, as [Aaron] has done.

[Aaron]’s goals were straightforward. The stick should work with modern systems over Bluetooth, but the mod should not involve cutting the case or making any new holes. All controls, including Turbo and Slow Motion, still had to work, too, and there would be no adding extra buttons for configuration or control.

To achieve this, [Aaron] whipped up a custom PCB which replaces the original cable attached to the NES Advantage. Power is via a small LiPo cell, charged via a TP4056 and paired with a TPS63900 buck-boost converter. An ESP32-WROOM-32E interfaces all the original controls, reading the stick’s CD4021 shift registers to do so. It then either emulates a Switch Pro Controller over Bluetooth Classic, for use with a modern Nintendo Switch, or it acts as a standard Bluetooth Low Energy gamepad for use with PCs, SteamOS, phones, and other compatible hardware. All that and the stick can still work with an original NES if so desired, when placed in the Switch Pro Controller mode. You merely need to plug in an 8BitDo NES Retro Receiver and you’re up and running.

We’ve seen other fun retro controller builds before, too, like this classic Xbox controller modded to work with the Xbox 360. If you’re cooking up similar projects, we’d love to hear about it on the tipsline.



Thursday, 30 July 2026

July 30, 2026

Best-Ever Brainstem Map Created by Indian Scientists

The elusive brainstem is a small, yet critical part of our brain: the slightest damage to it could prove fatal. But how it works is not fully understood today. Indian Scientists at SGBC (Sudha Gopalakrishnan Brain Centre) work to change that by producing the most detailed map of it ever seen.

Instead of more costly methods, this map was created with a high-resolution microscope. Starting with three samples, (45W fetus, 9Y and 54Y) the brain stems were imaged using MRI and BFI (Block Face Imaging), then sliced into 20/40µm pieces, imaged, annotated using in-house software and added to the dataset. From a combination of these images, MRI and BFI scans, they created a 3D model of the brainstem that you can explore in your browser.

The new research gives vital data needed for neurological research, and could help advance research on a wide range neurological diseases from Parkinson’s to Alzheimer’s.
You can find the paper here, which has not yet been peer reviewed at time of writing.

Via BBC.



July 30, 2026

Rebuilding an Obsolete IC to Save a Betacam SP Tapedeck

Betacam is not the Betamax you may have had at home– it was a professional format that lived on into the 21st century, in the “SP” form. In many places, it would have been the last tape format in use. So it is perhaps understandable that [ldursw] decided to recreate an obsolete and unobtainable IC to save a Sony broadcast-grade editing Video Tape Recorder (VTR). Still mad, perhaps, but in a way we very much appreciate.

The Sony BVW-75 VTR had an odd flaw where the output lacked colour, unless paused with dynamic tracking off. Then colour would appear, but only in odd stripes. Clearly the chroma circuit was at fault. Some sluthing found that a sync separator IC– that separates the sync pulses that keep everything moving together, if the name didn’t give it away– wasn’t behaving correctly. More sluthing found that the chip in question was no longer available. Luckily, the concept of a sync separator hasn’t quite given up the ghost, and another part was available. It just didn’t fit, used a different voltage, and had an inverted output. No biggie! [ldursw] added a voltage regulator, an inverter, and a video amplifier chip, then after breadboard testing put them on a PCB with pins that match the original IC’s form-factor, making it a plug-in replacement.

That’s a GitHub link at the start of this article, by the way, so he’s open sourced the solution for anyone who needs a Toshiba TA7357P video sync separator. We don’t know who else needs this, but we’re willing to bet that whoever does, really needs it. On behalf of whoever that might be, we offer sincere thanks to [ldursw] for the hack, and for submitting it to our tips line.

This reminds us a little bit of a tape deck repair we featured previously, reviving another Sony format– D-1 tapes–to archive old media.