DIY-Thermocam: The Affordable and Easy-to-Build Thermal Camera for Everyone

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • diy-thermocam

    A do-it-yourself thermal imager, compatible with the FLIR Lepton 2.5, 3.1R and 3.5 sensor with Arduino firmware

  • Agree. I think it depends on the use-case (and a personal interest in open-source and DIY stuff) which solution is the best.

    For example with the open serial protocol of the DIY-Thermocam, you can build your own software applications in Python, Typescript, etc. to cover use-cases that are not part of any standalone solution (https://www.diy-thermocam.net/docs/serial/).

    And if you are familiar with Arduino microcontrollers, you can change the firmware as you wish and extend it with new capabilities as well (https://github.com/maxritter/diy-thermocam/tree/master/firmw...).

  • wokwi-verilog-gds-test

  • That would be really neat, but I haven't seen anyone even make a CMOS imager on SKY130.

    https://github.com/google/skywater-pdk

    One could make an array of thermopiles, like the hacker that made their own imager out of discrete diodes (digiOBSCURA) . But each pixel would cost $7.

    https://www.digikey.com/en/products/detail/excelitas-technol...

    One might be able to make an array of thermistors (possibly with active cooling using a peltier) like the diycamera (digiOBSCURA) below. Might be an application of combining many RC oscillators in a tree and recovering the signal with an FFT. I have a gut feeling this is possible, but haven't show it.

    https://www.digikey.com/en/products/detail/panasonic-electro...

    https://github.com/IdleHandsProject/diycamera (digiOBSCURA)

    One could experiment with microbolometers on tinytapeout. https://elicit.org/search?q=cmos+microbolometer

    https://tinytapeout.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • skywater-pdk

    Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.

  • That would be really neat, but I haven't seen anyone even make a CMOS imager on SKY130.

    https://github.com/google/skywater-pdk

    One could make an array of thermopiles, like the hacker that made their own imager out of discrete diodes (digiOBSCURA) . But each pixel would cost $7.

    https://www.digikey.com/en/products/detail/excelitas-technol...

    One might be able to make an array of thermistors (possibly with active cooling using a peltier) like the diycamera (digiOBSCURA) below. Might be an application of combining many RC oscillators in a tree and recovering the signal with an FFT. I have a gut feeling this is possible, but haven't show it.

    https://www.digikey.com/en/products/detail/panasonic-electro...

    https://github.com/IdleHandsProject/diycamera (digiOBSCURA)

    One could experiment with microbolometers on tinytapeout. https://elicit.org/search?q=cmos+microbolometer

    https://tinytapeout.com/

  • diycamera

    An Arduino Based DIY Image Sensor and Camera Body

  • That would be really neat, but I haven't seen anyone even make a CMOS imager on SKY130.

    https://github.com/google/skywater-pdk

    One could make an array of thermopiles, like the hacker that made their own imager out of discrete diodes (digiOBSCURA) . But each pixel would cost $7.

    https://www.digikey.com/en/products/detail/excelitas-technol...

    One might be able to make an array of thermistors (possibly with active cooling using a peltier) like the diycamera (digiOBSCURA) below. Might be an application of combining many RC oscillators in a tree and recovering the signal with an FFT. I have a gut feeling this is possible, but haven't show it.

    https://www.digikey.com/en/products/detail/panasonic-electro...

    https://github.com/IdleHandsProject/diycamera (digiOBSCURA)

    One could experiment with microbolometers on tinytapeout. https://elicit.org/search?q=cmos+microbolometer

    https://tinytapeout.com/

  • isc0901b0-breakout

    Simple breakout board for ISC0901B0 sensor

  • There's another path to cheap thermal imaging- some premium cars have had thermal imagers for night vision (animal, pedestrian detection) for ~10 years.

    The most common such system is Autoliv NV3, which is using the same sensor as Tau2/Flir E4/E8 (~320x256px). The original processing electronics does have protection preventing the use of it without car's ECU (though it's already broke), but the sensor interface is reverse engineered. Due to the age of the vehicles and the fact that the protective window in front of the lens is easily damaged, the modules can be bought relatively cheaply (I got mine for ~150EUR).

    I made a breakout board for the sensor and have a more-or-less working nmigen gateware (using glasgow): https://github.com/festlv/isc0901b0-breakout

    I don't have it fully working yet, as the sensor requires bias values to be sent for each pixel and Glasgow didn't have enough on-board memory to store them, and the thermal image without correct bias values is more or less unusable (many pixels are underexposed/overexposed).

    I have hardware ready for ECP5 development board with enough onboard RAM but life got in the way, so it's still sitting in the pile of unfinished projects :/

    There's also next generation (Autoliv NV4 == Veoneer NiVi4) which is based on 640x512 Boson sensor, though there is a lot less information about it.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts