Overview - MotionSensor (PIR)
What is it?
A MotionSensor (PIR) is a device that detects movement by sensing changes in infrared light from objects around it. It is commonly used with Raspberry Pi to detect when someone or something moves nearby. The sensor outputs a signal that the Raspberry Pi can read to trigger actions like turning on lights or sending alerts. This allows the Raspberry Pi to interact with the physical world based on motion.
Why it matters
Motion sensors help automate tasks and improve security by detecting presence without needing a camera or complex setup. Without motion sensors, devices would not know when to react to people moving, making automation less smart and more manual. They enable energy savings, safety, and convenience in homes and projects by responding only when needed.
Where it fits
Before learning about MotionSensor (PIR), you should understand basic Raspberry Pi setup and how to use its GPIO pins. After this, you can explore combining sensors with other devices like cameras or alarms, or learn about more advanced sensor data processing and automation.