Difference between revisions of "User:0862093/Joeke Prototype Sensor 15 16"

From DigitalCraft_Wiki
Jump to navigation Jump to search
Line 1: Line 1:
  
== PIR sensor==
+
== PIR SENSOR==
  
 
  'A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view.
 
  'A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view.
Line 9: Line 9:
 
  -Wikipedia
 
  -Wikipedia
  
== Test #1 ==
+
== TEST #1 ==
  
 
Making a simple prototype with the PIR sensor, an arduino and a LED, [[http://www.instructables.com/id/Arduino-Basics-PIR-Sensor/ with a little help from this tutorial]]:
 
Making a simple prototype with the PIR sensor, an arduino and a LED, [[http://www.instructables.com/id/Arduino-Basics-PIR-Sensor/ with a little help from this tutorial]]:

Revision as of 10:04, 13 November 2015

PIR SENSOR

'A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view.
They are most often used in PIR-based motion detectors.
The term passive in this instance refers to the fact that PIR devices do not generate or radiate any energy for detection purposes.
They work entirely by detecting the energy given off by other objects.[1] PIR sensors don't detect or measure "heat"; 

instead they detect the infrared radiation emitted or reflected from an object.'

-Wikipedia

TEST #1

Making a simple prototype with the PIR sensor, an arduino and a LED, [with a little help from this tutorial]:

Pir led.gif


The arduino code:

Sketch pir led.jpg