PIR Sensor trigger
timadria
Posts: 3
Hi,
I'm testing the PIR sensor (Rev A) in my project.
The output is triggering pulses constantly, eaven if there is no one in the room. I was wondering what's wrong? I tested both settings: L and H, no differance.
Kind regards
I'm testing the PIR sensor (Rev A) in my project.
The output is triggering pulses constantly, eaven if there is no one in the room. I was wondering what's wrong? I tested both settings: L and H, no differance.
Kind regards
Comments
The hookup is like the datasheet tells me: + to +5V, - to GND and the puls is my output.
Is it possible the PIR is to sensitive? I've bought 4 sensors and they all give these pulses when there is no one in the room.
Tim
Did you let it settle down? IIRC, it makes a map of it's view as soon as you turn it on, and then does comparisons against that to determine movement.
It picks up movement of things with a different heat than the background. Do you have any fans running, or other (non-human but warm/cold) things moving?
Also, is the power supply clean (no ripple)?
All good questions. I work with PIR sensors for lighting and security systems and have found that they can be constantly triggered by a source of air that is warmer or cooler than the ambient temperature. This includes being too close to an air vent/diffuser, having a laptop charging station nearby, or having a portable heater cycle on and off. Try putting a cardboard box over the sensor and see if it settles down. If it does not, the problem is most likely electrical in nature.
But as others have said, many things can cause false triggers. It would be good if you defined "constantly." Is the false triggers once every 10 seconds, or 10 times a second?
-- Gordon
The problem is solved after hacking the PCB.
Regarding the datasheet of the BISS0001 chip (this is used on the PIR detecor) I changed the amplification of the input signal.
When you look at the internal block Diagram and the schematic the OP1 functions as an intagrator for the input signal.
By changing the R7 (1M on the Parallax PIR) to a smaller resistor the amplification reduces what makes the PIR less sensitive.
For My application I changed this to 500k by adding an other resitor of 1M parallel to R7.
Hope this helps everyone with the same problem.
Tim