Difference between revisions of "Passive Infrared Sensor"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{| style="width: 800px;" |- | ==Purpose== This tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor. ==Equipment== *'''Microduino-CoreUSB'...")
 
(Purpose)
Line 2: Line 2:
 
|-
 
|-
 
|
 
|
==Purpose==
+
==Objective==
  
This tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor.
+
This tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor.
  
 
==Equipment==
 
==Equipment==

Revision as of 06:52, 17 August 2015

Objective

This tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor.

Equipment


  • Other Hardware Equipment
    • USB cable One

Program

[MicroduinoPIR]

Debugging

Step 1: Plug the pyroelecctric infrared radial sensor to the D10 of Microduino-Sensorhub and Microduino-BUZZER to D5.

MicroduinoPersonIR.png


Step 2: Connect USB to your PC, download the code and program it to Microduino-CoreUSB.

MicroduinoPersonIR1.png


Step 3: When the sensor detecsts human activity, the buzzer goes on.

MicroduinoPersonIR2.png


Step 4: The buzzer goes off when there is no detection.

MicroduinoPersonIR3.png


Result

You can use Microduino pyroelecctric infrared radial sensor to control a buzzer and make sound.

Video