I tried decode IR signals using IRremote.h library and it did not work for my remote control (both sharp TV and Pioneer player).
http://www.arcfn.com/2009/08/multi-prot ... brary.htmlFinally I found the code from Adafruit tutorial and it works for my remotes. I think it will work for others as well.
viewtopic.php?f=25&t=33766The reason why I raised this question is that if we have answers, it will be benefit for all uses.
After I decode the IR signals, following adafruit codes, I got below array of time.
int sharpon[]={
320, 1740,
320, 720,
320, 720,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 1740,
320, 720,
320, 1740,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 45320,
320, 1740,
320, 720,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 1740,
320, 1740,
320, 1740,
320, 720,
320, 1740,
320, 43240,
320, 1740,
320, 720,
320, 720,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 1740,
320, 720,
320, 1740,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 45740,
320, 1740,
320, 720,
320, 720,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 720,
320, 1740,
320, 720,
320, 1740,
320, 1740,
320, 1740,
320, 720,
320, 1740,
320, 0};
all are in uSec for one button.
Then how to save those array in EEPROM in 16byte address. Because IRMimic EEPROM is 256byte and can learn 16 buttons.
To
mstone@yawp.com : Can you explain more about your concepts or write simple code for above array?
Because I have limited knowledge of programming, honestly speaking.
Regards