I need to sense proximity 360 degrees around something at a range of 0 to 100cm (around 3 feet). I would like to know how close someone is, but will settle for binary input if necessary. This is for an outdoor sculpture and thus overhead video tracking solutions are not an option. I have 9 of these things so cost is an issue.
An array of typical Sharp IR sensors is the standard solution, but you need 12 of them to have enough overlap to ensure no blind spots. 12 x $14 = $168 per unit. Too expensive, plus you need a Mega or multiplexer for extra analog input pins.
Two wide-angle PIR sensors (http://www.parallax.com/product/28032) are cheap $12 x 2 = $24 per unit. But PIR has a fatal flaw: it switches off if somebody is still in range, but has stopped moving.
I have also tried the horribly documented AniBat ultrasonic sensors (http://www.robotshop.com/en/hagiosonic- … 40dai.html), they are supposed to see 180 degrees AND give analog distance feedback. Sounds ideal. $26 x 2 = $52 per unit. But they produce terribly unstable feedback and at least in my tests, are not usable.
Anyone have ideas for alternative methods?