Seiki BluRay Disc Player (BD660)-Protocol in RemoteMaster

Need help adding new codes to your Slingbox, this is the place to ask. You're welcome to ask general Slingbox questions here, but be aware that most of us are not Slingbox experts.

Moderator: Moderators

Slingboxfan
Posts: 21
Joined: Sun Jul 01, 2012 5:25 pm

Seiki BluRay Disc Player (BD660)-Protocol in RemoteMaster

Post by Slingboxfan »

Hi

I am waiting for my IR Widget to arrive such that I may capture/decode the IR of my Seiki BluRay Disc Player (model BD660)'s remote.

Meantime, I am curious to know if the IR Widget's DecodeIR.dll would recognise and list the protocol ID for Seiki BluRay Disc Player (model BD660)'s remote once I have completed the capturing and decoding. The version of DecodeIR.dll I have just downloaded has a modifed date as March 18, 2012.

Appreciate input from anyone who has information on this...

Thanks alot
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Even if decodeIR can't recognize a signal, we can usually get the slingbox to send it anyway. It is just a lot easier if you are working with a recognized protocol. Then you don't have to have special assistance from someone with assembly programming skills.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Slingboxfan
Posts: 21
Joined: Sun Jul 01, 2012 5:25 pm

Seiki BluRay Disc Player (BD660)-Protocol in RemoteMaster

Post by Slingboxfan »

vickyg2003 wrote:Even if decodeIR can't recognize a signal, we can usually get the slingbox to send it anyway. It is just a lot easier if you are working with a recognized protocol. Then you don't have to have special assistance from someone with assembly programming skills.
How do you mean by "Even if decodeIR can't recognize a signal, we can usually get the slingbox to send it anyway", could you please elaborate more? I did not quite follow... thanks...
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Sure, I can talk about this all day. :lol: An IR signal is a timed pattern of light. IRScope will capture the pattern. If its a standard prototocol, decodeIR will come back with a bunch of numbers that you can plug into Remote Master, to make an upgrade.

If its not regognized, you'll post your ICT files in the diagnosis area, and post a link to it in this Protocol Decodes Section. Then anyone who is interested will download it and get to work. The first thing we need to do is analyze the set of learns, and reduce the light pattern into numbers. Sometimes they are really easy, and even I can do them, but if they are complicated its usually Rob that does the decodes, although 3FG recently broke one for us that we wrestled with for ages. We're always looking for people that have the decoding skill.

Once we have the timing characteristics, and the numerical representation, we write a little assembly language protocol executor that will take the numbers as parameters and send out the signal. Then we give you an RDMU file with the numbers and executor and you create a BIN file for your slingbox. Most stuff that comes our way gets out in a day or two, but sometimes it can be more complicated.

Its more fun than sudoku!
Slingboxfan
Posts: 21
Joined: Sun Jul 01, 2012 5:25 pm

Post by Slingboxfan »

vickyg2003 wrote:Sure, I can talk about this all day. :lol: An IR signal is a timed pattern of light. IRScope will capture the pattern. If its a standard prototocol, decodeIR will come back with a bunch of numbers that you can plug into Remote Master, to make an upgrade.

If its not regognized, you'll post your ICT files in the diagnosis area, and post a link to it in this Protocol Decodes Section. Then anyone who is interested will download it and get to work. The first thing we need to do is analyze the set of learns, and reduce the light pattern into numbers. Sometimes they are really easy, and even I can do them, but if they are complicated its usually Rob that does the decodes, although 3FG recently broke one for us that we wrestled with for ages. We're always looking for people that have the decoding skill.

Once we have the timing characteristics, and the numerical representation, we write a little assembly language protocol executor that will take the numbers as parameters and send out the signal. Then we give you an RDMU file with the numbers and executor and you create a BIN file for your slingbox. Most stuff that comes our way gets out in a day or two, but sometimes it can be more complicated.

Its more fun than sudoku!
Thanks alot for the elaboration...I will keep you as my reference :) in case I need your kind assistance in the future... cheers
alanrichey
Expert
Posts: 3533
Joined: Mon Mar 24, 2008 7:14 am
Location: UK/USA

Post by alanrichey »

Here's a try

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

And I have included the RMDU file so if ti works you can tweak it.

Al
Slingboxfan
Posts: 21
Joined: Sun Jul 01, 2012 5:25 pm

Post by Slingboxfan »

Hey Al

Thank you so so much. This is really awesome. I tested the BIN file for Seiki Blueray DVD player (model BD660) - it all works including the menu, play, stop, pause, fast-forward/rewind, next/previous chapter buttons... All perfect.

You are great!!! You guys are so helpful here... I just love you so much!!! :)
Slingboxfan
Posts: 21
Joined: Sun Jul 01, 2012 5:25 pm

Post by Slingboxfan »

Hi Al

I just read your readme file, and I would like to add that - the power on/off button works as well.

Again - thanks alot for your help on this...really really appreciate it...

You're cool and awesome!!

Cheers
yjk5561
Posts: 9
Joined: Sat Sep 22, 2012 8:44 pm

Seiki Blu-Ray Disc Player SR4KP1

Post by yjk5561 »

The RMDU file for Seiki BluRay Disc Player works fine for my old BD660 model but not at all for the newer SR4KP1 model. I changed the device code from 80 to 0 (used in another model Seiki SR212S) but still no luck. Does anyone know the device code for Seiki SR4KP1? Is there any other change besides the device code? Thanks very much.
alanrichey
Expert
Posts: 3533
Joined: Mon Mar 24, 2008 7:14 am
Location: UK/USA

Post by alanrichey »

Everything :D I fact the only common factor is that they both use the NEC1 protocol (and the numbers and the Rewind button use the same codes)

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

Any good ?
yjk5561
Posts: 9
Joined: Sat Sep 22, 2012 8:44 pm

Post by yjk5561 »

Thanks for the quick response. Most buttons work except the Power on/standby and ENTER/select buttons. The Hex D5 appears to be for the BookMark button instead of Power on/standby. The Hex AD appears to be for the Right_arrow button instead of ENTER/select. I found out that the Hex 6D is for ENTER/select. I will try some unused Hex codes to see if I can find the missing Power button code.
alanrichey
Expert
Posts: 3533
Joined: Mon Mar 24, 2008 7:14 am
Location: UK/USA

Post by alanrichey »

Did you find the codes ? Be nice to issue a fully working remote.
yjk5561
Posts: 9
Joined: Sat Sep 22, 2012 8:44 pm

Post by yjk5561 »

Yes, the Hex FD is for the missing Power button.
alanrichey
Expert
Posts: 3533
Joined: Mon Mar 24, 2008 7:14 am
Location: UK/USA

Post by alanrichey »

Can you post the final RMDU file then ?
yjk5561
Posts: 9
Joined: Sat Sep 22, 2012 8:44 pm

Post by yjk5561 »

Post Reply