Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Where do you find IR code ?

Where do you find IR code ?

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 2 Posters 4.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Sebastien Vayrette-GavardS Offline
    Sebastien Vayrette-GavardS Offline
    Sebastien Vayrette-Gavard
    wrote on last edited by
    #1

    I am trying to find a list of infra-red codes that you use to send IR commands.
    For example the following:

    irsend.send(NEC, 0x1EE17887, 32);

    Is there a list of all known brands and commands?

    SparkmanS 1 Reply Last reply
    0
    • Sebastien Vayrette-GavardS Sebastien Vayrette-Gavard

      I am trying to find a list of infra-red codes that you use to send IR commands.
      For example the following:

      irsend.send(NEC, 0x1EE17887, 32);

      Is there a list of all known brands and commands?

      SparkmanS Offline
      SparkmanS Offline
      Sparkman
      Hero Member
      wrote on last edited by
      #2

      @Sebastien-Vayrette-Gavard This is one of the best sites: http://www.remotecentral.com/cgi-bin/codes/, but you may need to convert them to match what the Arduino needs.

      Cheers
      Al

      1 Reply Last reply
      0
      • Sebastien Vayrette-GavardS Offline
        Sebastien Vayrette-GavardS Offline
        Sebastien Vayrette-Gavard
        wrote on last edited by
        #3

        @Spakrman alright, say I have one of those Epson projector http://www.remotecentral.com/cgi-bin/codes/epson/lcd_projector_no_touchdisc/
        how does one go about sending say POWER command

        0000 0071 0000 0002 0000 00AA 0000 0040 0000 0040 0000 0015 0000 0015 0000 0015 0000 0015 0000 0015 0000 0040 0000 0040 0000 0015 0000 0040 0000 0015 0000 0040 0000 0015 0000 0040 0000 0015 0000 0015 0000 0015 0000 0015 0000 0015 0000 0040 0000 0015 0000 0015 0000 003F 0000 0040 0000 0040 0000 003F 0000 0040 0000 0015 0000 0040 0000 0040 0000 0015 0000 0611 0000 0055 0000 0E40

        within the Arduino code

        irsend.send(???, 0x????????, ??);

        what did I miss please help me understand.

        SparkmanS 1 Reply Last reply
        0
        • Sebastien Vayrette-GavardS Sebastien Vayrette-Gavard

          @Spakrman alright, say I have one of those Epson projector http://www.remotecentral.com/cgi-bin/codes/epson/lcd_projector_no_touchdisc/
          how does one go about sending say POWER command

          0000 0071 0000 0002 0000 00AA 0000 0040 0000 0040 0000 0015 0000 0015 0000 0015 0000 0015 0000 0015 0000 0040 0000 0040 0000 0015 0000 0040 0000 0015 0000 0040 0000 0015 0000 0040 0000 0015 0000 0015 0000 0015 0000 0015 0000 0015 0000 0040 0000 0015 0000 0015 0000 003F 0000 0040 0000 0040 0000 003F 0000 0040 0000 0015 0000 0040 0000 0040 0000 0015 0000 0611 0000 0055 0000 0E40

          within the Arduino code

          irsend.send(???, 0x????????, ??);

          what did I miss please help me understand.

          SparkmanS Offline
          SparkmanS Offline
          Sparkman
          Hero Member
          wrote on last edited by
          #4

          @Sebastien-Vayrette-Gavard Sorry, I thought there was a converter online that would convert from pronto to the code needed by this sketch. The one I thought would work is coming up with an error when I run it. I haven't looked into the details of the IR library included with MySensors. There's likely a way to manually convert between the two (there are good descriptions on what the pronto codes mean here: http://www.hifi-remote.com/infrared/IR-PWM.shtml and here: http://www.remotecentral.com/features/irdisp2.htm). You could likely use a different IR library/sketch as well that's meant for sending pronto codes. Here's are a few: https://github.com/probonopd/arduino-infrared-pronto and http://irdb.tk/send/. The other option you have is to build an IR receiver and then use the remote you have to learn the code.

          Cheers
          Al

          1 Reply Last reply
          1
          • SparkmanS Offline
            SparkmanS Offline
            Sparkman
            Hero Member
            wrote on last edited by Sparkman
            #5

            Here's a library that looks like it has codes in the correct format: http://lirc.sourceforge.net/remotes/ along with an explanation on how to use those files here: http://www.righto.com/2010/03/understanding-sony-ir-remote-codes-lirc.html.

            Cheers
            Al

            1 Reply Last reply
            0
            • Sebastien Vayrette-GavardS Offline
              Sebastien Vayrette-GavardS Offline
              Sebastien Vayrette-Gavard
              wrote on last edited by
              #6

              @Sparkman, hero member I get it now. Thank you!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              15

              Online

              11.7k

              Users

              11.2k

              Topics

              113.1k

              Posts


              Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • MySensors
              • OpenHardware.io
              • Categories
              • Recent
              • Tags
              • Popular