PIR for warm body tracking
jaeg
Posts: 156
Would a PIR sensor (one without a fresnel lens and support circuitry I.E. the one offered by Parallax rather one of the ones at the top here: http://www.futurlec.com/PIR_Sensors.shtml) be suitable for an attempt at warm body tracking? I would like my robot to know that it is pointed at someone and have a rough idea as to what side the person is on. From what I understand it gives an analog signal.
Any caveats to this idea?
Any caveats to this idea?
Comments
The bottom line is that your target needs to cooperate. I bought an xband motion detector to see if I can build something a little bit faster.
It uses a more expensive sensor so it might not be an appealing option. I'm also not sure if the sensor is currently available in small quantities.
Those sensors from Futurlec feature "Dual Compensating Elements". That means that there are two thermal elements side by side in the package, but connected electrically in series opposition. What that means is that if both of them heat up (or cool down) at exactly the same time, there will be no electrical output. To get an electrical output, one or the other has to heat up first. That is provided by the IR lens, which focuses the IR energy. As a warm body moves across the path, the focal point sweeps across the elements and generates an output signal. Many different types of lenses are available, and often they have multiple facets, multiple focal points, so that the movement of the warm body causes multiple output pulses. Other lenses may have a single line focal point.
Under ideal circumstances, it is possible to ascertain the direction of motion of the warm body by analyzing the signal. It is biphasic. That is, one direction of motion causes an upward deflection and then a downward deflection, vice versa for the opposite direction. With multiple sensors lined up it could could conceivably collect position information.
It all depend on motion detection of static warm bodies. Either your bot would have to scan with a line lens, or the external body would have to move.