Infrared Remote Receiver

From Visuino
Revision as of 08:46, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoInfraredReceiver.png == Summary == Infrared remote control receiver supporting multiple protocols including NEC, RC-5, RC-6, and various manufacturer-specific codes with configurable decoding options. == Description == The Infrared Remote Receiver component detects and decodes infrared signals from various remote controls using multiple protocol standards. It supports NEC, RC-5, RC-6, Panasonic, JVC, Samsung, Whynter, Aiwa, LG, Sanyo, Mitsubishi, DISH...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoInfraredReceiver.png

Summary

Infrared remote control receiver supporting multiple protocols including NEC, RC-5, RC-6, and various manufacturer-specific codes with configurable decoding options.

Description

The Infrared Remote Receiver component detects and decodes infrared signals from various remote controls using multiple protocol standards. It supports NEC, RC-5, RC-6, Panasonic, JVC, Samsung, Whynter, Aiwa, LG, Sanyo, Mitsubishi, DISH, Sharp, and Denon protocols. The component features configurable clear intervals, NEC repeat code handling, and comprehensive remote control decoding. Typical applications include home automation, entertainment system control, robotics, and custom remote control interfaces.

Diagram:

Properties

  • Clear Interval (mS) – Signal clearance interval (Default: 1000mS).
  • Elements – Configurable decoding elements:
    • RC5Decode RC-5 Command – RC-5 protocol decoding
    • RC6Decode RC-6 Command – RC-6 protocol decoding
    • NECDecode NEC Command – NEC protocol decoding
    • PanasonicDecode Panasonic Command – Panasonic protocol decoding
    • JVCDecode JVC Command – JVC protocol decoding
    • SamsungDecode SAMSUNG Command – Samsung protocol decoding
    • WhynterDecode Whynter Command – Whynter protocol decoding
    • AiwaDecode Aiwa RCT501 Command – Aiwa protocol decoding
    • LGDecode LG Command – LG protocol decoding
    • SanyoDecode Sanyo Command – Sanyo protocol decoding
    • MitsubishiDecode Mitsubishi Command – Mitsubishi protocol decoding
    • DISHDecode DISH Command – DISH protocol decoding
    • SharpDecode Sharp Command – Sharp protocol decoding
    • DenonDecode Denon Command – Denon protocol decoding
  • Enabled – Enables/disables component functionality (Default: True).
  • Name – Component identifier (Default: Infrared Receiver).
  • Replace NECRepeat Code – NEC repeat code replacement (Default: True).

Pins

Input Pins

  • Sensor (infrared) (Digital) – Infrared sensor signal input.

Output Pins

  • Out – Decoded command output.
  • Address – Remote address code output.
  • Data Type – Data type identifier output.
  • Raw – Raw infrared signal output.

Categories

  • File:Infrared.png – Infrared communication components.
  • File:Remote.png – Remote control components.
  • – Communication protocol components.
  • File:Sensor.png – Sensing components.
  • – Signal decoding components.
  • – Home automation control components.