A Breakout Board For A Flir Lepton

Thermal imaging cameras are all the rage now, and one of the best IR cameras out there is Flir’s Lepton module. It’s the sensor in the FLIR ONE, a thermal imaging camera add-on for an iPhone. Somewhat surprisingly, Flir is allowing anyone to purchase this module, and that means a whole bunch of robotics and other various electronics projects. Here’s a breakout board for Flir’s Lepton.

Electron artisan [Mike] recently got his hands on a FLIR ONE, and doing what he does best, ripped the thing apart and built the world’s smallest thermal imaging camera. Compared to professional models, the resolution isn’t that great, but this module only costs about $250. Just try to find a higher resolution thermal imager that’s cheaper.

With this breakout board, you’ll obviously need a Lepton module. There’s a group buy going on right now, with each module costing just under $260.

The Lepton module is controlled over I2C, but the process of actually grabbing images happens over SPI. The images are a bit too large to be processed with all but the beefiest Arduinos, but if you’re thinking of making Predator vision with a Raspi, BeagleBone, or a larger ARM board, this is just the ticket.

You can check out some video made with the Lepton module below.

This is also project number 3000 on hackaday.io. That’s pretty cool and worthy of mention.

Continue reading “A Breakout Board For A Flir Lepton”

Building A Thermal Imaging Sensor From Scratch

[youtube=http://www.youtube.com/watch?v=pIb1scnD67o&w=470]

[Rob] lives in a 100-year-old house, and with these antique lath and plaster walls and old window frames comes a terrible amount of drafts. The usual way to combat this energy inefficiency is with a thermal imaging camera, a device that overlays the temperature of an object with a video image. These cameras are hideously expensive so [Rob] did what any of us would do and built his own.

The build centers around a Melexis MLX90620 far infrared thermopile that can be had for about $80. Basically, this sensor is a very, very low resolution camera (16×4 pixels) that senses heat instead of light. By sticking this sensor on a breadboard with an Arduino Mini and WiFly network adapter, [Rob] is able to pull the data down from the IR sensor to his iPhone and overlay it on the feed from the camera.

The result, as seen in the video above, is a low-resolution but still very useful thermal imaging camera, perfect for looking for cold drafts in an old house or tracking down [Arnie] just like a Predator.

Tip ‘o the hat to [Ronald] for sending this one in.