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

From DigitalCraft_Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by one other user not shown)
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.
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 ==
+
== 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]:
  
 
[[File:Pir led.gif|800px]]
 
[[File:Pir led.gif|800px]]
Line 19: Line 18:
  
 
[[File:Sketch pir led.jpg|800px]]
 
[[File:Sketch pir led.jpg|800px]]
 +
 +
== PROTOTYPE TEST #2 MOTION ACTIVATED SERVO MOTOR ==
 +
 +
Making a prototype with the PIR sensor, an arduino and a servo motor, [http://www.instructables.com/id/Motion-Activated-Servo/ with a little help of this tutorial.]<br>
 +
Changing the delay and degree numbers in order to create a suitable rotation.
 +
 +
[[File:Servo slow.gif|400px]] [[File:Servo fast.gif|400px]]
 +
 +
 +
The arduino code:
 +
 +
[[File:Sketch pir servo.jpg|800px]]
 +
 +
== FINAL PROTOTYPE ==
 +
 +
Making an interactive, living poster for a Bio Design exhibition:
 +
 +
[[File:Pir bioposter.gif|800px]]

Latest revision as of 08:04, 17 January 2017

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 an interactive, living poster for a Bio Design exhibition:

Pir bioposter.gif