The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Hardware Development

Reply
 
LinkBack Thread Tools Display Modes
Old 04-17-2006, 04:49 PM   #511
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by Putput
I managed to get the sound enabled with the logical plugin!

Well, good guess. I wouldn't have believed it was the case. Now I wonder what the Connects2 emulates. Maybe just having the time changing (no matter to which value) is sufficient...
Note that with the full [Emulator + RRPlugin + RR + Winamp] combination, time changes too as it is taken from Winamp...
Quote:
Only problem was that after I switched the HU off and back on again the sound stayed off.

And what operation do you have to do to enable it again ?
Quote:
Now the only thing I need is time .... does anybody now where to find some ...

I've run out of mine, sorry

Vicne is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-17-2006, 05:51 PM   #512
mox
Constant Bitrate
 
mox's Avatar
 
Join Date: Nov 2004
Location: The Netherlands
Posts: 183
Quote: Originally Posted by Vicne
Now I wonder what the Connects2 emulates. Maybe just having the time changing (no matter to which value) is sufficient...

http://www.connects2.com/forum/b.asp?m=2758 suggests that the VRNX001 "Tuner List" interface is incompatible with Update List HUs.

EDIT: Apparently they have solved the compatibility issues, as the interface is now called "CTVRNX001" and it comes with both TL and UL support.
__________________
CarPC status: HW all done, SW needs tweaked.
Hardware: VIA MII-12K, 512MB, 60GB 2.5", CW-8123 DVD-CDRW, 7" Lilli ts, Opus 90W, BU-353 GPS, 802.11b PCI, USB bluetooth dongle, AverMedia AverTV Cardbus Plus, Morex Cubid 3677
Software: RR, MM/FD

Last edited by mox; 04-17-2006 at 05:58 PM.
mox is offline   Reply With Quote
Old 04-18-2006, 03:42 AM   #513
Newbie
 
Join Date: Apr 2006
Location: Paris
Posts: 4
Great Project, thanks, keep on the good job.

Anyone working on Rockbox (http://www.rockbox.org/) interface with HU ?


I planning on doing a pic based interface between HU and Archos Jukebox (could work with Ipod, IRiver ?).

The guys from rockbox explain how to do hardware modification on the Archos to add a serial port. The pic would convert HU remote order to rockbox protocol.
leola is offline   Reply With Quote
Old 04-18-2006, 03:04 PM   #514
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by leola
Anyone working on Rockbox (http://www.rockbox.org/) interface with HU ?

Not that I know of. Nice project btw...

Quote:
I planning on doing a pic based interface between HU and Archos Jukebox (could work with Ipod, IRiver ?).

The guys from rockbox explain how to do hardware modification on the Archos to add a serial port. The pic would convert HU remote order to rockbox protocol.

That's interesting indeed. You might even try to directly emulate the protocol from the Archos and just adapt levels... Well, I admit I'm not familiar with the programming of devices such as Archos...

Don't forget to take care of the sound issue. I know some models have a SPDIF output while some others don't. If you have to do both the hardware for the emulator and for Analog > SPDIF conversion, plus Archos modification, plus connectors, and such, it might end up more expensive than a Connects2.

Well, you'd just miss the fun of course
Vicne is offline   Reply With Quote
Old 04-18-2006, 03:07 PM   #515
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by mox
Apparently they have solved the compatibility issues, as the interface is now called "CTVRNX001" and it comes with both TL and UL support.

If anyone with an Update List can borrow a CTVRNX001, spying on it would be a huge plus obviously. Without that or an actual CDC, it'll be trial and error...
Vicne is offline   Reply With Quote
Old 04-25-2006, 07:56 AM   #516
Ale
Newbie
 
Join Date: Feb 2006
Location: Italy
Posts: 42
PIC emulator

Hi all,
here after working with some problem due to the baudrate (using internal osc at 8Mhz perhaps isn't enougth stable) when receiving command from HU, i solved choosing 50 instead of 51 for SPBRG register.
here is the latest release 1.3.
New functionality include interrupt rx, received command que (up to 16 cmd) management of all HU-cmd, and auto-increasing time in play frame.
Open problem:
- The volume action +- doesn't show in the display. i don't know if the SPDIF input is enabled, becouse till now i haven't a spdif source.
- I reached cc5x limit of 1kbyte of code. perhaps i will move to BOOSTC compiler, free up to 2Kbyte.

bye
Ale
Attached Files
File Type: zip TLPicEmu_V1.3.cc5x.zip (42.9 KB, 215 views)
Ale is offline   Reply With Quote
Old 04-25-2006, 02:26 PM   #517
Constant Bitrate
 
Putput's Avatar
 
Join Date: Sep 2005
Location: Belgium
Posts: 173
Quote:
Open problem:
- The volume action +- doesn't show in the display. i don't know if the SPDIF input is enabled, becouse till now i haven't a spdif source.

If the Tuner List HU reacts the same as my Update List unit I have to disappoint you, when volume up/down is not shown on the HU display when changing the volume, SPDIF is NOT enabled. Perhaps Vicne can confirm/deny this?
Putput is offline   Reply With Quote
Old 04-25-2006, 05:37 PM   #518
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by Putput
If the Tuner List HU reacts the same as my Update List unit I have to disappoint you, when volume up/down is not shown on the HU display when changing the volume, SPDIF is NOT enabled. Perhaps Vicne can confirm/deny this?

I don't have the definite answer, but my bet would be that no volume change means no spdif output indeed... Maybe you can do the following test :
1) Listen to the radio at volume 5 or 10
2) Switch to CDC Emulator
3) Press and hold "Volume -"
4) Switch back to tuner

