Introduction: Ultrasonic Motion Detection

About: i love electronics..........

it detects the motion at certain distance using arduino program and ultrasonic sensor and triggers the speaker when some person come in front of sensor, it displays the distance in serial monitor and it plays our own tone.

Step 1: Materials

  1. arduino
  2. ultrasonic sensor (4 pins)
  3. wires
  4. speaker
  5. bread board

Step 2: Connection

The circuit:

* VCC connection of the sensor attached to +5V * GND connection of the sensor attached to ground * TRIG connection of the sensor attached to digital pin 2

* ECHO connection of the sensor attached to digital pin 4

speaker Pin is connected to pin 13

Step 3: Code

to change the tone edit code from 106 to 113

link:

http://pastebin.com/bJFQFGWA