Escape Room Game Master
Hardware Sensors Puzzles DIY

Escape Room Sensor Types: A Complete Guide for Operators

Every sensor type used in escape rooms explained. Pressure plates, RFID, magnetic reed switches, laser beams, and how to choose the right sensor for your puzzle.

By Escape Room Game Master Team ·

Sensors are what make escape rooms interactive. Without them, you’re running a locked room with a key — not an immersive experience.

This guide covers every sensor type used in escape rooms, how they work, how to wire them, and when to use each one.

1. Magnetic Reed Switches

What: Two-part sensor — a switch on the frame, a magnet on the moving part.

How it works: When the magnet is near the switch, the contacts close (or open, depending on type). When the magnet moves away, the state changes.

Best for:

Pros:

Cons:

Wiring: Two wires, digital input. NO (normally open) or NC (normally closed) versions available.


2. Pressure Plates / Force Sensors

What: A pad or platform that detects when someone stands or places weight on it.

How it works: Uses a force-sensitive resistor (FSR) or load cell. When pressure exceeds a threshold, the sensor triggers.

Best for:

Pros:

Cons:

Wiring: Analog input (for FSR) or digital via comparator circuit. Load cells need an HX711 amplifier module.


3. RFID Readers

What: Reads RFID cards, tags, or wristbands. Players find or receive an RFID item and place it on a reader.

How it works: The reader emits a radio frequency field. When an RFID tag enters the field, it powers up and transmits its unique ID.

Best for:

Pros:

Cons:

Types:

Wiring: UART or SPI interface. Most modules output the tag ID as serial data.


4. Laser Beams (Break-Beam)

What: A laser transmitter and receiver. When the beam is broken, the sensor triggers.

How it works: Laser diode sends a focused beam to a photoresistor or phototransistor. When something blocks the beam, the receiver detects the loss of light.

Best for:

Pros:

Cons:

Wiring: Receiver outputs digital signal. Some modules have built-in comparators.

Safety: Never use high-power lasers. Class 1 or 2 only. Mount transmitters where players can’t look directly into them.


5. Infrared (IR) Proximity Sensors

What: Detects objects without physical contact using infrared light.

How it works: Emits IR light and measures reflection. When an object is close enough, reflected IR triggers the sensor.

Best for:

Pros:

Cons:

Types:

Wiring: Analog output (distance) or digital output (threshold).


6. Ultrasonic Distance Sensors

What: Measures distance using sound waves (like sonar).

How it works: Emits an ultrasonic pulse, measures the time until echo returns. Calculates distance.

Best for:

Pros:

Cons:

Wiring: Trigger pin (output) and echo pin (input). Most modules use 5V.


7. Capacitive Touch Sensors

What: Detects touch without physical buttons. Works through thin materials.

How it works: Measures capacitance. When a finger approaches, capacitance changes. Can work through wood, plastic, glass (up to 5mm).

Best for:

Pros:

Cons:

Wiring: Digital output. Some modules support multiple touch pads.


8. Hall Effect Sensors

What: Detects magnetic fields. Like reed switches but solid-state.

How it works: Semiconductor device outputs voltage proportional to magnetic field strength. No mechanical parts.

Best for:

Pros:

Cons:

Wiring: Analog or digital output depending on model.


Comparison Table

SensorCostDifficultyReliabilityBest For
Reed switch$1-3EasyHighDoors, drawers
Pressure plate$5-20MediumMediumWeight puzzles
RFID$10-30MediumHighKey cards, sequences
Laser beam$15-40HardMediumTripwires, heists
IR proximity$2-5EasyMediumHand waves, presence
Ultrasonic$3-8EasyMediumDistance, levels
Capacitive touch$2-10MediumMediumHidden panels
Hall effect$2-5EasyHighMagnet puzzles

Choosing the Right Sensor

Ask yourself:

  1. What should trigger it? Player action, prop placement, time, or something else?
  2. How precise does it need to be? Exact position or general area?
  3. What’s the environment? Dusty, humid, dark, bright?
  4. How often will it trigger? Once per game or continuously?
  5. What’s your budget? Some sensors cost 10x more than others.

Rule of thumb: Start with reed switches and IR sensors. They’re cheap, reliable, and cover 80% of escape room puzzles. Add RFID or lasers for specific “wow” moments.

Wiring to ERGM

All these sensors connect to ERGM through ESP32 controllers:

  1. Digital sensors (reed, IR, laser, capacitive): Connect to GPIO pins
  2. Analog sensors (pressure, ultrasonic, hall): Connect to ADC pins
  3. Serial sensors (RFID): Connect to UART pins

In ERGM’s visual rule builder:

No coding required.

Ready to upgrade your escape rooms?

Try Escape Room Game Master on your hardware today. Free, self-hosted, no subscription.

Get started