Search found 45 matches

by jsevinsk
Sun Oct 28, 2007 8:39 pm
Forum: JP1 - General Forum
Topic: IR repeater help
Replies: 20
Views: 26796

Anybody feel like building their own IR repeater?

http://diyirrepeater.blogspot.com/
by jsevinsk
Mon Apr 02, 2007 1:53 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

I moved the start of the Adv Codes to $500 and put a bunch of upgrades (the same with different setup codes) into the upgrade area. The one just before the boundary, the one that crossed the boundary and the one that was above the boundary worked fine in the 9960B01 extender.

haven't tested fully ...
by jsevinsk
Mon Mar 26, 2007 4:26 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

I would like to find a way to specify the four key codes and the total inputs in one place if possible. I've never written any kind of protocol, nor have I looked at anything you've done thus far...

However, couldn't this be done as fixed data in a dummy upgrade? By that I mean specifying the ...
by jsevinsk
Tue Mar 20, 2007 9:45 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

I won't venture an opinion about how you implement it, but I'm very interested in this functionality. I'll certainly be helping you test it. Right now, I'm using a cascading series of double key macros to automate changing inputs. One thing that I've discovered with my TV is that I have to put a ...
by jsevinsk
Tue Mar 20, 2007 5:32 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

Mark Pierson wrote:However, couldn't this be done as fixed data in a dummy upgrade?
Hmm, let me think about that one. Thanks for the idea.
by jsevinsk
Tue Mar 20, 2007 5:30 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

I won't venture an opinion about how you implement it, but I'm very interested in this functionality. I'll certainly be helping you test it. Right now, I'm using a cascading series of double key macros to automate changing inputs. One thing that I've discovered with my TV is that I have to put a ...
by jsevinsk
Tue Mar 20, 2007 2:23 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

So, I would like opinions about a better way to implement a feature that I added, which is the one that supports TVs with no discrete input commands. The new protocol takes as parameters the input number you want to select, the total number of inputs, and the key codes for the menu, up, down, and ...
by jsevinsk
Tue Mar 20, 2007 7:47 am
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

ElizabethD wrote:Don't know if this will be helpful to you, but IR can tell you. If you change a byte on the Protocols or Devices sheet in IR you'll see it in raw data.
Ah yes, I see that now. I guess it's a trial-and-error job to figure out the last thing in the upgrade area, huh?
by jsevinsk
Mon Mar 19, 2007 9:02 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

So, in what order does IR pack the devices and protocols in the upgrade area?
by jsevinsk
Sun Mar 18, 2007 4:45 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

Oh well, that stinks. I guess I could fill up the upgrade area and see if the last one I added works.

I'm new at this, can you tell?
by jsevinsk
Sun Mar 18, 2007 3:12 pm
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

unclemiltie wrote:can you humm me a few bars of how you made the upgrade area longer?
I just changed these lines:

Code: Select all

Asm file:
NewKeyMoveArea = 500	;1;

IR file:
AdvCodeAddr=$500..$781
UpgradeAddr=$100..$4FF
You mean it's not just that easy?

John
by jsevinsk
Sun Mar 18, 2007 8:07 am
Forum: JP1 - Extenders
Topic: 6131 extender version 2 beta -- want to test new features?
Replies: 44
Views: 49971

6131 extender version 2 beta -- want to test new features?

I added a few enhancements to the 6131 extender, which include:

* Upgrade area is 256 bytes larger

* Temporary device stack: X_DVD, X_PVR, etc temporary device keys push the previous temporary device on a stack. New X_Pop command pops the last device off of the stack and makes it the current ...
by jsevinsk
Mon Mar 12, 2007 2:39 pm
Forum: JP1 - General Forum
Topic: ToadTog Users Opinions Please
Replies: 9
Views: 10389

I have another feature that I've been working on (that I mentioned in another thread) that is a state controller, but it's closely tied to device selection. You define DSMs for three phantom keys for each device you have. The first key, called the Activate key, will have all the commands to activate ...
by jsevinsk
Mon Mar 12, 2007 1:40 pm
Forum: JP1 - General Forum
Topic: ToadTog Users Opinions Please
Replies: 9
Views: 10389

Hmm, I really wanted to know how desirable something like this would be, but I think jsevinsk beat me to it. I guess I can wait and see how his is received.

Here's the idea for mine: (It's the header of the function in the extender I'm working on ...
by jsevinsk
Sun Mar 11, 2007 5:14 pm
Forum: JP1 - General Forum
Topic: RemoteMaster and asterisks
Replies: 2
Views: 3631

RemoteMaster and asterisks

The ReadMe file for RemoteMaster says that it displays asterisks next to the buttons that are not in the kemap for the current device type. How does it know which are in the keymap and which aren't?