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

Microcontroller #21

Closed saammbautista closed 6 years ago

saammbautista commented 6 years ago

Is it possible to use arduino nano/pro mini instead of teensy? Thank you!

saammbautista commented 6 years ago

And is it possible for the videos/images to be transmitted wirelessly instead of in a sd card and has a touch display? I am planning to use it for a thermal camera equipped drone. Thank you!

blotske commented 6 years ago

@saammbautista The teensy is way more powerful than an arduino. It might be possible but not nearly as performant. Also, the project already has a touchscreen.

I just finished building my camera a couple weeks ago. My project is to get it flying for search and rescue. I'm planning on processing the images from the camera on the airframe. I haven't figured out a image/video downlink quite yet. Lots of options but most have limited range.

I'm planning on creating a new board that will allow the sensors to be gimbaled with the teensy and power management rigid. Of course anything I create will be contributed back to this project.

maxritter commented 6 years ago

The Arduino nano or pro mini does not have the required hardware capabilities to display thermal and visual images in real-time on the 320x240 display. Also it will be very slow, the Teensy 3.6 for example can be overclocked to up to 240MHz.

You can use the analog video signal of the video output module together with a 5.8GHz FPV transmitter to transmit the thermal feed wirelessly to a ground station.