If volume is still at 5 or 10 (which I guess it would be), it means the change hasn't been taken into account so most probably it means CDC was not actually to be heared...

BTW, maybe you have a SPDIF output to test : just look carefully at the back of your CD/DVD ROM drives : http://www.hardwaresecrets.com/article/82 (didn't test it this way myself though as I have both an Epia and a SB Live Platinium...)

Hope it helps...

Last edited by Vicne; 04-30-2006 at 05:41 AM.
Vicne is offline   Reply With Quote
Old 04-29-2006, 10:09 AM   #519
Newbie
 
Join Date: Mar 2006
Posts: 2
Can someone give me a shematic to connect a Tuner List radio to a mp3
player? Thanks
jorgenuno04 is offline   Reply With Quote
Old 04-29-2006, 01:52 PM   #520
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by jorgenuno04
Can someone give me a shematic to connect a Tuner List radio to a mp3 player? Thanks

In short... there isn't.
With our current knowledge, we could probably build one, but it would be roughly as expensive as the one made by connects2.com ...

For such a connection, 3 distinct functions would be needed :
1) Hardware interface for level adaptation of control wires
2) Software emulator to fake a CD Changer
3) Analog to Digital conversion of input sound

The current status is :
- for 1, we have a solution
- for 2, we have a solution with a PC and are working on a solution with a microcontroller
- for 3, we haven't worked on it yet.

So unfortunately, unless your mp3 player has a digital (SPDIF) output, we can't give you an out-of-the-box solution yet.

Last edited by Vicne; 04-29-2006 at 02:29 PM.
Vicne is offline   Reply With Quote
Old 05-11-2006, 06:25 PM   #521
Ale
Newbie
 
Join Date: Feb 2006
Location: Italy
Posts: 42
Pic emulator

here last release 1.4 with cc5x. Fixed pause & stop reply in cmd_list table. Not all HU cmd are decoded in this release due to compiler 1K limit.

I moved to boostC compiler. The final release for this one is 1.7 - Now all work fine.
The volume doesn't change if there isn't a spdif signal connected.
I have done my last test with a portable dvd player that has a spdif out.
If you use the PIC internal osc, pay attention to calibrate it with the OSCTUNE register becouse HU can't decode command with wrong baude rate. In the last version i calibrate the baude rate with an oscilloscope for 104uS x bit and choose osctune =6.
The next step is to control through the pic port, some cmos switch to interface the dvd button play,pause,next,prev.
Anybody there have a functioning prototype?
Bye
Ale
Attached Files
File Type: zip TLPicEmu_V1.4.cc5x.zip (43.2 KB, 162 views)
File Type: zip TLPicEmu_V1.7.BoostC.zip (80.6 KB, 147 views)
Ale is offline   Reply With Quote
Old 05-13-2006, 07:42 AM   #522
Newbie
 
Join Date: May 2006
Posts: 2
Question

Quote: Originally Posted by Vicne
For such a connection, 3 distinct functions would be needed :
...
3) Analog to Digital conversion of input sound

