hex codes for irule
Posted: Thu Oct 25, 2012 1:01 pm
hey guys,
can anyone give me the hex codes for the vip1853?
would really be great, thanks!
can anyone give me the hex codes for the vip1853?
would really be great, thanks!
Forum for JP1 remotes
http://www.hifi-remote.com/forums/
Can someone help fixxer out with makehex or IRPMaster?3FG wrote:Here's an upgrade for the VIP1853, tested on a RCA RCRP05B, which seems to decode to the same signals as learned by Alan.
Here's the entry for protocols.ini.The IRP is {56k,320,msb}<-1,1|1,-1>(T=0,(1,-1,D:7,S:6,T:1,0:1,F:6,~F:1,-85m,T=1)+)Code: Select all
[CanalSatLD] PID=01 FF DevParms=Device:7=37,Sub Device:6=0 DeviceTranslator=Translator(0,7,1) Translator(1,6,8) Translator(1,6,16) CmdParms=OBC:6=0 CmdTranslator=Translator(0,6,0) Translator(comp,0,1,6,0) FixedData=A5 00 02 Code.S3C80=2D 5E 31 8B 0F 8F 80 10 08 07 00 A0 00 92 00 A0 00 92 A6 04 00 10 68 05 E4 06 05 F6 01 46 F6 01 0A FB 08 46 29 01 69 04 8D 01 46 AF
Code: Select all
[protocol]
name=CanalSatLD
irp={56k,320,msb}<-1,1|1,-1>(T=0,(1,-1,D:7,S:6,T:1,0:1,F:6,~F:1,-85m,T=1)+)[D:0..127,S:0..63,F:0..63]
Let me try to explain: In the IRP for the present signal:In the cold light of day, I was afraid of what the T in this protocol meant. I thought it might be the type of toggle that we see in RC5 type signals, where the toggle varies by key press. Thankfully the toggle toggles between frames.
Code: Select all
... (T=0,(1,-1,D:7,S:6,T:1,0:1,F:6,~F:1,-85m,T=1)+)... Code: Select all
...((1:1,~F:1:6,T:1,D:5,F:6,^114m)+,T=1-T)Code: Select all
{36k,msb,889}<1,-1|-1,1>((1:1,~F:1:6,T:1,D:5,F:6,^114m)+,T=1-T)[T@:0..1=0,D:0..31,F:0..127]Code: Select all
sendir,4:1,2,56000,1,39,18,36,36,36,18,18,36,36,36,36,18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,36,4778,18,36,36,36,18,18,36,36,36,
36,18,18,18,18,18,18,18,18,18,18,36,36,18,18,18,18,18,18,18,18,18,18,18,18,36,4778Code: Select all
#
# Generated by IrMaster
#
begin remote
name canalsatld
flags RAW_CODES
eps 30
aeps 100
gap 85320
begin raw_codes
name d037f000s000
320 640 640 640 320 320 640 640
640 640 320 320 320 320 320 320
320 320 320 320 320 320 320 320
320 320 320 320 320 320 320 320
320 320 320 320 640 85320 320 640
640 640 320 320 640 640 640 640
320 320 320 320 320 320 320 320
320 320 640 640 320 320 320 320
320 320 320 320 320 320 320 320
640
name d037f001s000
320 640 640 640 320 320 640 640
640 640 320 320 320 320 320 320
320 320 320 320 320 320 320 320
320 320 320 320 320 320 320 320
320 320 640 640 320 85000 320 640
640 640 320 320 640 640 640 640
320 320 320 320 320 320 320 320
320 320 640 640 320 320 320 320
320 320 320 320 320 320 640 640
320
(snip)
name d037f063s000
320 640 640 640 320 320 640 640
640 640 320 320 320 320 320 320
320 320 320 320 320 320 320 320
640 320 320 320 320 320 320 320
320 320 320 640 320 85000 320 640
640 640 320 320 640 640 640 640
320 320 320 320 320 320 320 320
320 320 640 640 640 320 320 320
320 320 320 320 320 320 320 640
320
end raw_codes
end remote
Code: Select all
frequency 56000Cool. The bad news is that AFAIK no-one has written a driver, LIRC or non LIRC, for such a non-demodulating IR detectorI have got a Raspberry Pi with a Vishay TSMP58000 connected to one of its GPIO ports.
(You mean "kHz", not "MHz".) That will not help you read the 56kHz modulated signals.I also used a different IR receiver, an 38MHz PNA4602M from Panasonic.
Don't worry, I know what a 0.3 version generally means, and IrMaster is quite useful already. Thanks for putting it under the gpl.Barf wrote:Ooops, IrMaster left out the frequency. However, in the current development version, this bug is fixed, so the next release will be ok. Sorry for this.
Owkayyy. I am quite new to this whole IR thing, so I thought one of those IR receivers could more or less be swapped for another one. From your reply I read that there are at least two types of receivers. Nice. I got the wrong one.Barf wrote:Cool. The bad news is that AFAIK no-one has written a driver, LIRC or non LIRC, for such a non-demodulating IR detector(If I am wrong, please correct me.) I have it on my TODO-list, but there is sooo much in front of it on said list...
You are right. Brain has taken too many beatings these last couple of days.Barf wrote:(You mean "kHz", not "MHz".)
Sounds logical. It did give some signals though, and together with the erroneous Motorola docs this only added to my frustration.Barf wrote:That will not help you read the 56kHz modulated signals.
Thanx for the nice words.Leo Mekenkamp wrote: Don't worry, I know what a 0.3 version generally means, and IrMaster is quite useful already. Thanks for putting it under the gpl.
Not really wrong, just a different thingy, Well, probably not more than a few hundred lines, but.... I am not an expert either. Dealing with 56000 interrupts per seconds you do not do from Visual Basic or PHP ...From your reply I read that there are at least two types of receivers. Nice. I got the wrong one.
Is it a lot of work to write such a driver? I take it should probably be written in c? My c is a tad rusty...
There are demodulating receivers for 56 kHz too, e.g. TSOP34156.Sounds logical. It did give some signals though, and together with the erroneous Motorola docs this only added to my frustration.Barf wrote:That will not help you read the 56kHz modulated signals.