Book Image

Arduino By Example

By : Adith Jagadish Boloor, Adith Jagdish Boloor
Book Image

Arduino By Example

By: Adith Jagadish Boloor, Adith Jagdish Boloor

Overview of this book

Table of Contents (18 chapters)
Arduino by Example
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

What is a passive infrared sensor?


A passive infrared sensor (PIR) is an electronic sensor that uses infrared radiation to detect variations in its field of view. They are most commonly used as motion sensors; for example, they are used to minimize power consumption by switching off lights and utilities if nobody is at home. They are also used in state-of-the-art burglar alarm systems to trigger a switch when motion is detected.

Note

If you would like to learn more about how they work, you should refer to this page (https://learn.adafruit.com/pir-passive-infrared-proximity-motion-sensor/) at Adafruit. Adafruit and Ladyada are really good resources for building Arduino projects.