Liquid Cooling Keeps This Electronic Load’s MOSFETs From Burning

Problem: your electronic load works fine, except for the occasional MOSFET bursting into flames. Solution: do what [tbladykas] did, and build a water-cooled electronic load.

One can quibble that perhaps there are other ways to go about preventing your MOSFETs from burning, including changes to the electrical design. But he decided to take a page from [Kerry Wong]’s design book and go big. [Kerry]’s electronic load was air-cooled and capable of sinking 100 amps; [tbladykas] only needed 60 or 70 amps or so. Since he had an all-in-one liquid CPU cooler on hand, it was only natural to use that for cooling.

The IXYS linear MOSFET dangles off the end of the controller PCB, where the TO-247 device is soldered directly to the copper cold plate of the AiO cooler. This might seem sketchy as the solder could melt if things got out of hand, but then again drilling and tapping the cold plate could lead to leakage of the thermal coupling fluid. It hasn’t had any rigorous testing yet – his guesstimate is 300 Watts dissipation at this point – but as his primary endpoint was to stop the MOSFET fires, the exact details aren’t that important.

We’ve seen a fair number of liquid-cooled Raspberry Pis and Arduinos before, but we can’t find an example of a liquid-cooled electronic load. Perhaps [tbladykas] is onto something with this design.

DIY Thermal Imager Uses DIY Gaussian Blur

Under the right circumstances, Gaussian blurring can make an image seem more clearly defined. [DZL] demonstrates exactly this with a lightweight and compact Gaussian interpolation routine to make the low-resolution thermal sensor data display much better on a small OLED.

[DZL] used an MLX90640 sensor to create a DIY thermal imager with a small OLED display, but since the sensor is relatively low-resolution at 32×24, displaying the data directly looks awfully blocky. Gaussian interpolation to improve the display looks really good, but it turns out that the full Gaussian interpolation isn’t a trivial calculation write on your own. Since [DZL] wanted to implement it on a microcontroller, the lightweight implementation was born. The project page walks through the details of Gaussian interpolation and how some effective shortcuts were made, so be sure to give it a look.

The MLX90640 sensor also makes an appearance in the Open Thermal Camera, one of the entries for the 2019 Hackaday Prize. If you’re interested in thermal imaging, don’t miss this teardown of a thermal imaging camera.

Art Meets Science In The Cold Wastelands Of Iceland

Although Iceland is now a popular destination for the day-tripping selfie-seeking Instagrammer who rents a 4×4, drives it off road onto delicate ecosystems and then videos the ensuing rescue when the cops arrive, there are still some genuine photographers prepared to put a huge amount of time and effort into their art. [Dheera Venkatraman] is one of the latter and produces composite photos using a relatively low resolution thermal camera and DIY pan and tilt rig.

Whilst we don’t have the exact details, we think that, since the Seek Reveal Pro camera used has a resolution of 320 x 240, [Dheera] would have had to take at least 20 photos for each panoramic shot. In post processing, the shots were meticulously recombined into stunning landscape photos which are a real inspiration to anybody interested in photography.

If you do go to Iceland you might find the traditional food a little challenging to those not raised upon it, nor would you go there for a stag night as beer is eyewateringly expensive. But if you enjoy uninhabitable, desolate, dramatic landscapes there is a huge range of possibilities for the photographer from rugged, frozen lava flows to extra terrestrial ‘Martian’ crater-scapes, if you know where to find them.

[Dheera’s] blog contains some more information about his Iceland photography and there’s a Github repsoitory too. And if you cant afford a $699 Seek Reveal Pro, maybe try building one yourself.

Gamers Rejoice: Here’s A Fix For ASUS Strix Vega 64 Thermal Issues

Every year, we demand our computers to be ever faster, capable of delivering progressively more eye-watering graphics and doing it all as reliably as ever. Unfortunately, sometimes, new designs miss the mark. [Cloakedbug] was having issues with voltage regulator temperatures on an ASUS Strix VEGA 64 — one of the latest RADEON graphics cards on the market — and decided to investigate.

Right away, issues were apparent; one of the main thermal pads was making poor contact with the FETs it was intended to carry heat for, and was poorly sized to boot. In a show of poor quality, the pad wasn’t nicely sized for the aluminium plate it was attached to, and was applied in a rather haphazard manner. Suspecting this was perhaps one of the root causes of the card running hot, the decision was made to replace the pad with something more suitable.

