Motion Activated Servo
I am working on several projects right now, one of them I am thinking of using the PIR Sensor to activate a servo whenever it detects motion. A couple things I need to know before hand. What is the field of detection for the PIR Sensor, does it detect in a complete hemispherical area (for example if I placed it horizontally with the hemisphere of the fresnel lens facing straight up towards the sky, would it detect motion approaching for the sides?). Also what other components would I need for this to function (i.e. microcontroller, power supply, etc.). Thanks!
Comments
The PIR has a pretty wide field of view. All you’ll need to do is write some code to check the state of an I/O pin and move the servo where you want based on that state (1 or 0). If it just needs to move to one position when something is detected and back when it is not that is pretty simple, however if you need it to stay in position for some time you will have to add the delay. Yes, you’ll need a microcontroller, power supply, servo and PIR sensor.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
4 Alkalines is more usual, sometimes 5 NiMh is used to get the same voltage. (Alkalines get 1.5 volts each, NiMh get 1.2 volts each. Pain in the butt, but there it is.)
And usually 7.5 volts is the MOST a servo will take without damage.