Hitachi_AC264 #2160
-
Hi all, Protocol : HITACHI_AC264 Timestamp : 004329.865 Protocol : HITACHI_AC264 first signal was received from original Remote transmitter. second signal was transmitted by my ESP. Question: Why it differs, what I`m missing, my code: #include <Arduino.h> void setup(void) { void loop(void) { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The answer is we don't know what the last 4 bytes contain. No one bothered to decode them. They could be a clock/time etc for all we know. They were not needed for it to be controlled so no one bothered. |
Beta Was this translation helpful? Give feedback.
-
The control sum is not the last four bytes, this protocol seems to use pairs of bytes being inverted to message integrity |
Beta Was this translation helpful? Give feedback.
The answer is we don't know what the last 4 bytes contain. No one bothered to decode them. They could be a clock/time etc for all we know. They were not needed for it to be controlled so no one bothered.