Skip to content

martip/Arduino-IRremote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

***

Forked to add the XMP protocol, used in MySKY HD sat receivers/PVR by SKY Italia.
Actually, the remote is made by (or licenesed from) Universal Electroncis (http://www.uei.com), so the same protocol should work for many ohter devices (Comcast etc.).

I found interesting details about the XMP protocol on the JP1 project wiki: http://www.hifi-remote.com/wiki/index.php?title=DecodeIR#XMP

Starting off from those informations, I managed to reverse-engineer the protocol and everything seems to work fine, at least for the MySKY HD receiver.

I'll publish some details of the reverse-engineering process on my blog as soon as I can.

***

This is the IRremote library for the Arduino.

To download from github (http://github.com/shirriff/Arduino-IRremote), click on the "Downloads" link in the upper right, click "Download as zip", and get a zip file.  Unzip it and rename the directory shirriff-Arduino-IRremote-nnn to IRremote

To install, move the downloaded IRremote directory to:
arduino-1.x/libraries/IRremote
where arduino-1.x is your Arduino installation directory

After installation you should have files such as:
arduino-1.x/libraries/IRremote/IRremote.cpp

For details on the library see the Wiki on github or the blog post http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html

Copyright 2009-2012 Ken Shirriff

About

Infrared remote library for Arduino: send and receive infrared signals with multiple protocols

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.5%
  • Other 29.5%
  • C 18.5%
  • Objective-C 5.5%