I am trying to find out which IR protocol MSI media center IR remote control is using. Model Nummer: S10-1200130-J16. Any body has an idea? RC5, NEC, etc..
thanks
I am trying to find out which IR protocol MSI media center IR remote control is using. Model Nummer: S10-1200130-J16. Any body has an idea? RC5, NEC, etc..
thanks
http://lirc.sourceforge.net/remotes/msi/
Might be NEC.
It does look like NEC.
I have found Ken Shirriff's IR library to be indispensable when working with unknown remotes.
http://www.arcfn.com/2009/08/mul...
Thank you so much indeed, I was looking at LIRC today, I don't know how I missed looking there!
I am not familiar with Arduino. Does it generate a hex file that I can program into AVR, or I must use a bootloader to do so?
Yes, Arduino creates a hex file and itself is just another layer on top of AVRGCC.
To locate the hex, you must turn on "show verbose" in file, preferences.
great, thanks :- )