ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

First, passive infrared sensor are not specifically detecting humans, but generally a moving heat source. Second, this is probably the wrong place for this question as reading ADC inputs on an Arduino (AVR) is a hardware specific question. Generally you want to:

  1. Find on how to read the sensor from your microcontroller (read the datasheets!) Also there are probably tons of examples on the internet.

  2. When you get to the point where your arduino/pir works and you want to integrate it with ROS check rosserial