Hell all.
I'm looking for an arduino code snippet for recording arbitrary RF code from a very simple RF remote. The example code in RF433.ino seems to make quite a lot of assumptions about what format/RMT_CHANNEL, RMT_CLK_DIV etc (in other words, I never got to to react to my remote being pressed, also I have added lots of debug printouts, they never seem to be triggered). I am sure the remote is 433mhz (says so on the box), I was able to record the RF code using a proprietary RF recorder/transmitter (Broadlink RM Pro).
Any hints or clues on how to make this work (i.e. I press a button on my remote, the code spills out sequence of bytes I can feed back into RF433T ?).