Automatic Doors: Seeing the Invisible
You walk up to a grocery store door. It opens. Is it magic? No, it's PIR or Radar. Learn how robots sense human presence.
Automatic Doors: Seeing the Invisible
You approach the sliding glass doors at Target. They glide open. They don’t have eyes. They have PIR (Passive Infrared) sensors or Microwave Radar.
PIR: Detecting Heat
A PIR sensor looks for Change in Heat.
- The background (pavement) is 70°F.
- You (a human) are 98°F.
- As you walk into the sensor’s view, the Infrared energy spikes.
- The chip sees the spike and triggers the motor. “Open Sesame.”
Radar: Detecting Motion
Newer doors use Doppler Radar.
- They emit microwave pulses.
- The pulses bounce off objects.
- If an object is moving towards the sensor, the frequency shifts (Doppler Effect).
- This is better because it doesn’t get confused by hot pavement on a sunny day.
Robotics: The Break Beam
In our robots, we use a simpler version called a Break Beam.
- Emitter: Shoots an invisible beam of light across the intake bucket.
- Receiver: Sees the light.
- Logic: As soon as a game piece enters, it blocks the beam. The Receiver sees darkness.
if (BeamBroken) { StopIntake(); CloseClaw(); }This allows the robot to “feel” when it has successfully grabbed an object without the driver pressing a button.
Level Up Your Season
Dominate the competition with our other powerful tools.
FTC Secrets
The most comprehensive analytics platform for FTC. Analyze match data, scout teams, and uncover winning strategies with deep insights.
Analyze Now →FTC Coach
Your hyper-personalized assistant for the season. Master your engineering portfolio and ace judging preparation with AI-powered guidance.
Get Coached →