Sony Unilink
My Atmel AVR based Unilink interface
Something about my own development for an Sony Unilink interface.
Hardware:
-controller Atmel ATmega8 at 7,3728MHz (up to 16MHz)
-some external components for signal converting
Simon Wood’s GNUnilink interface
Many thanks to Simon Wood for his great support!
Some informations about the Unilink dongle.
Hardware:
- PIC16F628 at 10MHz
- RS232 input/output
Schematic: HERE
What the dongle can do:
- emulate an CD or MD changer on a Sony radio with changer support
- set and display disc number (CD/MD: 0-14)
- set and displaytrack number (CD: 0-99, MD: 0-255)
- set and display track time
- set and display disc name in CD and MD mode (8 or 16 characters)
- set and display track name in MD mode (8 or 16 characters)
RS232 output on the following radio functions:
- CD/MD changer select/deselect
- Next/Previous disk and/or track
- Direct disk
- Shuffle, intro, repeat
Recommended Links:
homepage by Simon Wood, developer of GNUnilink
the most up-to-date GNUnilink page. Find new sourcecodes and improvements for Simons interface here.
This project is not endorsed by Sony.
Sony and Unilink are registered trademarks of Sony Corporation.






ve an MD Changer. All works fine but now ive buy an new XAV Headunit from Sony.
But now it detect my CD Chander devices but my MiniDisck Changer…. no chance…
Have you an Idea how i can mod that MD-Chaner that the Headunit will detect it as CD…..
LG from Germany
You can not modify the MD to get detected as CD. This works only through manipulation of the data frames send to and from the MD. A microcontroller is required in the middle to perform such manipulation.
Propably you will loose functionality then since CD changers usually have less features than MD.
Anyway isn’t a good at all.
I purchased a commercially available adaptor that is very similar to your one (it lacks serial interface). You may be interested in its teardown: http://www.penguin.cz/~utx/hardware/Unilink_AUX_Enabler/
Hi Michael,
have been looking around the web at sony Unilink interfaces and came across your’s which seems to be the best and very indepth so thought I would have a go at building it. Also noticed you have interfaced it with the Yampp, very impressive, so I may have a go at that as well later.
A question if I may regarding your interface, a friend has kindly produced a pcb for me but looking at your circuit I’m a little unsure of the value of R4? It states the value as Rx on the PDF I have downloaded, so not sure what it should be and was wondering if you could tell me the value please?
Many thanks
Den.
PS is there a user manual for the Yampp 3USB that you know about? I have tried to log onto the forum but without success, I do realise that these are old projects and maybe not supported anymore? Any help would be gratefully received.
Thanks
R4 is good with 10KOhm maybe even higher. If the relay circuit doesn’t work properly you may experiment a bit.
There is no manual for the Yampp3 USB all informations are in the forum.
And you are right, the projects are old and it seems nobody is in development anymore.
What help do you need?
Hi Michael,
thank you for your quick reply and also for your offer of help.
R4 was the main issue at the moment so I could try and get your interface built.
Regarding the Yampp3usb, I was thinking of integrating it into an old car stereo single DIN unit, so was wondering how difficult it would be to change the display to a 2×16, 2×20 or even slightly longer if I could find one? Unfortunatly I,m an electronics test engineer and not a programmer,so I have very little experience with programming micro controllers so this may be a problem for me? Can the Yampp3 be easily configured for different displays?
Also, are you still using your Yammp and did you find any long term issues with it?
Many thanks again,
Den
No big deal. The original displays used with the Yampp3 were 2×16 or 2×20. All you need is to flash the controller with the right firmware.
I can compile one for you if needed. It’s just a change in config file.
Ok thanks Michael, I will see how I get on with your interface first and let you know if I need any help.
Many thanks again,
Den.
Hi Michael,
well I finally managed to get the unilink built and have programmed the AVR using AVRDude and an ISP.
Unfortunately I can’t get it to work, the crystal isn’t running so I’m wondering if I have to burn the fuses in any particular way?
I would be very grateful for any help.
Many thanks
Dennis
Fuses bytes for ATmega8
HIGH 0xFF
LOW 0x2E
* Brown out level 4.0V
* Brown out reset enabled
* External Crystal/Resonator high frequency, start up 1k cycles + 0ms
Hi Michael,
success, my HU is seeing the unilink adapter.
The only problem I’m having is send info to the display from Hyperterminal… not sure how to do it.
I’ve tried sending txt docs with the info in but nothing. It receives info ok from the HU in the form of your ascii letters.
Any ideas?
Many thanks
Den
ps again sorry if this is a bit simple but I’m not a software guy as mentioned before.
See the readme.txt file which comes with the firmware zip file. The serial commands are described there.
Hi Michael,
Thanks, have read the Readme.txt, had a little success, managed to change the Track No. on the HU display but that was it!
To me it seems like a timing issue? As the HU talks to Hyperterminal ok, I’m wondering if I have a setting wrong in Hyperterminal? I’m using a baud of 115200, any ideas about the ascii setup ie, Line Delay or Character Delay or anything else?
Many thanks
Den
Forget Hyperterminal, it’s crap.
Try Bray’s Terminal https://sites.google.com/site/terminalbpp/
Much better and easier to use.
I’m trying to connect my sony head unit to my cars remote and screen.
I have a renault laguna from 2001, the remote is a simple resistor switching device and the screen uses i2c.
I want to connect an arduino barebone board.
What signals do i need to send to the head unit for the remote to function?
What signals do i receive from my head unit which i could send to my cars standard display?
On Which lines i can allready see in your drawings, but the software is the problem now.
thank you for your help, if I get it working you will receive the neccesary files for others with the same problem.
greetings from holland