Simple test bed for PIR sensor (Non-module).

Thread Starter

Rstoone

Joined Jul 17, 2016
4
This is my first post. Assume I know the very, very, very basics of electronics.

Trying to make a stand alone PIR Sensor Test Bed.

Equipment used:
* Bread board (6" x 2")
* Panasonic PIR Sensor (Non-module) P/N: EKMC1603111 (Digital Output?)
* 470k ohm resistor
* Blue LED
* 5v AAA - 4 battery caddy
* Jumper wires.

I want to make sure I give you as much info as possible. Sorry if over compensating but
I hate when people don't give you all the info needed to give a good answer.

PIC of project:



PIC of diagram used:





When power is applied to the project the blue led flashes a pattern continuesly:
2 blinks (.75 sec) pause, 2 long blinks, pause for 1 sec, repeat.
If I wave my hand over it, it will totally change the pattern to fast blinks, some long
blinks and some short pauses.

Things I think I did wrong ?
1)...Using a diagram that uses a Modular PIR Sensor?
2)...Need a frame or earth ground also?
3)...The PIR sensor is a digital output and the above drawing is analog ???
4)...The blinking blue light is telling me what I'm doing wrong in Morse code but don't know Morse code?

Thanks in advance for your help.

Rob
 

AlbertHall

Joined Jun 4, 2014
12,346
From the datasheet for this device, it has a 30 second settling time and during that time there will be output pulses not related to whether it detects anything.
Also the maximum current from the digital output should be <100uA, which means you can't directly drive an LED. The diagram from the datasheet is:
upload_2016-7-17_23-32-46.png
 

Thread Starter

Rstoone

Joined Jul 17, 2016
4
From the datasheet for this device, it has a 30 second settling time and during that time there will be output pulses not related to whether it detects anything.
AlsoTthe maximum current from the digital output should be <100uA, which means you can't directly drive an LED. The diagram from the datasheet is:
View attachment 109272
================================

AlbertHall,

Thanks for your quick response.

Questions:

So if I'm understanding this diagram correctly. I put a dedicated 5vdc to the Vdd and GND.

Then I have a 2nd dedicated 5vdc that goes to a NPN Transistor and then there are 2 resistors involved.

Remember I novice.

What would be the values of the 2 resistors and what is the part number of the NPN Transistor?
Last. Where can I put the LED? and is there anything else to make the LED work correctly?

Thanks in advance,

Rob
 

AlbertHall

Joined Jun 4, 2014
12,346
You will probably be OK using the same supply for both. However, if whatever you are actually switching needs a lot of current that may interfere with the sensor operation then you may need decoupling. Not a problem while you're only driving an LED.

For the resistors, 47k would be a good value (gives just under 100uA)
Any small signal NPN transistor will work.
Put the LED and its 470 Ohm resistor where the diagram shows the load.
That should do it.
 
Top