Grade Six

How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

How Does a TV Remote Work? Discover how invisible infrared light carries commands from a remote control to electronic devices.

Have you ever wondered how pressing a button on your TV remote instantly changes the channel or adjusts the volume—even though there are no wires connecting it to the TV? The secret lies in infrared (IR) communication, an invisible type of light that carries signals from the remote to the television.

In this exciting STEM activity, students will build a simple infrared communication model using an Arduino, an infrared receiver sensor, and a regular LED. When the IR transmitter (example TV remote) sends an invisible light signal, the IR receiver detects it and tells the Arduino to turn the LED on or off. This demonstrates the same basic principle used by TV remotes, air conditioners, projectors, and many other electronic devices.

This hands-on project introduces students to infrared light, sensors, communication technology, programming, and electronics, while showing how invisible signals help devices communicate.

 

Time: 60–75 minutes
Complexity: Intermediate
Setup: Beginner-friendly Arduino electronics project

 

Materials Required

  • Arduino Uno
  • USB cable (to connect the Arduino to the computer)
  • Breadboard
  • IR Receiver Module (VS1838B or TSOP1838)
  • Red LED (5 mm)
  • 220 Ω resistor
  • Jumper wires (Male-to-Male)
  • TV Remote Control (used as the infrared transmitter)
  • Computer with Arduino IDE installed
  • Notebook and pencil (to record observations) How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

Step-by-Step Instructions

Follow these steps carefully to build and test your infrared communication model.

1. Set up the breadboard

Place the breadboard on a flat table. Connect the Arduino’s 5V and GND pins to the breadboard power rails using jumper wires. How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

2. Connect the IR receiver

Insert the IR receiver module (VS1838B/TSOP1838) into the breadboard.

  • Connect VCC to the 5V rail.
  • Connect GND to the GND rail.
  • Connect the OUT pin to one of the Arduino’s digital input pins (for example, Pin 2). How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

The receiver will detect the invisible infrared signals sent by the TV remote.

3. Connect the indicator LED

Insert the red LED into the breadboard.

  • Connect the longer leg (anode) through a 220 Ω resistor to an Arduino digital output pin (for example, Pin 8).
  • Connect the shorter leg (cathode) to GND.

The LED will light up whenever the Arduino receives an infrared signal.

4. Upload the Arduino program

Connect the Arduino to the computer using the USB cable.

Open the Arduino IDE, upload the infrared receiver program, and then open the Serial Monitor. The Arduino is now ready to receive signals from the TV remote.

How Does a TV Remote Work?| Fun Arduino STEM Activity (2026)

5. Point the TV remote at the IR receiver

Hold a standard TV remote approximately 10–30 cm away from the IR receiver. Aim the front of the remote directly towards the sensor.

6. Press a button on the TV remote

Press any button, such as Power, Volume, or Channel. The remote sends an invisible infrared signal containing a unique digital code. The IR receiver detects this signal and sends the information to the Arduino.

7. Observe the result

When the Arduino receives the infrared signal:

  • The red LED lights up briefly.
  • The Serial Monitor displays the received IR code.

Press different buttons on the remote and observe that each button usually sends a different code.

8. Experiment with distance and obstacles

Move the remote farther away and test how far the signal can travel. Next, place your hand, a book, or another object between the remote and the receiver. Observe whether the LED still lights up and whether the Arduino continues receiving the infrared signals.

The Science Behind the Activity

A TV remote doesn’t send radio waves—it sends infrared light, which is invisible to our eyes.

When you press a button on a remote:

  • The IR LED flashes rapidly.
  • These flashes carry a coded message.
  • The IR receiver detects the flashes.
  • The receiver sends the information to a microcontroller.
  • The device performs the requested action, such as changing the channel or increasing the volume.

Infrared light travels in straight lines, so the remote usually needs a clear line of sight to the TV.

Although we cannot see infrared light, many smartphone cameras can detect it. If you point a TV remote at your phone’s camera and press a button, you may notice a flashing light on the screen.

Pro Tip

Keep the transmitter pointing directly at the receiver. Infrared signals work best when there is a clear path between the transmitter and receiver. Walls and large objects can block the signal.

 

Expected Results

Students will observe that the red LED turns ON whenever the IR receiver detects the infrared signal. As the distance between the transmitter and receiver increases, the signal becomes weaker until it is no longer detected.

Students will also notice that placing an object between the transmitter and receiver blocks the infrared light, preventing communication.

 

Conclusion

The Infrared Communication Model helps students understand how electronic devices communicate using invisible light. By building and testing their own system, children discover how sensors, LEDs, and programming work together to transmit information.

This activity connects classroom science to everyday technology, showing how the same principle powers media players, air conditioners, smart home devices, and many other electronic systems.

 

Frequently Asked Questions

1. Why can’t we see infrared light?

Infrared light has a longer wavelength than visible light, making it invisible to human eyes.

 

2. Why must the remote point towards the TV?

Infrared light travels mostly in straight lines, so the receiver needs a clear path to detect the signal.

 

3. Can sunlight affect infrared communication?

Yes. Bright sunlight contains infrared radiation, which can sometimes interfere with the receiver if it is directly exposed.

 

4. Can infrared signals pass through walls?

No. Unlike radio waves, infrared light cannot pass through walls or solid objects, which is why TV remotes need a direct line of sight.

 

5. Where is infrared communication used besides TV remotes?

Infrared communication is also used in air conditioner remotes, projectors, cameras, toys, robots, security systems, proximity sensors, and automatic doors, where short-range wireless communication is needed.