...

So unfortunately, unless your mp3 player has a digital (SPDIF) output, we can't give you an out-of-the-box solution yet.

I have a Renault Clio with built in radio. Modelnumber is 22DC278/62B. (picture)

I've found this page, googling the modelnumber:
http://www.javicas.8m.com/catalog.html

Now, looking at the pinout chart at the bottom, it seems the input for this model is analog (judging from the left and right inputs, digital would be left and right into one pin). Am I correct?

If so, it should be easy to connect any (normal) analog audio signal, providing the radio can be fooled into thinking a CD changer is connected, right?

Ultimately, i'd like to connect my PocketPC/Phone to the car radio and play MP3's over it, as well as using the radio as "car-kit".
SpikeDus is offline   Reply With Quote
Old 05-13-2006, 06:45 PM   #523
Variable Bitrate
 
Join Date: Apr 2005
Location: Belgium
Posts: 325
Quote: Originally Posted by SpikeDus
Now, looking at the pinout chart at the bottom, it seems the input for this model is analog (judging from the left and right inputs, digital would be left and right into one pin). Am I correct?

Well, indeed, it looks like it. The rule of thumb for renault is "cars made before 2000 have a analog HU - cars of 2000 and later have a digital HU".
Quote:
If so, it should be easy to connect any (normal) analog audio signal, providing the radio can be fooled into thinking a CD changer is connected, right?

In theory, yes. Although, the emulators we talk about here are specific to a certain version of the protocol, and we already observed different behaviours even between digital models (Tuner List vs Update List).
I have no idea if the control protocol has changed between your model and more recent ones, and I guess the only way to know will be to test... remembering the disclaimer in post #1 of course...

Please keep us informed of your tests and results.
Best regards,

Last edited by Vicne; 06-21-2006 at 04:43 PM.
Vicne is offline   Reply With Quote
Old 05-14-2006, 07:02 PM   #524
mox
Constant Bitrate
 
mox's Avatar
 
Join Date: Nov 2004
Location: The Netherlands
Posts: 183
Quote: Originally Posted by SpikeDus
I have a Renault Clio with built in radio. Modelnumber is 22DC278/62B. (picture)

Mine is a 22DC278/62H. I can't clearly tell from your picture, but if it has the words "Tuner List" on the front panel, it does not have an analog input.

Quote:
I've found this page, googling the modelnumber:
http://www.javicas.8m.com/catalog.html

Ah yes, I remember the URL. My understanding of the Spanish language is next to zero, but I am quite sure that the purpose of the RCA "hack" is to allow for an external power amplifier to be connected, e.g. to drive an extra subwoofer. In other words: the points marked are line outputs, not inputs.

Quote:
Now, looking at the pinout chart at the bottom, it seems the input for this model is analog (judging from the left and right inputs, digital would be left and right into one pin). Am I correct?

The guy's description of the blue 8-pin mini-ISO does not apply to the 22DC278, but it belongs to earlier HUs which did have analog inputs. The proper pinout of your (and mine) mini-ISO is shown here (pins C13..C20).

Quote:
Ultimately, i'd like to connect my PocketPC/Phone to the car radio and play MP3's over it, as well as using the radio as "car-kit".

www.connects2.com offers several ready-made interfaces you might want to look into.
__________________
CarPC status: HW all done, SW needs tweaked.
Hardware: VIA MII-12K, 512MB, 60GB 2.5", CW-8123 DVD-CDRW, 7" Lilli ts, Opus 90W, BU-353 GPS, 802.11b PCI, USB bluetooth dongle, AverMedia AverTV Cardbus Plus, Morex Cubid 3677
Software: RR, MM/FD

Last edited by mox; 05-14-2006 at 07:05 PM.
mox is offline   Reply With Quote
Old 05-15-2006, 03:20 PM   #525
Newbie
 
Join Date: May 2006
Posts: 6
Putput, Thanks for the attachment which shows how to attach an audio device to the AUX input of an Update List radio. (I want to attach the audio output of either my Tomtom 910 or my iPod, bot of which have a standard 3.5mm jack output), but I cannot find anyone who produces such a lead or who can even sell me the (green) mini ISO. Does anyone know where I can get hold of these and, when if I can only get the mini ISO separately, is it easy to connect to a lead? Thanks
busheyguy is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 05:08 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics