Relative Content

Tag Archive for arduinoeeprom

put 7 digit RF remote number into eeprom , then read and apply to code with changes to value

A lot of my boards work with RF remotes as backups. Right now I have to program each remote individually for when they put out a different code. SO, I am trying to condense the remote code part of my program to be able to use more different remotes with less code written by reading just the number 1 button of the remote, then storing that 7 digit number into eeprom, and then using this number, I can add to that number a different amount to get all my other buttons codes. I am having issues putting the 7 digit # into eeprom and then retrieving it to use and or refer/compare to it in further code.