JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Bose iPod Dock Remote
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Protocol Decodes
View previous topic :: View next topic  
Author Message
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Mon Aug 20, 2007 10:53 am    Post subject: Bose iPod Dock Remote Reply with quote

Hi-
I have the Bose iPod Dock that you plug the iPod into and play it through the Bose speakers. The Bose dock comes with a credit card size remote which only has 6 functions. When I learn the codes on a Radio Shack 15-2104 remote and read it back on the learned keys in ir.exe it gives me the following:

key=protocol,efc

off key = Bose 163
V- = Bose 016
V+ = JVC1 012
|<< =Bose 210
>>| = JVC1 206
||> = JVC1 204

I can't find protocol "Bose" or "JVC1" in KM or RM.
Am I missing something obvious?
Thanks,
Chuck
Back to top
View user's profile Send private message
Capn Trips
Expert


Joined: 03 Oct 2003
Posts: 3990

                    
PostPosted: Mon Aug 20, 2007 11:33 am    Post subject: Reply with quote

Perhaps you have provided enough info for an expert to solve your problem, but in general, it's MOST useful if you upload your learned signal IR file to the diagnosis area and post a link to it here.
_________________
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21238
Location: Chicago, IL

                    
PostPosted: Mon Aug 20, 2007 11:38 am    Post subject: Reply with quote

I would need the IR file in order to diagnose this.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Mon Aug 20, 2007 1:12 pm    Post subject: Reply with quote

In case it helps the other experts: The IRP notation I'm using for Bose is:

{500,msb}<1,-1|1,-3>(2,-3,F:8,~F:8,1,-???)+

Clearly the "JVC1" decodes are garbage. Maybe the Bose decodes are correct, or maybe this is some new protocol we haven't seen before.

DecodeIR checks potential Bose decodes for the check byte value (~F in the IRP notation) but since Bose is structurally near identical to several other protocols, DecodeIR also applies a fairly tight screen to the lead-in to distinguish Bose from more common protocols G.ICable, Dish_network, Mitsubishi and JVC. Normally I avoid tight screens on lead-in because lead-in is the most likely part of a signal to be mislearned.

If the lead-in is bad, but the ~F is correct, we likely have Bose protocol. The ~F is correct at least three signals out of six, so if it is wrong for three signals, something very strange is happening.

I don't know of a Bose executor, but obviously it would be trivial to create one in PB. Bose is hard to decode, because of all the other nearly identical protocols. But it is simple to encode.

The screen on lead-in works primarily with total burst times (On plus following Off) rather than individual On or Off. It starts by computing a reference burst for the whole signal and using that as its unit for measuring the lead-in. It deduces which bursts are 0's and which are 1's before computing the reference, by finding the two clusters of values. Then the reference is computed as midway between the largest 0 and the smallest 1. So if the IRP time were exactly right (0 is two time 500 uS and 1 is four times 500 uS) then the reference would be 1500 uS.

The total lead-in must be at least equal to the reference, but not more than double the reference. The On portion must be less than the reference. The Off time must be at least 80% of the reference.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Mon Aug 20, 2007 7:46 pm    Post subject: Reply with quote

I have uploaded the ir decode as requested.
Bose-ipod.ir

Link:
http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4948

1. Device: Bose Ipod Dock
2. Type of device: Ipod player
3. Year: About 2005
4. JP1/UEI Remote model: jp1 Radio Shack 15-2104
5. Do you have a JP1 cable? Yes
6. Still have original remote? Yes
7. Checked the file section? Yes
8. Checked Pronto file section (at R/C)? No
9. Partially working setup code? No
10. Learning remote question? Yes


Hope I did all correctly...
-Chuck
Back to top
View user's profile Send private message
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Mon Aug 20, 2007 8:13 pm    Post subject: Reply with quote

As expected, it is Bose protocol and DecodeIR.dll is being too picky about something in rejecting "Bose" for three of the six samples.

Hopefully I'll find time later to debug DecodeIR and see what is really going on. Looking at the timing data displayed by IR.exe, I don't see the difference between the ones decoded as Bose and the ones not decoded as Bose. But none of that matters for the problem at hand. It is Bose protocol and one of experts can set that up for you, probably via PB, in either KM or RM.

Sorry I don't have time to do that myself tonight nor Tuesday morning. Maybe later if no one else has.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Mon Aug 20, 2007 8:20 pm    Post subject: Reply with quote

Very Happy
Much appreciated!
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21238
Location: Chicago, IL

                    
PostPosted: Mon Aug 20, 2007 8:43 pm    Post subject: Reply with quote

Give this a try...
http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4949
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Tue Aug 21, 2007 7:58 am    Post subject: Reply with quote

Thanks for the quick response Rob. I'm out of town on Tuesday but will try it on Wednesday night.
Back to top
View user's profile Send private message
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Thu Aug 23, 2007 2:26 pm    Post subject: Reply with quote

Confused
Sorry Guys, I'm having trouble with KM. I downloaded the most recent KM and find that something on my computer must be causing a problem. When I click on "load" to try Rob's new upgrade file nothing happens. This is true for "new" and all the buttons in that area. I can click on the drop down menus to change protocol and remote type just fine.
Don't know why nothing happens when I try to load an upgrade.
Confused...
-Chuck
Back to top
View user's profile Send private message
Mark Pierson
Expert


Joined: 03 Aug 2003
Posts: 3017
Location: Connecticut, USA

                    
PostPosted: Thu Aug 23, 2007 3:52 pm    Post subject: Reply with quote

chuckw4598 wrote:
Don't know why nothing happens when I try to load an upgrade.
You need to enable macros. If you don't get a prompt when you open KM, go to Tools, Macro, Security..., and select Medium in the Security Level dialog. Re-open KM and it should work.
_________________
Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Thu Aug 23, 2007 6:17 pm    Post subject: Reply with quote

Surprised
Thanks a lot Mark, that worked. I never had to do that before because it always asked me if I wanted to enable macros and I always said yes.
Something must have changed on my system without me doing it.
Again, thanks Mark.

-Rob, I tried the file you gave me in KM but unfortunately it did not work for any of the keys.
-Chuck
Back to top
View user's profile Send private message
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Fri Aug 24, 2007 2:27 pm    Post subject: Reply with quote

Very Happy
-Rob
Thanks much, it does indeed work just as you thought!
I had never had to "paste in a protocol" to ir.exe before. Once I did that all was great!

If I want to use this also on a URC-9910 remote would this be what I do?
1-Change the remote type in KM
2-Paste the upgrade into ir.exe
3-Paste the same protocol into ir.exe

Thanks again all for your timely and accurate responses as usual.
Back to top
View user's profile Send private message
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Fri Aug 24, 2007 3:02 pm    Post subject: Reply with quote

chuckw4598 wrote:

If I want to use this also on a URC-9910 remote would this be what I do?
1-Change the remote type in KM
2-Paste the upgrade into ir.exe
3-Paste the same protocol into ir.exe


Hopefully you know you also need to have a 9910 compatible image in IR before your step 2. Load the saved .ir file you use for 9910, or download from your 9910 or use the File/New command and select the 9910 (not extender) rdf.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chuckw4598



Joined: 29 Jun 2005
Posts: 37

                    
PostPosted: Fri Aug 24, 2007 3:12 pm    Post subject: Reply with quote

Yes, I would use the 9910 image before the paste. Should have said that.

Choose the rdf non-extender even if I am already using the extender?

Other than the 9910 image, are my other steps correct?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Protocol Decodes All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control