Timer Functions Decoding and Analysis in 64 bit AC Remote Protocol

Everything related to protocols and IR codes
Post Reply
Prasad1995
Posts: 3
Joined: Sat Feb 17, 2018 3:47 pm

Timer Functions Decoding and Analysis in 64 bit AC Remote Protocol

Post by Prasad1995 »

I am decoding a 64 bit AC Remote IR Protocol So far till today I have decoded almost all functions except timers the data I received is not providing any logical result while decoding Will you please help to decode it The data I received for 10 min on timre is as follows..
10min :0x2873 5dc 000 d 1000f
10min :0x2873 5be 000 d 1000f
10min :0x2873 5d8 000 1 1000f

10 min:0x28f3 a62 000 1 1000f
20 min:0x28f3 a72 000 0 1000f
30 min:0x28f3 a8e 000 3 1000f
40 min:0x28f3 a9e 000 2 1000f

In Above Data 5th to 10th nibble represents timer function specifically 5 to 7 Timer On and 8 to 10 timer off
Thank You
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Timer Functions Decoding and Analysis in 64 bit AC Remote Protocol

Post by AnalysIR »

HI

I would need to get a set of recorded signals to look into this properly, preferably as a saved session file from AnalysIR or else as a set of signals in some standard format, like RAW or pronto etc. etc.

Most likely, altering the bit order will help you (AnalysIR does this for reverse engineering)...usually reversing the bits on the byte boundary.
Prasad1995
Posts: 3
Joined: Sat Feb 17, 2018 3:47 pm

Re: Timer Functions Decoding and Analysis in 64 bit AC Remote Protocol

Post by Prasad1995 »

I tried altering the bit order but it is still not showing any significant result.
Post Reply