How to find native representation of BLUESTAR A/C message #1593
Unanswered
shubham-malasane
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Answered in the wiki section on adding a new protocol. eg. Using the data you've provided,
|
Beta Was this translation helpful? Give feedback.
1 reply
-
thank u for your kind help.... when i decoded same IR signal using logic analyzer (Saleae) then it is shows only 65 bit signal I think, logic analyzer shows always correct signal representation. share signal decoded on logic analyzer (Saleae) below: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I have Bluestar AC remote which is decoded as UNKNOWN protocol
for adding this protocol in library need information about native message representation of this protocol
how to get it
timing information share below
Timestamp : 018616.046
Library : v2.7.19
Tolerance : 27%
Protocol : UNKNOWN
Code : 0xAFFF4224 (106 Bits)
uint16_t rawData[211] = {5004, 4990, 534, 1488, 534, 1488, 534, 484, 534, 1488, 534, 484, 534, 1488, 534, 484, 534, 1496, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1496, 534, 1488, 534, 1488, 534, 482, 534, 1488, 534, 482, 534, 1488, 534, 1488, 534, 1496, 536, 482, 534, 484, 534, 1488, 534, 482, 534, 1488, 534, 1488, 534, 1488, 534, 1496, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 492, 534, 484, 534, 1488, 534, 1488, 534, 1488, 534, 482, 534, 1488, 534, 1488, 534, 1496, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 482, 534, 1496, 534, 484, 534, 484, 534, 484, 534, 484, 534, 1488, 534, 1488, 534, 1488, 534, 1496, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1496, 534, 484, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1496, 534, 484, 534, 484, 534, 484, 534, 484, 532, 1488, 534, 1488, 534, 484, 534, 492, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 1488, 534, 482, 534, 1496, 534, 1488, 534, 1488, 534, 484, 534, 1488, 534, 1488, 534, 1488, 532, 484, 534, 490, 5002}; // UNKNOWN AFFF4224
Beta Was this translation helpful? Give feedback.
All reactions