Reputation: 20360
I have an app that controls an IR emitter and would like to get access to the universe of IR codes. Is this something that is freely available, or is it a subscription?
(Companies like harmony and logitech have them - just not sure how I get access to it)
(google did not give me anything useful so far)
NOTE - to be clear - I want a list of devices like TVs, DVD players, etc - like the ones that are printed with universal remotes or ones that are downloaded. However, I want the actual specifications so I can control the IR diode(s).
Upvotes: 20
Views: 56202
Reputation: 733
irdb (irdb.tk is a dead link) contains IR codes for the devices I was looking for. I used the values given in the Pronto IR format.
Upvotes: 1
Reputation: 611
For using a raw LED I'd hook a photodiode or phototransistor to an oscilloscope so you can see what's being sent. I was under the impression that the pulses are serial ascii data, no idea about stuff like baud rate. Then use a PIC https://en.wikipedia.org/wiki/PIC_microcontrollers or Atmel in a little box with an LED and battery. Or build it into your favorite armchair.
Upvotes: -1
Reputation: 1498
Can use the Megalist in the following link:
http://www.commandfusion.com/wiki2/software/ir-learner/megalist-ir-database
Upvotes: 2
Reputation: 5316
LIRC has a repository of remote controller codes where you can find the codes for various manufacturers of infrared remotes.
Upvotes: 12