“Passive Infrared Sensor”的版本间的差异
(Created page with "{| style="width: 800px;" |- | ==Purpose== This tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor. ==Equipment== *'''Microduino-CoreUSB'...") |
|||
(未显示2个用户的4个中间版本) | |||
第2行: | 第2行: | ||
|- | |- | ||
| | | | ||
− | == | + | ==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== | ||
*'''[[Microduino-CoreUSB]]''' | *'''[[Microduino-CoreUSB]]''' | ||
− | *'''[[Microduino-PIR]''' | + | *'''[[Microduino-PIR]]''' |
*'''[[Microduino-Sensorhub]]''' | *'''[[Microduino-Sensorhub]]''' | ||
*'''[[Microduino-BUZZER]]''' | *'''[[Microduino-BUZZER]]''' | ||
第15行: | 第15行: | ||
*Other Hardware Equipment | *Other Hardware Equipment | ||
− | **USB cable | + | **1x USB cable |
==Program== | ==Program== | ||
第24行: | 第24行: | ||
Step 1: | Step 1: | ||
− | Plug the | + | Plug the passive infrared sensor into D10 of [[Microduino-Sensorhub]] and [[Microduino-BUZZER]] to D5. |
[[File:MicroduinoPersonIR.png|600px|center|thumb]] | [[File:MicroduinoPersonIR.png|600px|center|thumb]] | ||
第30行: | 第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 | + | 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 | + | The buzzer turns off when there is no detection. |
[[File:MicroduinoPersonIR3.png|600px|center|thumb]] | [[File:MicroduinoPersonIR3.png|600px|center|thumb]] | ||
第46行: | 第46行: | ||
==Result== | ==Result== | ||
− | You can use Microduino | + | You can use Microduino passive infrared sensor as an activity detection system. |
==Video== | ==Video== | ||
|} | |} |
2015年9月6日 (日) 06:25的最新版本
ObjectiveThis tutorial shows you the way to use Micorduino pyroelecctric infrared radial sensor. Equipment
ProgramDebuggingStep 1: Plug the passive infrared sensor into D10 of Microduino-Sensorhub and Microduino-BUZZER to D5.
ResultYou can use Microduino passive infrared sensor as an activity detection system. Video |