Hi, I have a Philips Radiosat 6010
I was looking for a way to install an AUX port so I put the radio to pieces.
The switching between sources is managed by a TDA7342
datasheet dowloadable there :
http://www.datasheetcatalog.org/data...onics/4059.pdf
I don't know if you have look at the datasheet but to summarize;
there are 4 inputs :
- Mono IN (pin 8) -> AM radio input No -> pin unallocated
- IN1 : FM radio input + AM radio
-> (pin 7) IN R1 : FM radio right
-> (pin 13) IN L1 : FM radio left
- IN2 : tape input
-> (pin 6) IN R2 : tape right
-> (pin 12) IN L2 : tape left
- IN3 : CD input
-> (pin 5) IN R3 : CD right
-> (pin 11) IN L3 : CD left
-> (pin 10) CD GND : CD ground
The selection of the input is done by the I2C bus
-> pin 28 (SCL) -> clock line
-> pin 27 (SDA) -> data line
-> pin 26 (DIG GND) -> ground for communication bus
I also tracked the D2B signal pin of the CD connector -> it seem that it goes (almost) directlly to the TA7342 (I mean it just go trough some capacitor or resistor), all D2B signal pin from FM/tape/CD are parallel mount on the same bus (call i2C bus) NO -> D2B signal from the CD connector goes to M6307 (a D2B / I2C translater) and become a I2C signal.
On pages 7 there is an explanation of the I2C bus interface (for the signal format)
Pages 8 to 12 explain the protocol specification : message to transmit for function selection (input selection, volume control ,...) -> it seems that you can control all the car radio by this protocol
The interface protocol comprises:
- A start condition -> no real explanation on this (part of the I2C communication control)
- A chip address byte,(the LSB bit determines read/write transmission) -> the diagram show 1000100W (W-> 0 to write and 1 to read)
- A subaddress byte -> for input selector it's "11100000"
- A sequence of data (N-bytes + acknowledge) -> for IN 3 (CD) with +11.25dB input gain that give "00100000" (or 0x20 in hexadecimal)
- A stop condition -> no real explanation on this (part of the I2C communication control)
I hope that can help you a little
in fact I use a different approach -> I use the internal I2C communication bus to select the CD source intead of the D2B communication bus



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks