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

From DigitalCraft_Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
== 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.
They are most often used in PIR-based motion detectors.
+
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.
+
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";  
+
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.'
+
instead they detect the infrared radiation emitted or reflected from an object. (Wikipedia)
-Wikipedia
 
  
== TEST #1 MOTION ACTIVATED LED LIGHT ==
+
== PROTOTYPE TEST #1 MOTION ACTIVATED LED LIGHT ==
  
 
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]:
Line 32: Line 31:
  
 
[[File:Sketch pir servo.jpg|800px]]
 
[[File:Sketch pir servo.jpg|800px]]
 
  
  

Revision as of 13:08, 19 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)

PROTOTYPE TEST #1 MOTION ACTIVATED LED LIGHT

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


PROTOTYPE TEST #2 MOTION ACTIVATED SERVO MOTOR

Making a prototype with the PIR sensor, an arduino and a servo motor, with a little help of this tutorial.
Changing the delay and degree numbers in order to create a suitable rotation.

Servo slow.gif Servo fast.gif


The arduino code:

Sketch pir servo.jpg


FINAL PROTOTYPE

Making a prototype from an interactive, living poster for a Bio Design exhibition: