Difference between revisions of "Passive Infrared Sensor"

From Microduino Wiki
Jump to: navigation, search
Line 30: Line 30:
  
 
Step 2:  
 
Step 2:  
Connect USB to your PC, download the code and program it to Microduino-CoreUSB.   
+
Connect USB to your PC, download the code and program it to [[Microduino-CoreUSB]].   
 
[[File:MicroduinoPersonIR1.png|600px|center|thumb]]
 
[[File:MicroduinoPersonIR1.png|600px|center|thumb]]
  
  
 
Step 3:  
 
Step 3:  
When the sensor detecsts human activity, the buzzer goes on.
+
When the sensor detects infrared activity (IE. humans or animals), the buzzer will sound.
 
[[File:MicroduinoPersonIR2.png|600px|center|thumb]]
 
[[File:MicroduinoPersonIR2.png|600px|center|thumb]]
  
  
 
Step 4:  
 
Step 4:  
The buzzer goes off when there is no detection.  
+
The buzzer turns off when there is no detection.  
 
[[File:MicroduinoPersonIR3.png|600px|center|thumb]]
 
[[File:MicroduinoPersonIR3.png|600px|center|thumb]]
  
Line 46: Line 46:
 
==Result==
 
==Result==
  
You can use Microduino pyroelecctric infrared radial sensor to control a buzzer and make sound.
+
You can use Microduino passive infrared sensor as an activity detection system.
  
 
==Video==
 
==Video==
  
 
|}
 
|}

Revision as of 06:25, 6 September 2015

Objective

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

Equipment


  • Other Hardware Equipment
    • 1x USB cable

Program

[MicroduinoPIR]

Debugging

Step 1: Plug the passive infrared sensor into 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 detects infrared activity (IE. humans or animals), the buzzer will sound.

MicroduinoPersonIR2.png


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

MicroduinoPersonIR3.png


Result

You can use Microduino passive infrared sensor as an activity detection system.

Video