STEP 1 / 6ARDUINO

Arduino Motion Detector using PIR Sensor

Many projects have always required motion detection or movement tracking. With the help of the PIR Sensor, it has become easy to detect movement from people or animals. This project will…

Arduino Motion Detector using PIR Sensor - source illustration from page 859
PROJECT#391
TRACKArduino
PARTS04
STAGES06
STEP 1 / 6 · Overview

Know the mission before touching a wire.

Understand what you are making, prepare the right tools, and make the workbench safe.

01

Project details

Arduino Motion Detector using PIR Sensor is a arduino project. Many projects have always required motion detection or movement tracking. With the help of the PIR Sensor, it has become easy to detect movement from people or animals. This project will…

Source pages
858-860
Named parts
4
Build goal
Working, tested prototype
02

Tools you need

  • Digital multimeter
  • Wire stripper and side cutters
  • Soldering iron with a fine tip
  • Current-limited bench supply
  • Computer with a data-capable USB cable

Use eye protection, good lighting, and a clean insulated surface throughout the build.

03

Safety precautions

  • Disconnect every power source before changing a connection.
  • Check component polarity, pinout, and supply voltage twice.
  • Use a current limit for the first power-up.
  • This project may involve hazardous voltage. Work only with qualified supervision and proper isolation.
Ready to continue?
STEP 2 / 6 · Parts library

Gather, identify, and understand every part.

Use the standardized inventory, then open What's this? to learn each part's role, advantages, limitations, handling, and specifications.

NAMED PROJECT INVENTORY4 PART LINES
PARTTYPEQTYREADY
MPIR Sensor ModuleMODULE1
What's this?Image, role, pros, cons, handling & specifications
Arduino Motion Detector using PIR Sensor - source illustration from page 859MODULE LEARNING VIEW

PIR Sensor Module

A sensor converts a physical condition into an electrical signal the circuit can measure.

What it does here

It provides project input as an analogue, digital, resistive, frequency, or calibrated signal.

Buy / compare this part

Advantages

  • Adds real-world awareness
  • Can usually be tested independently
  • Often supports calibration

Limitations

  • Readings can drift
  • Placement affects results
  • Some sensors need warm-up or calibration

Handling

  • Protect the sensing surface
  • Observe supply voltage and polarity
  • Keep signal leads away from noisy power wiring

Specifications to verify

  • Use the exact model, value, package, and rating listed for PIR Sensor Module; similar-looking parts are not always interchangeable.
  • Confirm supply range, output type, measurement range, accuracy, response time, and pin order.
MArduino UNO (any version)MODULE1
What's this?Image, role, pros, cons, handling & specifications
Arduino Motion Detector using PIR Sensor - source illustration from page 859MODULE LEARNING VIEW

Arduino UNO (any version)

A programmable controller that reads inputs, makes decisions, and drives the project's outputs.

What it does here

It is the control centre and must use the documented board, pin map, supply, and logic level.

Buy / compare this part

Advantages

  • Reprogrammable and reusable
  • Large learning ecosystem
  • Complex behaviour remains changeable

Limitations

  • GPIO voltage and current are limited
  • Some pins affect boot or communication
  • Loads normally need a driver

Handling

  • Disconnect power before rewiring
  • Avoid static discharge
  • Never power motors, relays, or pumps directly from GPIO

Specifications to verify

  • Use the exact model, value, package, and rating listed for Arduino UNO (any version); similar-looking parts are not always interchangeable.
  • Confirm operating voltage, logic level, pinout, memory, USB interface, and maximum GPIO current.
PBuzzerPART1
What's this?Image, role, pros, cons, handling & specifications
Arduino Motion Detector using PIR Sensor - source illustration from page 859PART LEARNING VIEW

Buzzer

An output component turns an electrical control signal into light, sound, motion, switching, or displayed information.

What it does here

It presents the circuit result or acts on the physical world.

Buy / compare this part

Advantages

  • Makes system state visible
  • Can be tested separately
  • Supports clear troubleshooting

Limitations

  • Loads may exceed controller current
  • Polarity or driver direction can matter
  • Inductive loads create voltage spikes

Handling

  • Use the documented driver stage
  • Check polarity and load current
  • Add flyback protection for inductive loads

Specifications to verify

  • Use the exact model, value, package, and rating listed for Buzzer; similar-looking parts are not always interchangeable.
  • Confirm voltage, current, polarity, interface, driver requirements, and duty cycle.
Pohm resistorPASSIVE1
What's this?Image, role, pros, cons, handling & specifications
Axial through-hole resistorPASSIVE LEARNING VIEW

ohm resistor

A passive component sets current, voltage, timing, filtering, or signal behaviour without adding gain.

What it does here

Its exact value and tolerance determine how the surrounding stage behaves.

Buy / compare this part

Advantages

  • Simple and dependable
  • Low cost
  • Easy to measure before installation

Limitations

  • A wrong value can stop or damage the circuit
  • Ratings must not be exceeded
  • Polarized parts require correct orientation

