How TV Remotes Work: The Invisible Light Your Phone Can See
Table of Contents

How TV Remotes Work: The Invisible Light Your Phone Can See

Your TV remote flashes invisible infrared light 38,000 times per second — and your phone camera can see it. Here's how IR remote controls work, why your TV understands them, and hands-on experiments that reveal invisible light to kids of every age.

The remote is missing again. It’s under a cushion, or on the kitchen counter, or possibly in the back of the couch where remotes seem to go to die. When your kid finally finds it and clicks “volume up,” something happens in about 10 milliseconds that most adults couldn’t explain if their life depended on it.

The remote flashes an LED — invisible to your naked eye — at precisely 38,000 times per second. The pattern of those flashes encodes a specific binary number that means “volume up” to your particular TV. The TV’s sensor detects this pattern, decodes it, and acts on it.

That’s the whole thing. But understanding the details opens up a much bigger picture: the same invisible light is used in industrial sensors, security systems, night-vision cameras, medical pulse oximeters, short-range data transmission, and more. Your TV remote is an introduction to a class of technology that runs quietly in the background of daily life.

The Core Problem: We Think “Remote Control” Is Obvious

Remote control implies a special technology. But “remote” just means “from a distance.” The question is: what medium carries the signal? In your car’s key fob, it’s radio waves. In your Bluetooth speaker, it’s radio waves. But in your TV remote, it’s light — specifically infrared light, just beyond the red end of the visible spectrum, invisible to human eyes but detectable by most image sensors including your phone camera.

The choice of infrared isn’t arbitrary. Light travels in straight lines (mostly) and doesn’t pass through walls. This means your living room remote doesn’t accidentally control the TV in the bedroom next door. Radio waves spread out and pass through walls easily — great for WiFi, but problematic for remotes.

Explained Like You’re 5: A Morse Code Flashlight You Can’t See

You probably know about Morse code — the idea that you can communicate letters using patterns of short and long flashes. Dot-dot-dot dash-dash-dash dot-dot-dot spells SOS.

A TV remote does something similar, but faster and more precise. Inside the remote is a tiny LED — like the ones in LED light bulbs, just tuned to infrared light instead of visible light. When you press a button, the remote tells that LED to flash in a very specific pattern. Each pattern means a different thing: volume up, channel down, play, pause.

Your TV has a tiny sensor — like a tiny eye — that watches for these infrared flashes all the time. When it sees the right pattern, it does what the pattern says.

You can’t see the flashes with your eye. But your phone camera can.

How It Actually Works: Carrier Frequency and Pulse Coding

There are two layers to the signal a remote sends:

Layer 1: The Carrier Frequency (38 kHz) The LED doesn’t just flash on and off at will. It flashes at a precise frequency — typically 38,000 times per second (38 kHz). This is the carrier frequency. The TV’s receiver is specifically tuned to detect 38 kHz IR flickers and ignore everything else (ambient light, sunlight, other devices). It’s like a radio tuned to one station and ignoring all others.

Layer 2: The Pulse Pattern (the actual data) The button code is transmitted by turning the 38 kHz carrier on and off in a pattern. A specific sequence of “carrier on” and “carrier off” periods encodes a binary number — typically 16 to 32 bits. One common protocol, NEC (used by many TV brands), encodes each bit as:

  • Logical 1: carrier on for 562.5 μs, carrier off for 1687.5 μs
  • Logical 0: carrier on for 562.5 μs, carrier off for 562.5 μs

An NEC command takes about 67.5 milliseconds total — less than 1/14th of a second. This is why pressing a button feels instantaneous.

The Receiver The TV’s IR receiver (typically a small black dome or bump near the screen) is a photodiode sensitive to 940nm light (the wavelength most TV remotes use) combined with a 38 kHz bandpass filter and demodulator circuit. It strips out the carrier and outputs the pulse pattern as a digital signal that the TV’s microprocessor reads and interprets.

Why Kids Should Know This

Infrared light is one band in the broader electromagnetic spectrum, sitting just below red visible light in wavelength (~700nm–1mm). Understanding it gives kids a foundation for understanding:

  • Night-vision systems: NIR (near-infrared) cameras see heat signatures and near-IR light invisible to humans — used in military, security cameras (including your doorbell cam), and wildlife monitoring
  • Medical sensors: Pulse oximeters (the clip that goes on your fingertip in a hospital) shine red and infrared light through your fingertip to measure blood oxygen by comparing how much of each wavelength is absorbed
  • Fiber optic communication: Infrared laser pulses carry internet data through glass fiber cables
  • Spectroscopy: Infrared spectroscopy is a fundamental analytical chemistry technique — different molecules absorb specific IR wavelengths, creating a chemical “fingerprint”
  • Thermal imaging: Far-infrared cameras detect heat emitted by objects (all warm objects emit IR) — used in building energy audits, firefighting, and search-and-rescue

