Replies: 2 comments
-
You can use the internal functions |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! For future reference, here's the code that worked:
On the receiver end,
is giving me protocol 2 and correct raw data 0xBA9876543210 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project where I have full control on both sending and receiving sides. So in theory I can use any protocol I want as long as both sides agree on it. So I've been using
sendNECRaw()
, which works fine. But it only sends 32 bits at a time, at least on an Arduino Pro Mini (ATMega328p). If I want to send, say. 48 bits at a time, what is the best approach? Is there an existing protocol to allow me to do that? Thanks.Beta Was this translation helpful? Give feedback.
All reactions