Anybody feel like building their own IR repeater?
http://diyirrepeater.blogspot.com/
Search found 45 matches
- Sun Oct 28, 2007 8:39 pm
- Forum: JP1 - General Forum
- Topic: IR repeater help
- Replies: 20
- Views: 26796
- 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 ...
haven't tested fully ...
- 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
- 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 ...
- 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
- 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 ...
- 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 ...
- 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
- 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
- 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
- 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
I just changed these lines:unclemiltie wrote:can you humm me a few bars of how you made the upgrade area longer?
Code: Select all
Asm file:
NewKeyMoveArea = 500 ;1;
IR file:
AdvCodeAddr=$500..$781
UpgradeAddr=$100..$4FFJohn
- 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 ...
* 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 ...
- 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 ...
- Mon Mar 12, 2007 1:40 pm
- Forum: JP1 - General Forum
- Topic: ToadTog Users Opinions Please
- Replies: 9
- Views: 10389
- 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?