Handling

  • Measure unclear values
  • Observe capacitor polarity
  • Avoid overheating leads while soldering

Specifications to verify

  • Use the exact model, value, package, and rating listed for ohm resistor; similar-looking parts are not always interchangeable.
  • Confirm value, tolerance, power or voltage rating, polarity, and package size.
Ready to continue?
STEP 4 / 6 · Source code

Confirm the hardware-only control path.

This project does not include firmware in the source. The circuit itself provides the required behaviour.

01

How to connect

  1. Match every controller label to the circuit view and source pin map.
  2. Join grounds before signal wires when separate low-voltage supplies are used.
  3. Keep motors, relays, pumps, and other loads on a suitable driver and external supply.

Common mistakes

Reversed VCC/GND, board-label versus GPIO-number confusion, missing common ground, and charge-only USB cables.

Troubleshoot

Disconnect loads, continuity-test one path at a time, then test with a current limit.

02

Software preparation

No IDE, board package, library, or firmware upload is required for this project.

If you add a programmable controller as an extension, document its pin map separately.

03

How to upload code

The original design is implemented entirely in hardware, so proceed after verifying the circuit and supply.

Ready to continue?
STEP 5 / 6 · Build

Assemble, deploy, test, and troubleshoot.

Use the complete source notes in build order, then pass the final checks before calling the project finished.

ASSEMBLY

Build in functional stages

  • Power and regulation
  • Controller or processing stage
  • Inputs and sensors
  • Outputs and loads
  • Enclosure and strain relief
TEST

Power up safely

  • Inspect unpowered continuity first
  • Apply the lowest safe current limit
  • Measure supply rails before signals
  • Add one load at a time
  • Record expected and actual results
TROUBLESHOOT

Work from simple to complex

  • Confirm power, ground, polarity, and orientation
  • Compare each pin with the source
  • Test inputs separately from outputs
  • Replace only one variable at a time
  • Power off before every correction
PROJECT-SPECIFIC BUILD NOTES

Follow the documented instructions.

These notes come from this project's source and remain in their original order.

01

Project overview

Project build note

Many projects have always required motion detection or movement tracking. With the help of the PIR Sensor, it has become easy to detect movement from people or animals. This project will demonstrate how a PIR sensor can be connected to a microcontroller like an Arduino. The Arduino will be interfaced with a PIR module so that whenever movement is detected, a buzzer and LED will beep. In order to build this project, you'll need the following components.

02

Materials Required

Project build note

PIR Sensor Module Arduino UNO (any version) LED Buzzer Breadboard Connecting Wires

330-ohm resistor

03

PIR sensor

Project build note

Infrared passive sensors are referred to as PIR sensors. Using this sensor, humans and animals can be detected without incurring high costs. In addition to the pyroelectric crystal, the sensor also has a Fresnel lens to enhance the range of the sensor. A pyroelectric crystal is used to track heat signatures of living organisms (humans, animals). As shown below, we can also set the sensor's working by adjusting the options provided by the PIR sensor modules. Sensor sensitivity and trigger time of the sensor may be controlled using the two potentiometers (orange color). It is essentially the Dout pin that is present between the Vcc and GND pins of the sensor. A 3.3V power supply may also be used, but the module operates on 3.3V. Additionally, there is a trigger pin setup on the left side of the module that can be used to make it work in two different ways. In one mode, the "H" key is pressed and in the other, the "I" key is pressed. A person will be detected within range when the Dout output pin goes high (3.3V) and will go low at a certain time (time is controlled by potentiometer). It does not matter if the person remains inside the range or has left the area, the output pin will stay high. In our project, our module is

being used in the "H" mode. As long as a person remains within the limits of the sensor range, the output pin Dout will go high (3.3V). Note: Depending on your PIR sensor vendor, potentiometers and pins may be positioned differently. Pinouts can be determined by following the Silk screen

04

Circuit Diagram and Explanation

Project build note

The below image shows the schematic for the Arduino PIR motion detector project by combining it with an LED/Buzzer and a PIR unit. Our 5V rail of the Arduino is used to power the PIR sensor. On the Arduino, the second digital pin is connected to the output pin of the PIR Sensor. The Arduino INPUT pin will be connected to this pin. A buzzer and LED are then connected to the 3rd pin of the Arduino. In this case, the output pin of the Arduino will be used. An output at the 3rd pin will be triggered by an input at the 2nd pin if an Arduino is programmed to do so.

Ready to continue?
PROJECT ACHIEVED

You built Arduino Motion Detector using PIR Sensor.

You followed the full workflow from understanding the mission to testing the finished project. That is a real engineering achievement - well done.

Interfacing Hall Effect Sensor with Arduino project thumbnail featuring Hall Effect Sensor (any digital version), Arduino (Any version), k ohm and 1K ohm Resistor
NEXT ARDUINO ADVENTURE

Interfacing Hall Effect Sensor with Arduino

Ready to reuse what you learned in another project from the same track?

Start this project
Browse all 500 projects