←back to thread

156 points cpldcpu | 2 comments | | HN request time: 0s | source
Show context
amelius ◴[] No.41894585[source]
This challenges only the memory of the MCU, not the speed.

And it is a bit disappointing that they didn't finish the project by adding a 8x8 pixel camera and a 7-segment display.

replies(1): >>41895503 #
robertclaus ◴[] No.41895503[source]
Is an 8bit camera an off-the-shelf part? Or do you just mean data streaming in and out in general?
replies(2): >>41895585 #>>41897170 #
1. amelius ◴[] No.41895585[source]
Here is an example of an 8x8 camera sensor for hobby use. You can filter out the IR if desired. There are many similar sensors, and they are often used for motion tracking.

https://learn.adafruit.com/adafruit-amg8833-8x8-thermal-came...

replies(1): >>41898200 #
2. numpad0 ◴[] No.41898200[source]
AMG8833 is an actual thermal sensor array, not an e.g. 8x8 photodiode array with IR sensitivity. It's of thermopile type, and different from microbolometer type like FLIR cameras(which has to go blank periodically, unlike themopiles that need not to).

Mouse sensors are 8x8ish cameras, but very few of them(basically only the genuine HP/Agilent/Avago ADNS-2610 at bottom tier price) has raw image export feature, for some reason.

There are many other tiny potato camera parts on various markets, but most of them are missing datasheet && require complicated interfacing.

Overall it's actually not so trivial to get a small image sensor for hobby experiments.