From: Jørgen N. <jo...@me...> - 2008-10-28 19:07:22
|
I found a protocol builder JP1 file. >From that I learned that the pulse and space length for header, zero, and one was different from what mode2 gave me. I finally got some hex codes for buttons by playing with different configurations in the "begin remote section" Right now I am testing the conf file. I get response from the STB now while sending single commands. Some times when sending two digits from a script, the box will only react once. There is a green led on the front, that turn red when accepting the code. I am using this shell script: #!/bin/sh for digit in $(echo $1 | sed -e 's/./& /g'); do irsend SEND_ONCE VIP1510 $digit sleep 0.4 done Should I try a different sleep time? Thanks Joergen Jørgen Nørgaard wrote: > > Hello, I am new to this mailing list. > > Does anybody know the protocol of the remote (56 kHz) for the Motorola VIP > 1510 STB. > > I have uploaded af zip archive (VIP1510.zip) containing > VIP1510_xmode2.png, VIP1510_mode2.txt, and VIP1510_Keycodes.txt > > I am on Fedora 9, and have a mceusb2 ir receiver (remote model 1039). > > Irrecord records as a RC6, but can not find the toggle bit. > As you can see in the VIP1510_xmode2.png, the code changes on button > release. > > The VIP1510_Keycodes.txt is the information on button codes, that my IPTV > provider gave me. > They do not know the protocol of the remote??!!! > > I have been able to record raw codes, but they do not always change > channel on the STB. > I have been googling for this remote. Nobody have been able to record > anything but raw codes for lirc. > The only files I have found is some JP1 upgrade files: They do not > indicate any protocol, but use manual settings, which I do not understand. > > Joergen > > > http://www.nabble.com/file/p19980431/VIP1510.zip VIP1510.zip > > > -- View this message in context: http://www.nabble.com/Motorola-VIP-1510-configuration-tp19980431p20213871.html Sent from the LIRC mailing list archive at Nabble.com. |