Introduction: Arduino - PIR MOTION DETECTOR DSN-FIR800 - RCW 0506

About: Hello world! I make simple & Advanced projects for people who want to learn programming and electronics. Most of my Instructables are about arduino and the wide range of sensors you can use with it. I make…

Hello world! Today i made an example on how to build a simple pir motion detector/alarm. I will build one that sends a sms on detection with a gsm shield later.

The motion detector simply reads high or low value. High on detection LOW on no Detection.

You can add anything to it to let the motion sensor trigger something.. such as switching on or off relays to turn on or off a device when motion is detected.

Follow the next step for the Schematic, Code & parts list.

Step 1: Schematic, Code & Parts List.

Just wire it up like the schematic and it should work after uploading the code.

Parts list.

  1. Arduino uno or other.
  2. Pir motion sensor, (DSN-FIR800)
  3. Buzzer.
  4. Led. Any color will do.
  5. Jumper wires, MM/FF/MF

Good luck!