The project has moved to Github.
You can now make your own DIY-Thermocam V2 by purchasing the components on the list on your own. Everything is open-source, including the gerber files for the PCB,...
Type: Posts; User: maxbot
The project has moved to Github.
You can now make your own DIY-Thermocam V2 by purchasing the components on the list on your own. Everything is open-source, including the gerber files for the PCB,...
The DIY-Thermocam V2 has been released!
It uses the increased RAM of the Teensy 3.6 to render HQ thermal images on-device.
Is it possible to port this code to the Teensy 3.6 ?
I will integrate the Teensy 3.6 into the DIY-Thermocam, a standalone thermal imager based on the FLIR Lepton3:
8191
The device really needs more processing power, than the previously used...
I updated the website today with a lot of new information.
It's now also possible to buy single components, either from me or an external distributor near you. That enables you to choose what parts...
Haven't tried those FLIR products so far, but you could also use the DIY-Thermocam for that. Turn it into Hot-Mode where it only marks objects above a certain level with red, the rest will be...
Update: Kits are now in stock and will ship in about one week.
Any idea when you have time to continue working on the MTP Disk stuff, Paul ?
I am really forward to see this one working on the Teensy 3.2 without using uTasker ;)
Thanks ! I ordered all the components for the first 25 kits this week, they should be here before X-Mas. I will then need another week to pack the kits, create the step-by-step manuals and test the...
Right ! I am doing this as a hobby besidy my studies, so I was searching for a way to offer such a complex product to final customers without the need of expensive tools or a company that does a...
DIY-Thermocam V2
A do-it-yourself thermal imager based on the Teensy 3.6
5894
After some time of research I want to share with you my latest project called "DIY-Thermocam".
I think that's the exact problem for my issue described in this thread some time ago: https://forum.pjrc.com/threads/27612-Conflict-Issue-with-optimized-ILI9341-library-and-other-SPI-device
Maybe...
Thanks for the info ! Both courses look very interesting, I will attend them ;)
This definitely is not a Teensy 3.1 - it's a 2.0 !
So as long as you compile for 2.0, you should be fine ;) Blame the seller for declaring it as a 3.1
Alright, the 3.2 inch module from buydisplay.com is here and works instant !
Connection for the Display itself:
VSS (P1): GND
VDD (P2): 5V (Jumper J1 Open) / 3.3V (J1 Closed)
RESET (P21): 3.3V...
@PaulStoffregen: Thanks for your fast reply ! I just wanted to check out if you have a quick solution in your mind what could be the problem. Posting a code could be difficult as you do not own the...
@PaulStoffregen:
According to the specs on their website, it seems to be pin-compatible with your library as far as you choose 4-wire-SPI for interface (see attached files). I will post the result...
I ordered one of those, too. As long as you choose 4-Wire-SPI, you should be able to use it with this library: https://github.com/PaulStoffregen/ILI9341_t3/blob/master/ILI9341_t3.h
I will report if...
Hello together,
I have a problem which I can not solve on my own. I am using the Teensy3 optimized ILI9341 Display Driver library from: https://github.com/PaulStoffregen/ILI9341_t3
I ported it to...
Thanks for those suggestions !
I think I fried the traces to the MCU, thats the problem. I am now creating a separate board only for the MK20 and another one with the MINI54 as programmer. Yes, I...
Hello together,
today I soldered the new prototype boards for my project, a cheap-thermographic camera.
It's my first custom Teensy design, so I orientated myself on the schematic available on...
Solved the problem, thanks !
Thanks for your answer. I have set the values inside the mk20dx128.h back to their standard values and put your two lines inside the setup() function.
But I still have no success :(
Is there any...
I have a problem with using serial2 on pins 26 & 31. What I want to do is read images from a VC0706 serial CMOS camera.
Using standard serial1 ports (0 & 1), it does work. As I need them for other...
I am using this library to talk with a IR sensor. Everything does work fine on the standard I2C pins 18 + 19.
However, if I want to use pin 29 & 30 on my teensy 3.1 instead (SDA to 30, SCL to 29),...
I am using this library to talk with a IR sensor. Everything does work fine on the standard I2C pins 18 + 19.
However, if I want to use pin 29 & 30 on my teensy 3.1 instead (SDA to 30, SCL to 29),...
Hello guys,
I need you help. I am using the i2c_t3 library on the Teensy 3.1 to talk to my MLX90614 temperature sensor.
On the normal I2C pins (18 & 19), it does work without any problem. But as...
Hello guys,
I have a problem on my newest project with the Teensy 3.1:
I want to use a big array of float temperatures (size 6000) in order to put them into a gaussian blur function.
So my method...
Check this out: http://sourceforge.net/projects/teensy30utftlib/files/
It work for me very well :)
Hello together,
I have a big problem: After uploading my latest sketch, the Teensy 3.0 is not recognized as USB device any more.
During the last upload of my sketch with the Teensy Loader, the...