How to convert Raw Data to NEC Code? #1845
-
Hello, I have been trying to convert an IR signal using an UNO as my only 8266 is soldered somewhere inaccessible and hence I have to rely on the UNO to get NEC signal but unfortunately I am not able RAW_DATA to convert it to uint64_t data nor the code itself. Can someone please guide me? P.S. I have the Address and Command hex saved too. |
Beta Was this translation helpful? Give feedback.
Answered by
crankyoldgit
Jul 22, 2022
Replies: 1 comment 3 replies
-
This program (tools/gc_decode) will convert a raw data string as if it was sent to IRrecvDumpV3 etc.
[Update: Corrected the example's calling syntax] |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
0xPeero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This program (tools/gc_decode) will convert a raw data string as if it was sent to IRrecvDumpV3 etc.
e.g.
[Update: Corrected the example's calling syntax]