Page 1 of 1

Infrared Array Sensor

Posted: Tue May 08, 2018 9:44 am
by celebriums
Hi All
I am working on this Infrared Array Sensors. I have two different products. Can you add these products as a component in the FLOWCODE library?

Thanks of advance.

AMG88XX Infrared Array Sensor (8x8)

DataSheet:
https://industrial.panasonic.com/cdbs/w ... 000C53.pdf

Application:
https://www.adafruit.com/product/3538

Library:
https://www.arduinolibraries.info/libra ... xx-library

Melexis Infrared Array Sensor (32x24)
https://www.melexis.com/-/media/files/d ... elexis.pdf

Re: Infrared Array Sensor

Posted: Tue May 08, 2018 9:59 am
by Benj
Hi Sadik,

The first one looks simple enough. Not looked at the second one yet but certainly interesting sensors!

Re: Infrared Array Sensor

Posted: Tue May 08, 2018 11:06 am
by celebriums
Hi Benj
I hope your fine. Flowcode 6 has been mentioned about this, but I guess it has not reached the end

viewtopic.php?f=54&t=19916&p=87241&hilit=amg#p87241

Melexis and Omron have been working on this for a long time. The prices are a little pricey but they are cheap soon.

Omron products (16x16)
https://www.omron.com/media/press/2013/05/e0529.html
http://symmetron.ru/suppliers/lighting/ ... 20MEMS.pdf
http://omronfs.omron.com/en_US/ecb/prod ... en-d6t.pdf

Re: Infrared Array Sensor

Posted: Tue May 08, 2018 11:56 am
by Benj
Here's a go at the 8x8 sensor. It uses a 64 float array so requires a fairly large amount of RAM, (64 x 4 = 256 Bytes). This is based on the Adafruit library but is likely overkill, we might be able to reduce this in future.

Copy the file to your Flowcode 7/Components directory and restart Flowcode and it should appear in the Sensors category.
AMG88xx.fcpx
(5.08 KiB) Downloaded 257 times
Let us know how you get on.