The electromagnetic spectrum concept — and the fact that our eyes see only a tiny slice of it — is genuinely mind-expanding for kids who grasp it.

How to Teach Your Kid About This

Ages 5–8: See the Invisible Light

This one is immediate and satisfying. You need: a TV remote and a smartphone.

Open your phone’s front-facing camera (or the rear camera — front cameras often lack the IR filter the rear camera has, making IR more visible). Point the remote at the camera. Press any button while watching the camera screen.

You’ll see the LED at the tip of the remote flash purple or white on the screen — a light your eye couldn’t see a moment ago, now clearly visible through the camera sensor.

Ask: “Why can the camera see it when we can’t?” (The camera sensor is sensitive to a wider range of light wavelengths than our eyes.) “What does the flashing pattern mean?” (It’s a coded message — like Morse code but faster.)

This experiment takes under a minute and produces genuine “wow” moments in children and adults alike.

Ages 9–12: Decode the Signal

You can actually capture and analyze a TV remote’s IR signal using an Arduino microcontroller (about $10) and an IR receiver module (about $2). Connect the receiver’s output pin to a digital input on the Arduino. Use the IRremote library (free, open-source).

Open the serial monitor and press buttons on your remote. You’ll see the raw hex codes appear — 0x20DF10EF for volume up on an LG remote, for example. Now press the same button multiple times. The code should be identical every time — it’s not random; it’s a precisely defined binary pattern.

Ask: “What happens if two devices use the same code? Could your remote accidentally control someone else’s TV?” (Yes — this happens. It’s one reason modern smart TV remotes and some games use Bluetooth instead of IR, which allows for device pairing.)

Ages 13+: Build a Remote Receiver

A more advanced project: build an IR repeater. If your TV is in a cabinet behind a closed door, you can’t use a normal remote — the IR signal can’t get through the door. Engineers solve this with IR repeaters: a receiver module outside the cabinet detects your remote’s IR signal and a transmitter (usually a cable threaded inside the cabinet) re-emits the same signal near the device.

Build one: IR receiver → Arduino → IR transmitter LED. The Arduino reads the received code and immediately re-transmits it. This is a real, useful device you can build for under $20, and it requires understanding of IR protocols, microcontroller I/O, and signal timing.

Advanced discussion: Why doesn’t infrared work around corners or through walls, while radio waves do? (Infrared photons at these wavelengths are absorbed and scattered by solid objects. Radio waves have longer wavelengths that diffract around obstacles and can penetrate non-conducting materials.)

Safety note: Low-power IR LEDs (like those in TV remotes, under 1mW) are safe to look at in a camera view and have negligible risk of eye damage. High-power IR LEDs (above a few mW) used in some industrial equipment can cause eye damage because the eye doesn’t blink in response to invisible light. Stick to consumer remotes and standard IR receiver modules for home experiments.

Household Device Remote Control Technology Comparison

DeviceControl TechnologyRangeWorks Around Obstacles?Pairing Required?Battery Impact
TV (traditional)Infrared (IR)5–10m, line-of-sightNo — line-of-sight onlyNoVery low (years per battery)
Smart TV / streaming (modern)Bluetooth or IR hybrid10m+ (BT)Yes (Bluetooth)Yes (Bluetooth)Moderate (months)
Garage door openerRadio frequency (315/433 MHz)20–100mYes — through walls/doorsYes (rolling code)Low (1–2 years)
Car key fobRadio frequency (315/433 MHz, rolling code)10–50mYesYes (VIN-paired)Low (1–3 years)
Smart home devicesZigbee, Z-Wave, WiFi, or BTVariable (mesh or direct)Yes (mesh extends range)YesVariable
Ceiling fan remoteRadio frequency (303/433 MHz)10–30mYesYes (dipswitch or sync)Low

Common Misconceptions Parents Have

“The remote needs a direct line of sight to the TV.” True for strict IR, but many people don’t realize that infrared light can bounce off light-colored walls and ceilings — a remote pointed at the ceiling can sometimes control a TV. This is why you can sometimes press buttons while facing away from the TV and it still works, if the room has reflective surfaces.

“All remotes use the same technology.” Strongly not. Most TV remotes are IR. Most garage door remotes are RF. Most car keys are RF with rolling codes (a cryptographic security feature). Smart home hubs use Zigbee, Z-Wave, or WiFi. Modern Apple TV remotes use Bluetooth. Mixing these up leads to confusion about why some remotes need line-of-sight and others don’t.

