I'm trying to create protocol for very simple IR signal with protocol builder,
so far without much success.
pronto hex of IR signal:
0000 0071 0000 0001 0014 008c
I thought this would work, but when I learn it back, this is what I get
Frequency: 0
Sent repeatedly: +20 -396
Upgrade protocol 0 = 00 99 (S3C8) PB v3.10
44 93 01 8B 0E 84 01 00 01 00 0A 00 32 00 0A 00
32 00 00 8D 01 33
End
Protocol builder help
Moderator: Moderators
-
jon_armstrong
- Expert
- Posts: 1238
- Joined: Sun Aug 03, 2003 9:14 pm
- Location: R.I.P. 3/25/2005
- Contact:
Damir,
I decode the Pronto hex to be a repeating signal of +545,-3817 both in uS.
I disassembled your Protocol and changed to the numbers above for both a One or Zero and here is what I get:
Upgrade protocol 0 = 00 99 (S3C8) PB v3.10
42 95 01 8B 0E 84 01 00 01 01 10 07 60 01 10 07
60 00 00 8D 01 33
End
Also, as I'm sure you know, it's for the older S3C80 remotes.
I didn't test it though.
I decode the Pronto hex to be a repeating signal of +545,-3817 both in uS.
I disassembled your Protocol and changed to the numbers above for both a One or Zero and here is what I get:
Upgrade protocol 0 = 00 99 (S3C8) PB v3.10
42 95 01 8B 0E 84 01 00 01 01 10 07 60 01 10 07
60 00 00 8D 01 33
End
Also, as I'm sure you know, it's for the older S3C80 remotes.
I didn't test it though.
-Jon