Specifying a thicker pad that was properly sized to the heatsink plate was the order of the day, and a couple of other smaller heatsink pads were also replaced, all with Thermal Grizzly Minus Pad 8. [Cloakedbug] reports a temperature drop of over 30 degrees C under load on the VR SOC bank, down from 115 C initially. It sounds like this will go a long way to keeping the card happy and healthy over time. Looking around the web, there’s definitely a few reports of thermal issues out there, so this could be a useful fix if you’re having trouble with the same card at home.

In the end, it’s a simple, tidy fix to an expensive piece of hardware that really should have shipped with this sorted from the factory. We’ve seen a fair few thermal fixes over the years here, like this one involving a thermal camera as a diagnosis tool.

[Thanks to Keith O for the tip!]

PTPM Energy Scavenger Aims For Maintenance-Free Sensor Nodes

[Mile]’s PTPM Energy Scavenger takes the scavenging idea seriously and is designed to gather not only solar power but also energy from temperature differentials, vibrations, and magnetic induction. The idea is to make wireless sensor nodes that can be self-powered and require minimal maintenance. There’s more to the idea than simply doing away with batteries; if the devices are rugged and don’t need maintenance, they can be installed in locations that would otherwise be impractical or awkward. [Mile] says that goal is to reduce the most costly part of any supply chain: human labor.

The prototype is working well with solar energy and supercapacitors for energy storage, but [Mile] sees potential in harvesting other sources, such as piezoelectric energy by mounting the units to active machinery. With a selectable output voltage, optional battery for longer-term storage, and a reference design complete with enclosure, the PPTM Energy Scavenger aims to provide a robust power solution for wireless sensor platforms.

This Thermal Printer Has Serious Game

[Dhole], like the fox, isn’t the first to connect his computer to a Game Boy printer but he has done a remarkable job of documenting the process so well that anyone can follow. The operation is described well enough that it isn’t necessary to scrutinize his code, so don’t be put off if C and Rust are not your first choices. The whole thing is written like a story in three chapters.

The first chapter is about hacking a link cable between two Game Boys. First, he explains the necessity and process of setting the speed of his microcontroller, a NUCLEO-F411RE development board by STMicroelectronics. Once the rate is set, he builds a sniffer by observing the traffic on the cable and listens in on two Game Boys playing Tetris in competition mode. We can’t help but think that some 8-bit cheating would be possible if Tetris thought your opponent instantly had a screen overflowing with tetrominoes. Spying on a couple of Game Boys meant that no undue stress was put on the printer.

Chapter two built on the first chapter by using the protocol to understand how the printer expects to be spoken to. There is plenty of documentation about this already, and it is thoughtfully referenced. It becomes possible to convince a Game Boy that the connected microcontroller is a printer so it will oblige by sending an image. Since there isn’t a reason to wait for printing hardware, the transfer is nearly instantaneous. In the image above, you can see a picture of [Dhole] taken by a Game Boy camera.

The final chapter, now that all the protocols are understood, is also the climax where the computer and microcontroller convince the printer they are a Game Boy that wants to print an image. In the finale, we get another lesson about measuring controller frequency without an oscilloscope. If you are looking for the hack, there it is. There is a handful of success in the form of old receipts with superimposed grayscale images since virgin thermal printer paper by Nintendo costs as much as a used printer.

This story had a happy ending but grab your reading glasses for the smallest Game Boy and here’s someone who wrote their own Game Boy color game.

Thermal Camera Diagnoses Thermal Issue On A Sonoff Switch

No matter what your experience level with troubleshooting, there’s always at least a little apprehension when you have to start poking through a mains powered device. A little fear is a good thing; it keeps you focused. For some, though, the aversion to playing with high voltage is too much, which can cause problems when something fails. So what do you do when you’re reluctant to even open the case? Easy — diagnose the problem with an infrared camera.

[Bald Engineer]’s electrophobia started early, with some ill-advised experiments in transcutaneous conduction. So when his new Sonoff WiFi switch failed soon after deploying it to control a lamp in his studio, popping the top while it was powered up was out of the question. The piquant aroma of hot plastic was his first clue to the problem, so he whipped out his Flir One Thermal Camera and watched the device as it powered up. The GIF nearby shows that there was clearly a problem, with a bloom of heat quickly spreading out from the center of the unit. A few IR images of the top and bottom gave him some clues as to the culprits, but probing the board in those areas once power was removed revealed no obviously damaged components.

[Bald Engineer] hasn’t yet gotten to the bottom of this, but his current thinking is that the NCP1117 regulator might be bad, since it rapidly spikes to 115°C. Still, we think this is a nifty diagnostic technique to add to our toolkit, and a great excuse to buy an IR camera. Or, we could go with an open-source thermal camera instead.

[via Dangerous Prototypes]