“If my remote stops working, the batteries are dead.” Often true, but not always. Test with the phone camera trick: if the LED flashes in the camera view, the remote is sending a signal and the problem is the TV’s receiver or the signal frequency. If no flash appears in the camera view, the remote’s battery or LED is the issue.

“Universal remotes learn by some kind of wireless pairing.” Some do. But the older “learning” method — where you point the original remote at the universal remote and press buttons — simply records the IR pulse patterns from your original remote and replays them. No wireless pairing, no internet connection. It’s just pattern recording and playback.

“Infrared from your remote could interfere with your WiFi or Bluetooth.” IR and WiFi/Bluetooth operate in completely different parts of the electromagnetic spectrum (IR at 940nm wavelength, WiFi at ~5cm, Bluetooth at ~12cm). They don’t interact. The only interference you might see is another IR device responding to your remote.

What to Watch For: Progress Markers

Your child understands the basics when they can demonstrate the phone camera trick and explain why the camera sees what the eye can’t.

They’ve gotten deeper when they can explain why IR doesn’t work through walls — and why RF remotes (like garage door openers) do.

At the advanced level, look for them to ask about the encoding: “How does the TV know which button I pressed, not just that I pressed one?” That question leads directly to carrier frequency and pulse coding — they’re ready for the technical explanation.

FAQ

Q: Why does my TV remote sometimes stop working even with fresh batteries? A: The LED might be failing, or the TV’s IR receiver might be dirty or blocked. First, test with the phone camera trick to confirm the remote is transmitting. If it is, clean the area around the TV’s IR sensor (usually a small dark window on the front bezel). If the remote shows no flash in the camera, the LED or circuit board in the remote may need replacement.

Q: Can I use my phone as a TV remote? A: Many modern phones have IR blasters (a small IR LED built into the top edge) — common in some Android phones, absent from iPhones. If your phone has one, apps like “Remote Control for TV” can generate IR codes for thousands of TV models. iPhones lack hardware IR; iPhone users control TVs through WiFi-based apps that work only with smart TVs.

Q: Can a remote from one brand control a TV from another brand? A: Often yes, if they use compatible IR protocols and codes. Many TVs from different manufacturers share IR protocols (like NEC or RC5), but the specific codes for functions vary by brand. Universal remotes maintain databases of brand-specific codes.

Q: Why do some smart TV remotes seem to work even when pointed sideways? A: Those remotes use Bluetooth instead of IR. Bluetooth is a radio technology that doesn’t require line of sight — it communicates in all directions. The Apple TV Siri Remote, Roku Streaming Stick remotes, and some Samsung smart TV remotes use Bluetooth, which explains why you can press buttons from another room or with the remote behind your back.

Q: Is there any security risk with IR remotes? A: Minimal for household use. IR codes are not encrypted and anyone with an IR receiver can capture them. But the attack surface is limited: you need to be in the same room, pointed at the TV, within 10 meters. For smart home devices controlled by RF or WiFi (not IR), security considerations are more relevant.

Q: Why does sunlight sometimes interfere with my TV remote? A: Sunlight contains infrared radiation. An IR receiver flooded with bright sunlight from a nearby window may be saturated — unable to detect the relatively faint signal from a remote. Moving the TV out of direct sunlight, using window treatments, or repositioning the seating arrangement typically solves this.


About the author Ricky Flores is the founder of HiWave Makers and an electrical engineer with 15+ years of experience building consumer technology at Apple, Samsung, and Texas Instruments. He writes about how kids learn to build, think, and create in a tech-saturated world. Read more at hiwavemakers.com.


Sources

  1. Consumer Electronics Association. “IR Remote Control Technology Overview.” https://www.cta.tech
  2. IEC Standard 62489-1. “Audiometric equipment — Part 1: Equipment for pure-tone audiometry.” (References IR data transmission standards.)
  3. Vishay Semiconductors. “IR Receiver Modules for Remote Control Systems.” Application Note. https://www.vishay.com/docs/80071/dataform.pdf
  4. Czapkiewicz, M., & Szewczyk, R. (2021). “Infrared-based remote control systems for consumer electronics.” Measurement Automation Monitoring, 67(2).
  5. U.S. Patent and Trademark Office. “Infrared remote control system,” Patent US4405942A (1983). https://patents.google.com/patent/US4405942A
Ricky Flores
Written by Ricky Flores

Founder of HiWave Makers and electrical engineer with 15+ years working on projects with Apple, Samsung, Texas Instruments, and other Fortune 500 companies. He writes about how kids learn to build, think, and create in a tech-driven world.