Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
On an Arduino Lolin WeMos D1 R2, I have successfully installed library, run example "Simple Receiver" and collected raw data:
"Number 0"
Protocol=NEC Address=0x4, Command=0x10, Raw-Data=0xEF10FB04, 32 bits, LSB first, Gap=3276750us, Duration=67850us
Send with: IrSender.sendNEC(0x4, 0x10, );
Protocol=NEC Address=0x4, Command=0x10, Repeat, Gap=39750us, Duration=11900us
I want to use this process to map all buttons and than somehow make it usable to add to RMIR (Remote Master), so I could upload after to a programmable Atlas 1056B03 remote.
Looking for any suggestion, what to do with received Raw-Data ?
Beta Was this translation helpful? Give feedback.
All reactions