Hi,
In my next project I am going to use infrared-array sensor (or how Panasonic likes to call it: GridEye).
This little thermal cameras going to detect hand presence on a certain desk.
My needs are the following:
-I want to have logged data about the sensors states
(for which desk when did a hand come and when did it go away)
-I also need online realtime information for the desks
(so far what is the utlilitzation of desks, in what ratio are they used or unused)
There are eight desks. I have two basic option to choose from, but also open to other solution:
1, Buy the bare sensor (https://www.distrelec.hu/Web/WebShopImages/landscape_large/1-/01/Adafruit_3538_30129231-01.jpg) and somehow get the i2c to reach to a computer, which can process the data and do the calculations. Like using an NI USB-8451 USB DAQ device. My main problem is the length here, the biggest distance is about 20 meters.
2, Buy the evaluation kit (https://eu.industrial.panasonic.com/sites/default/pidseu/files/grideye_board.jpg)
Which has an Atmel controller embedded and can be used as an Arduino. This way the microcontroller would to the signal processing, it would decide that is is a real object or just noise. Then, an ethernet shield would be connected to the dedicated Arduino pins and via ethernet cable and a switch, the information would end up on a net server (every sensors check in and check out timestamp), so the client could provide real time charts due to usage.
I am open to any comments and I would appreciate your answers.
Thank you,
Zalan