How-To: Sensor Tutorial — IR remote receiver-decoder tutorial

Arduino Technology
How-To: Sensor Tutorial — IR remote receiver-decoder tutorial

Invervalcam T

Images Sensors Intervalometer

Images Sensors Pna4602 T

Nice tutorial from Ladyada, she writes –

Here is a new SENSOR TUTORIAL! IR detector Make remote controls and listeners Making an Intervalometer, Read IR commands from an Apple remote, use for your projects and more!.

What is an IR detection sensor?

IR detectors are little microchips with a photocell that are tuned to listen to infrared light. They are almost always used for remote control detection – every TV and DVD player has one of these in the front to listen for the IR signal from the clicker. Inside the remote control is a matching IR LED, which emits IR pulses to tell the TV to turn on, off or change channels. IR light is not visible to the human eye, which means it takes a little more work to test a setup.

There are a few difference between these and say a CdS Photocells:

  1. IR detectors are specially filtered for Infrared light, they are not good at detecting visible light. On the other hand, photocells are good at detecting yellow/green visible light, not good at IR light
  2. IR detectors have a demodulator inside that looks for modulated IR at 38 KHz. Just shining an IR LED wont be detected, it has to be PWM blinking at 38KHz. Photocells do not have any sort of demodulator and can detect any frequency (including DC) within the response speed of the photocell (which is about 1KHz)
  3. IR detectors are digital out – either they detect 38KHz IR signal and output low (0V) or they do not detect any and output high (5V). Photocells act like resistors, the resistance changes depending on how much light they are exposed to

In this tutorial we will show how to

  1. Test your IR sensor to make sure its working
  2. Read raw IR codes into a microcontroller
  3. Create a camera intervalometer
  4. Listen for ‘commands’ from a remote control on your microcontroller

Read more!

Discuss this article with the rest of the community on our Discord server!

current: @adafruit - previous: MAKE, popular science, hackaday, engadget, fallon, braincraft ... howtoons, 2600...

View more articles by Phillip Torrone

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK