Who Said Thermal Cameras Weren’t Accessible To The Masses?

Thermal cameras hold an enduring fascination as well as being a useful tool for the engineer. After all, who wouldn’t want to point one at random things around the bench, laughing with glee at finding things warmer or colder than expected? But they’ve always been so expensive, and a lot of the efforts that have sought to provide one for little outlay have been rather disappointing.

This has not deterred [Offer] though, who has made an extremely professional-looking thermal camera using an M5Stack ESP32-based computer module and an AMG8833 thermal sensor array module in a 3D-printed case that copies those you’d find on a commercial unit. The modular approach makes it a simple prospect for the constructor, the software can be found on GitHub, and the case files are hosted on Thingiverse. You’ll be finding warm and cold things on your bench in no time, as the video below shows.

Most of the thermal cameras we’ve seen have centred upon the FLIR Lepton module, but that’s a component that remains expensive. This project shows us that thermal cameras are a technology that is slowly becoming affordable, and that greater things are to come.

Continue reading “Who Said Thermal Cameras Weren’t Accessible To The Masses?”

Using A Thermal Camera To Spot A Broken Wrist

Chemist and Biochemist [Thunderf00t] has shown us a really interesting video in which you can spot the wrist he broke 10 years ago using a thermal camera.

He was on an exercise bike while filming himself on a high-resolution thermal camera, As his body started to heat up he noticed that one hand was not dumping as much heat as the other. In fact one was dumping very little heat. Being a man of science he knew there must be some explanation for this. He eventually came to the conclusion that during a nasty wrist breaking incident about 10 years ago it must have affected the blood-flow to that hand, Which would go on to produce these type of results on a thermal camera while exercising.

Using thermal camera’s to spot fractures in the extremities is nothing new as it has the benefit of eliminating radiation exposure for patients, But it’s not as detailed as an X-ray or as cool as fluoroscopy and is only useful for bones near the surface of the skin.  It’s still great that you can visualize this for yourself and even after 10 years still notice a significant difference.

Continue reading “Using A Thermal Camera To Spot A Broken Wrist”

Hackaday Prize Entry: Raspberry Pi Thermal Imaging

High up on the list of desirable technologies that are edging into the realm of the affordable for the experimenter is the thermal camera. Once the exclusive preserve of those with huge budgets, over the last few years we’ve seen the emergence of cameras that are more affordable, and most recently a selection of thermal camera modules that are definitely within the experimenter’s range. They may not yet have high resolution, but they are a huge improvement on nothing, and they are starting to appear in projects featured on sites like this one.

One such device is the Melexis MLX90621, a 16×4 pixel thermal sensor array in a TO39 can with an I2C interface. It’s hardly an impulse purchase in single quantities and nor is it necessarily the cheapest module available, but its price is low enough for [Alpha Charlie] to experiment with interfacing it to a Raspberry Pi for adding a thermal camera overlay to the pictures from its visible light camera.

The wiring for the module is simplicity itself, and he’s created a couple of pieces of software for it that are available on his GitHub repository. mlxd is a driver daemon for the module, and mixview.py is a Python graphical overlay script that places the thermal array output over the camera output. A run-through of the device and its results can be seen in the video below the break.

Continue reading “Hackaday Prize Entry: Raspberry Pi Thermal Imaging”

Build Your Own Thermal Camera

We have featured thermal camera projects by [Max Ritter] before, but [Max] has just taken the next step: he is offering the latest version as a build-it-yourself kit. The DIY Thermocam improves on his previous designs by capturing 60 by 80 pixel thermal images, which can be combined with visible light images from an accompanying  640 by 480 pixel camera to produce the final image. It is built around the FLIR Lepton module that has been used in many of the recent commercial thermal cameras that we have seen. Max has also added a battery and display, making the whole thing a standalone camera.

The firmware that runs all this is open-source and written in C++ for easy modification, so users can build their own thermal camera.”The approach is to offer people the self-assembly kit so that they can use it as a development platform to do whatever they want to achieve with thermal imaging”[Max] told us. The kit runs €429 (about $468), with free shipping worldwide.

Continue reading “Build Your Own Thermal Camera”

Long Exposure Thermal Photography

For apparently inexplicable reasons, the price of thermal imaging cameras has been dropping precipitously over the last few years, but there are still cool things you can do with infrared temperature sensors.

A few years ago – and while he was still writing for us – [Jeremy] came across an absurdly clever thermal imaging camera. Instead of expensive silicon, this thermal camera uses a flashlight with an RGB LED, a cheap IR temperature sensor, and a camera set up to take long exposures. By shining this flashlight/IR sensor around a dark room, a camera with a wide-open shutter can record color-coded thermal images of just about anything.

Since then, an interesting product appeared on the market. It’s the Black & Decker TLD100 Thermal Leak Detector, and it’s basically an infrared thermometer and LED flashlight stuffed into one neat package. In other words, it’s the exact same thing we saw two years ago. We’d like to thank at least one Black & Decker engineer for their readership.

[Jeremy] took this cheap, off-the-shelf leak detector and did what anyone would do after realizing where the idea behind it came from. He set up his camera, turned off the lights, and opened the shutter of his camera. The results, like the original post, don’t offer the same thermal resolution as a real thermal camera. That doesn’t mean it’s still not a great idea, though.

Simple Thermal Imager With A Lepton Module

[Andrew] designed a simple thermal imager using the FLIR Lepton module, an STM32F4 Nucleo development board, and a Gameduino 2 LCD. The whole design is connected using jumper wires, making it easy to duplicate if you happen to have all the parts lying around (who doesn’t have a bunch of thermal imaging modules lying around!?).

The STM32F4 communicates with the Lepton module using a driver that [Andrew] wrote over a 21MHz SPI bus. The driver parses SPI packets and assembles frames as they are received. Images can be mapped to pseudocolor using a couple different color maps that [Andrew] created. His code also supports min/max scaling to map the pseudocolor over the dynamic range present in the image.

Unfortunately the Lepton module that [Andrew]’s design is based is only sold in large quantities. [Andrew] suggests ripping one out of a FLIR ONE iPhone case which are more readily available. We look forward to seeing what others do with these modules once they are a bit easier to buy.

THP Hacker Bio: AKA

Thermal imaging cameras are the new hotness when it comes building DIY tools that are much less expensive than their commercial counterparts. [Mike Harrison] built a very high-resolution version from Flir’s Lepton module, but an IR temperature sensor and a servo can also create a decent image. [AKA] played around with some of these thermal imaging modules, but found them a little hard to interface. Panasonic’s Grid-EYE module, however is reasonably cheap as far as thermal imaging devices go, and can be read over an I2C bus.

[AKA]’s entry for the Hackaday Prize, the GRID-EYE Thermal Camera is one of two Prize entries that survived the great culling and made it into the quarterfinalist round. [AKA] was kind enough to sit down and do a short little interview/bio with us, available below.

Continue reading “THP Hacker Bio: AKA”