Another illustration using PIR (Passive Infrared Sensor) with Numeric Pad and Arduino NANO, These project is based on Security System that’s detect human movement on the area and triggered the alarm. As you can see the diagram below it has 3 LED as our indicator as Alert, Enabled, and Disabled. The concept is if the PIR (Passive Infrared Sensor) detects movement then it will trigger the buzzer as our alarm, when you’re going to turn off the alarm you need to input the password as the security mechanism.

Required Components

  • 1x Arduino UNO, NANO, PRO, MEGA, ETC…
  • 1x PIR (Passive Infrared Sensor) Motion Detection Module
  • 1x 3 LED (Yellow, Green, Red)
  • 3x 220R Resistor
  • 1x Buzzer
  • 1x Matrix Numeric Pad

Wiring Diagram

Arduino-Security-Alarm-System-PIR-Sensor-Password-Keys

Sketch Code

Downloads

Download Password.h code library | Zip
Download Keypad.h code library | Zip

Security Alarm System on PIR Sensor and Keypad with Nano
Facebooktwitterredditpinterestmail
Tagged on:                         

JLCPCBPCBgogoPCBway4pcb

4 thoughts on “Security Alarm System on PIR Sensor and Keypad with Nano

  • at
    Permalink

    Can it use arduino uno with speaker rather using NANO an buzzer?

    Reply
    • at
      Permalink

      Yes why not, however you need to use sound driver or WTV020SD which is hookup to your arduino board. :)

      Reply
  • at
    Permalink

    How to install library Password.h and keypad.h ? Please

    Reply
    • at
      Permalink

      #include // library for keyboard
      #include

      Goto your IDE installation folder and navigate to the library folder and copy the code library folder you want to use to into your project. :D

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *