Helping Decoding Chinese Remote

If you have learned signals that don't get decoded when you look at them in IR.exe, post your file to the Diagnosis Area then post your question here (including a link to the file).

Moderator: Moderators

Post Reply
braddlac
Posts: 2
Joined: Mon Mar 11, 2013 8:51 pm

Helping Decoding Chinese Remote

Post by braddlac »

I'm been reading up on this all day and have made some progress, but this signal seems very difficult for my first try. I mapped the remote with IR Scope and each frame has a lead in and there is a mid stream burst.

The ultimate end game is to convert this to a slingbox .bin file.

If anyone has time can you please take a look at this? Any help is appreciated.

https://www.dropbox.com/s/8m4c82c1m7l68 ... 170956.ict

http://www.hifi-remote.com/forums/dload ... e_id=11775

Thanks!
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

Please post a picture of or link to remote.
braddlac
Posts: 2
Joined: Mon Mar 11, 2013 8:51 pm

Post by braddlac »

3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

I don't think we've seen this IR protocol before, or at least I don't know how to find it. The lead in pair is repeated mid way through signal, and the signal repeats by a kind of ditto. Here's one way of apportioning the bits:

Code: Select all

IRP = {38.0k,182}<3,-3|3,-6>(20,-10,T:2,D:6,F:8,S:8,20,-10,~T:2,D:6,~F:8,3,^108m,(20,-20,3,^108m)*)   T=3
Here's the decodes. I've rearranged the order to make the OBCs ascending.

Code: Select all

Power	  GuangZhou	Dev 17 Sub 65 OBC 16	
Mute 	  GuangZhou	Dev 17 Sub 65 OBC 17 	
Vol Up 	GuangZhou	Dev 17 Sub 65 OBC 19	
Vol Down  GuangZhou	Dev 17 Sub 65 OBC 20	
Page Up   GuangZhou	Dev 17 Sub 65 OBC 21	
Page Down GuangZhou	Dev 17 Sub 65 OBC 22 	
Like 	  GuangZhou	Dev 17 Sub 65 OBC 23 	
Main Page GuangZhou	Dev 17 Sub 65 OBC 24  	
Mail 	  GuangZhou	Dev 17 Sub 65 OBC 25 	
Guide 	 GuangZhou	Dev 17 Sub 65 OBC 26 	
Info 	  GuangZhou	Dev 17 Sub 65 OBC 27 	
Back 	  GuangZhou	Dev 17 Sub 65 OBC 28 	
Exit 	  GuangZhou	Dev 17 Sub 65 OBC 29  	
Up 	    GuangZhou	Dev 17 Sub 65 OBC 30  	
Down 	  GuangZhou	Dev 17 Sub 65 OBC 31 	
Left 	  GuangZhou	Dev 17 Sub 65 OBC 32  	
Right 	 GuangZhou	Dev 17 Sub 65 OBC 33 	
TV 	    GuangZhou	Dev 17 Sub 65 OBC 35 	
Red 	   GuangZhou	Dev 17 Sub 65 OBC 42	
Green 	 GuangZhou	Dev 17 Sub 65 OBC 43	
Yellow 	GuangZhou	Dev 17 Sub 65 OBC 44 	
Blue 	  GuangZhou	Dev 17 Sub 65 OBC 45	
0	      GuangZhou	Dev 17 Sub 65 OBC 46	
1	      GuangZhou	Dev 17 Sub 65 OBC 47	
2	      GuangZhou	Dev 17 Sub 65 OBC 48 	
3	      GuangZhou	Dev 17 Sub 65 OBC 49 	
4	      GuangZhou	Dev 17 Sub 65 OBC 50 	
5	      GuangZhou	Dev 17 Sub 65 OBC 51	
6	      GuangZhou	Dev 17 Sub 65 OBC 52	
7	      GuangZhou	Dev 17 Sub 65 OBC 53	
8	      GuangZhou	Dev 17 Sub 65 OBC 54	
9	      GuangZhou	Dev 17 Sub 65 OBC 55	
*         GuangZhou	Dev 17 Sub 65 OBC 56	
#         GuangZhou	Dev 17 Sub 65 OBC 57	
I don't have time to work on an executor right now, but I think it will fit in the Slingbox OK.
Post Reply