maxritter / diy-thermocam

A do-it-yourself thermal imager, compatible with the FLIR Lepton 2.5, 3.1R and 3.5 sensor with Arduino firmware
http://www.diy-thermocam.net
GNU General Public License v3.0
1.1k stars 174 forks source link

Building Instructions v3 Feedback: LED, Lipo Protector, Switch, Heatshrink, Slide Cover #101

Closed rduplain closed 1 year ago

rduplain commented 1 year ago

Hello! The thermocam, kit, and documentation are most excellent! After assembling a v3 kit, here are areas that could be improved in the documentation. Each topic is a simple suggestion to say emphasized sentence in the docs.

Ultimately, I found the slide cover ("Lepton Enclosure Protector") in the kit was not usable as it would result in a "vignette" of heat in the resulting image (i.e. the sensor was seeing the cover when either opened or closed). I reseated the cover in every position and orientation I could think of before finally giving up and discarding it.

The firmware instructions are a bit vague. The build instructions send you here which doesn't make obvious what the steps are. This wasn't an issue as I've used Teensy before: (a) press the button the board to enter programming mode, (b) teensy_loader_cli -w --mcu=TEENSY41 firmware.hex (I'm using the Teensy CLI, not the GUI).

The build instructions could suggest not adding the plate (called "backside") until after firmware is flashed, because you'll have to take it off to access the button to put the microcontroller into programmer mode.

Altogether, the build instructions are great as is. I had no problem putting the kit together and starting to get thermal images!

Thanks!

PS: I don't see the source of https://www.diy-thermocam.net/building-instructions/ posted anywhere, else I would have submitted a patch.

maxritter commented 1 year ago

Hey @rduplain,

sorry for the late reply, I have not been very active on this project for some months.

Thanks a lot for the detailed feedback on how to further improve the guide. I have included the changes in the latest version of the manual. The website now also has its own repository to give feedback: https://github.com/maxritter/diy-thermocam-website

rduplain commented 1 year ago

Great, thank you! :rocket: