Need URC-8910 WAV file for Pioneer Service Remote

General JP1 chit-chat. Developing special protocols, decoding IR signals, etc. Also a place to discuss Tips, Tricks, and How-To's.

Moderator: Moderators

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

Post by 3FG »

I've modified the WAV file that I posted earlier to include the chap function. To make room for that while avoiding the use of a keymove, the Num 10 function was removed. chap is on the Enter key.

Revised GGF1381 file
Big C
Posts: 20
Joined: Thu Oct 13, 2005 2:44 pm

Post by Big C »

I just wanted to let you know I got the file and to thank you for your time.
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

IR hack code only

Post by |Alex| »

Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Re: IR hack code only

Post by The Robman »

|Alex| wrote:Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.
I don't know that anyone here knows how to do that. The WAV files that we generate are specifically designed to program a JP1 remote.

Have you seen any instructions anywhere that detail how to use the audio output to drive an IR emitter?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

Re: IR hack code only

Post by |Alex| »

The Robman wrote:
|Alex| wrote:Hi, Is there someone who would upload only the IR hack code in wav file?
Not for programming a remote control, but to send the signal directly to my player connecting a IR emitter to an audio output.
I cant find this signal anywhere.
I would be immensely thankful.
I don't know that anyone here knows how to do that. The WAV files that we generate are specifically designed to program a JP1 remote.

Have you seen any instructions anywhere that detail how to use the audio output to drive an IR emitter?
Yes, I did it with my LG TV to access the service menu. It's really simple, I just connected the infrared emitter to the headphone output of my amplifier and played the wav file I found somewhere.
However I dont know how the wav file was generated.
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Re: IR hack code only

Post by The Robman »

|Alex| wrote:However I dont know how the wav file was generated.
And that's what I was asking about. If you can go to where you found the WAV file, maybe you can find some information regarding how it was generated. If you share that information with us, we might just be able to do something with it.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Is this the page where you found the WAV file:
http://www.lg-hack.info/cgi-bin/sn_foru ... 7&tid=3175

Here's a direct link to the file:
http://openlgtv.org.ru/wiki/images/8/8d ... nu-All.zip

And a Wiki page for the TV hack itself:
http://openlgtv.org.ru/wiki/index.php/IR_Hack
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

Post by |Alex| »

The Robman wrote:Is this the page where you found the WAV file:
http://www.lg-hack.info/cgi-bin/sn_foru ... 7&tid=3175

Here's a direct link to the file:
http://openlgtv.org.ru/wiki/images/8/8d ... nu-All.zip

And a Wiki page for the TV hack itself:
http://openlgtv.org.ru/wiki/index.php/IR_Hack
Yes, I probably got it from that link. The problem is that file is widely spread so I have no idea how to contact the person who generated that file.
I even have the hex code for Pronto and OmniRemote but I dont have any of these.
Well, thanks for your help. I'll keep looking for a way to do what I need.
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

The file appears to have been created by some Russians back in 2009, at least that's what I get from the readme.txt file, so even if you could contact the originator, you'd have to speak Russian.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

Post by |Alex| »

I found this program that generates wav files from Pronto codes, I just had to adapt the values. It worked in my 2nd try. Thanks for your assistance.

http://rtfms.com/episode-4-turn-your-ip ... htm#source
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

|Alex| wrote:I found this program that generates wav files from Pronto codes, I just had to adapt the values. It worked in my 2nd try. Thanks for your assistance.

http://rtfms.com/episode-4-turn-your-ip ... htm#source
I only see the source code there, how do you run it, is there an executable?

If you've created a WAV file for the Pioneer Service Remote, could you load it into our file section (and post a link here) so others can use it if they need it?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

Post by |Alex| »

The Robman wrote: I only see the source code there, how do you run it, is there an executable?

If you've created a WAV file for the Pioneer Service Remote, could you load it into our file section (and post a link here) so others can use it if they need it?
It's Python language. I got it from here:
http://www.python.org/getit/
And library from here:
http://sourceforge.net/projects/numpy/f ... mPy/1.6.1/

Sure, I'll upload it. I needed a host for my file. May I post the link in other forums also?
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Sure thing, no problem.

I will try downloading python to see if I can run the program, any tips in advance or a "step by step"?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
|Alex|
Posts: 17
Joined: Tue May 08, 2012 3:40 am

Post by |Alex| »

These are the ones I used:
http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
http://sourceforge.net/projects/numpy/f ... e/download

I think that program is able to process only the codes he used. Replacing those ones with mine didnt work. I had to understand Pronto format to adapt my code to be similar with those ones in the program. It was more of a trial and error.
If anyone needs to convert Pronto code to wav to use a IR emitter just send it to me and I might try it.
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

I am very familiar with Pronto codes, what did you need to do to make it work with your Pronto code sample?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Post Reply