Still have false trigger issues with the Parallax PIR sensor....
deno
Posts: 242
Well, I bought 2 more of the above sensors from Parallax, on the indication that others were having better results with a new design?· No such luck on this end with either sensor.· Both will continuesly produce false triggers.· With no heat source around, and after hours of 'on' time, the units will trigger randomly.· It seems the only way I can produce satisfactory results is to put the device in the refrigerator.· When I open the door I will get a trigger. (This is with a meter attached to the output and the test leads routed out the side of the door so I can monitor the device while the door is closed)· I guess they are only effective in much lower temps then 70 to 80 degree range.
I am running the PIR sensor with 5 volts...has anyone had better results with 3.3 volts?
Any thoughts on this...?
Deno
I am running the PIR sensor with 5 volts...has anyone had better results with 3.3 volts?
Any thoughts on this...?
Deno
Comments
I've found issues with other sensors, where putting in a 10 Kohm pull-up reduced their tendency to "false trigger". Now, the "other sensors" here are usually IR-Decoder chips, which "pull low" when they detect a signal.
I haven't used the PIR sensors myself, so I don't know if they're "active Low" or what kind of signal they put out when triggered. Can you do some "noise" filtering in your code? Is there a "bouncy" signal? Is their signal "active low" or "active high"?
room temp?
Are you following the instructions listed in the documentation to the letter?
Allanlane5 has a good point, it is often helpful to use a pullup/pulldown on sensors to avoid false triggering.
Dan
A pull up resistor for a high going pulse won't work, and a pull down resistor still produces the above results.
To use the stamp to void out a certain number of false hits will defeat the purpose of alarm detection, as the stamp may void out the one 'detection' that is important.
DosManDan, exactly how do you have your PIR sensor wired up for your Halloween props, and where do you live, meaning, how cold is it outside where you live during Halloween?
Like I said, units work good inside a refrigerator.
Deno
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PLEASE CONSIDER the following:
Do you want a quickly operational black box solution or the knowledge included therein?······
given a proper 30-second to a minute "warmup" time.
During the first minute of operation it should be as absolutely still as possible in the sensor's field of "vision".
Also remember that this thing can see a WIDE range... pretty much if you can see the white of the lens, then it can detect
you... you may need to narrow the angle some way (the parallax site for the PIR has an outside link that has an interesting
suggestion or two)
Please note that I've only used the PIR in short-term applications so my information may be incorrect.
Have you tried the sensor with the jumper in the L position? Does it make a difference at all?
deno
Now, I use the trigger (output) straight to the Stamp input, and to the base of a NPN, which inturns lights the LED when there is movement.
Just wanted to clear the air...
Deno
Sometimes, if the run from PIR to the Stamp is more than a few feet, you may have to use a shielded cable for a 10-30 ft run.· This will catch and ground out any electromagnetic waves produced by (example) an air conditioning motor (high current) turn-on that will produce a EM pulse.· As this pulse passes your unshielded cable, a potential is produced in the wires (Maxwell's equations) which can interfere and produce erractic results.
Dr. Resonance
·