Replies: 3 comments 6 replies
-
You can use the internal functions |
Beta Was this translation helpful? Give feedback.
-
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.
-
Hi I found this thread that helped me figure out why I couldn't send NECext signals (ADR=0x866B, CMD=0x05FA) to my KVM with the built-in protocol methods. The readme and commits, to me, read as if you're supposed to be able to use I realize I'm probably missing something fundamental in my understanding of the theory here but as there isn't a This works in a modified
This doesn't: :) |
Beta Was this translation helpful? Give feedback.
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