HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rittermax

no profile record

Submissions

[untitled]

1 points·by rittermax·3 miesiące temu·0 comments

Show HN: Claude Pilot – Claude Code is powerful. Pilot makes it reliable

github.com
2 points·by rittermax·5 miesięcy temu·0 comments

Show HN: Claude CodePro – Professional Development Environment for Claude Code

github.com
1 points·by rittermax·6 miesięcy temu·0 comments

DIY-Thermocam: A low-cost thermal imager based on the FLIR Lepton sensor

diy-thermocam.net
170 points·by rittermax·3 lata temu·92 comments

comments

rittermax
·3 lata temu·discuss
Thanks for the feedback, it was indeed missleading to write it like that. I have improved the text as you have proposed it, so it is much clearer now what is required :)
rittermax
·3 lata temu·discuss
Thanks a lot! That's super cool, very nice price tag, compact design, thanks for bringing it up :)
rittermax
·3 lata temu·discuss
Thanks for mentioning the missing parts. It was so obvious that I missed it, they are now added ;)

You are right, Version 2 had a visual camera. However, the alignment between LWIR sensor and visual camera was never perfect and most people only used the thermal image feature OR they took photos with a smartphone and combined it in the Thermal Analysis Software (ThermoVision) on the PC later on. That's why I decided to remove the visual camera for V3 to reduce building complexity and costs.
rittermax
·3 lata temu·discuss
I know that affordable is a flexible term and the DIY-Thermocam might still be too expensive for some folks.

The predecessor of this device was called "Cheap-Thermocam" (https://web.archive.org/web/20121128040746/http://www.cheap-...) and it used a single-spot MLX90614 sensor to create a thermal image by combining the measurements.

Although the project is now 10 years old, there is a good writeup if anybody wants to build it: https://www.instructables.com/Thermal-Camera/
rittermax
·3 lata temu·discuss
Indeed, the predecessor of the DIY-Thermocam was called Cheap-Thermocam and built on the MLX90614. If you want to have a look, it is still available via the Wayback Time Machine (has been released 10 years ago): https://web.archive.org/web/20121128040746/http://www.cheap-...
rittermax
·3 lata temu·discuss
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...).
rittermax
·3 lata temu·discuss
The DIY-Thermocam also works with the FLIR Lepton2.5, which is slightly cheaper (but has a lower resolution): https://store.groupgets.com/products/flir-lepton-2-5

But I agree that the price might be too steep for the curious maker who does not have a serious use-case that satisfies the investment on the long run
rittermax
·3 lata temu·discuss
Indeed, smartphone addons are much cheaper and might be a good option, too!
rittermax
·3 lata temu·discuss
You are right, there are cheaper solutions like smartphone addons, but as a standalone thermal imager including display, storage, etc., there are not many options that are less expensive and provide the same flexibility in terms of open-source software and hardware. This is a comparable all-in-one device from FLIR itself: https://www.amazon.de/FLIR-89401-0202-C5-Kompakt-W%C3%A4rmeb...
rittermax
·3 lata temu·discuss
The tCam-Mini is also an awesome project, thanks for mentioning!
rittermax
·3 lata temu·discuss
The DIY-Thermocam V3 is a low-cost, do-it-yourself thermal imager, based on the popular radiometric FLIR Lepton sensor and an open-source ecosystem.

It gives private persons, educational institutes and companies access to a portable, affordable and customizable thermal imaging platform that is based on open-source software and hardware. It is constructed as a self-assembly solution, that can be build at home by only using some standard tools.

There are various applications like finding heat leaks in the insulation of buildings, the analysis of electrical or mechanical components, the detection of persons / animals or even mounting it on a drone and recording continuous or time-lapse images.

The device has a large ecosystem of software around it, that allows to extend the functionalities of the device beyond the firmware itself. You can use the Thermal Analysis Software to edit raw data files on your PC and save them in various file formats. In addition to that, the Thermal Live Viewer can stream live thermal images to your PC, change settings on the fly and record images or videos. The Thermal Data Viewer provides another way of editing raw files, and with the Video Converter you can convert series of captures images to movie files.

The Device Firmware provides a lot of functionalities, that can be accessed over the 3.2" TFT LCD touch screen. Flashing the firmware is easy and can be done without any programming knowledge on any operating system over the command line interface. Once the Thermocam is connected to the PC, it will show up as a mass storage device and allows you to transfer thermal images from or to the device.

The DIY-Thermocam offers a wide range of features, like adding temperature points, changing temperature range limits, displaying hot or cold temperatures only, saving single images or a series of images (video or timelapse) to the integrated storage, changing the color scheme, etc. It can also communicate to the PC over the USB serial protocol, in order to stream thermal images or change settings remotely.

In case you want to extend the existing featureset with your own functionality, that's possible too. The firmware of the DIY-Thermocam is completely open-source and written in C/C++. Just download Visual Studio Code and the PlatformIO extension, and you are ready to go!