I'm a complete rookie to the Arduino, so please excuse the question.
I'm working on a project that requires that I hook up a PIR sensor to an Arduino. I need to then hook up the Arduino to a computer running a Max/MSP patch.
All I need to do is have the sensor tell my Max/MSP patch if it is sensing presence in its range of view. From what I understand, the sensor outputs a high signal if there is presence, and a low signal if there is no presence.
I have an Arduino Diecimila board and I'm picking up the sensor today.
Can anyone point me in the direction of some good tutorials or offer some advice as to how to make this thing work?
I've got 3 of them I bought a while ago but haven't had a chance to play with them.
My understanding is, the PIR's only detect "movement". So I'm guessing if a person stands still for a second, irrespective of their distance, the output goes high.
If you want to detect objects at a certain distance, I think you'll need something like an ultrasonic range finder.