Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Renault Radiosat 6010 / Philips D2B cd changer emulator

  1. #21
    Newbie
    Join Date
    Mar 2010
    Posts
    4

    A solution for handyman

    I was able to force the CD in of my radio with a different method :

    I used a USB to I2C interface : http://www.robot-electronics.co.uk/htm/usb_i2c_tech.htm

    - I opened my radiosat and soldered wires (I used telephonic wires cause it was the only small enought wire I had at this time) on the I2C bus by using the test point -> you need a very small tip on your soldering iron. You have 3 wires : SDA, SCL, Ground

    - Those wires goes to the « USB to I2C » interface.

    - I've done a small program in C that tell constantly to the TDA7342 to use the IN3 input (cause when the main processessor make a change, it won't tell to the I2C interface)

    - The Audio left / right / ground are plugged on the CD connector at the back of the head unit.



    And that's works ! (but it's not really user friendly)


    There are many drawbacks :

    - You need a computer.

    - When the USB to I2C interface is not powered by the computer, the autoradio don't work (due to limitation of the I2C protocol -> I can give the details if someone is interested). You can solve it by putting a switch or a relay (powered from the USB 5V) between the interface and the I2C wires.

    - When you change the volume / loudness / bass control / … there is a 1 to 2 secondes periode where the IN3 is lost and you hear back to the radio or tape unit. -> It's normal the head unit take the exclusive control of the input selector before the interface can take it back,

    - Sometimes when you increase or decrease the volume, it go to max (quite surprising), -> I think messages from head unit and interface colide and produce this weird setting.

    - The computer can't enter sleep mode while my program run (and if it try, you gonna struck your computer with the « going to sleep » screen). ->It's because my program don't take care of « go to sleep » message (I have to rewrite the code to handle it )

    - If the head unit is on FM band when you force the IN3 input, the RDS / trafic advice / FM mode /… can produce « Bip » or small cut. -> the solution is to put the head unit on AM band.

    - You can't use directly a sector powered device with the IN3 -> you need to use a galvanic isolator or an optic isolator on the I2C lines and on the audio lines (or you gonna crash the interface and heard a big blast from speakers)



    I have not release it because my method is not user friendly; you have to put your radio to piece, weld wire, you need a computer, my software is unstable and not finished.


    But if someone want's informations I can provide the C souce, the executable for windows (still in alpha but can work), and maybe pics (if can find them)


    NB : It' been a while since my last english post -> sorry for mistakes

  2. #22
    Newbie
    Join Date
    Feb 2012
    Posts
    1
    What happened to the project. Does development D2B-Interface?

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Question about Renault megane cd changer
    By casper2002 in forum Newbie
    Replies: 6
    Last Post: 01-25-2010, 08:29 AM
  2. VW Golf Stock head unit to PDA via CD Changer Port??
    By TheMiddle in forum General Hardware Discussion
    Replies: 3
    Last Post: 07-17-2009, 02:50 PM
  3. Stock Cd Changer To Pioneer
    By TurboSRT in forum General Hardware Discussion
    Replies: 1
    Last Post: 08-07-2006, 10:27 AM
  4. Dodge CD player - CD changer aux input?
    By pigseye in forum General MP3Car Discussion
    Replies: 0
    Last Post: 01-10-2002, 10:51 PM
  5. Tricking the head unit into thinking the mp3car is a cd changer
    By SeenaStyle in forum General Hardware Discussion
    Replies: 1
    Last Post: 05-02-2000, 12:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •