-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Hi
I am trying to implement a remote control based on the RCMM protocol. Unfortunately, there's no information on the web on this.
I have found a resource on the web about what the protocol sends and the detection program agrees with it. All successful so far.
The problem comes with the send instruction. I'm not sure how to implement a send command and everything I've tried so far has resulted in no success with the target to be controlled or another Arduino set up as a receiver. The Arduino receiver calls it "unknown" so something is not right.
The original remote sends 32 characters (256 bits) where the first 232 bits are identical. How do I tell the program to send the code I'm interested in? Just supply the last 12 bits (the only ones which change) and the library does the rest? Is it that simple? I ask because the receiver Arduino still says "unknown" and I'm unsure how to proceed? It's not obvious to me from the documentation what should be done.
I'd appreciate any help.
Thanks in advance.