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.

21 thoughts on “Simple Thermal Imager With A Lepton Module

    1. It’s an open, DIY project. Whether it’s better depends on YOU. If you just want a ready to use thermal imager, it’s probably not better.

      But if you want to add software features not present in the closed iPhone app, interface it easily to other projects, or overclock the sensor past the export regulation mandated 8 frames per second, it’s better.

      BTW, there’s a second group purchase for the Lepton ongoing. A little cheaper than buying a FLIR One to extract a Lepton from, though you might have to wait a while for delivery:

      https://www.groupgets.com/campaigns/31-flir-lepton-thermal-imager-batch-2

      1. No.

        This is a 206×156 vanadium oxide microbolometer. I own one. It is superior to the lepton module in resolution, however we are still dealing with post processing to get clean and pretty images. It is good enough as it is.

    1. The seek sensor is cool, but I don’t find the image quality to be as good as the Lepton. Check out mikeselectricstuff on YouTube. He has a fairly comprehensive teardown/review/issue analysis of the Seek sensor.

      If Lepton was packaged in a Seek package that would be a killer product. I’m an Android user and the Flir One doesn’t work with the HTC One.

  1. Very cool (sic) project! What about using two modules for stereo vision? If you used two half-mirrors, could you not use regular cameras overlaying the FOV of each module, and get true interpolation based on the physical geometry of the environment?

    1. Yes, one could do that; in fact, I used to work at a company doing just that. Most often the two (or more) imaging systems are simply next to each other as parallax isn’t an issue when imaging targets at a distance. What I would be very interested is to see the thermal image used in rendering a point cloud.

      – Robot

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.