summaryrefslogtreecommitdiff
path: root/manual/plugins/alpinecdc.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-03-28 12:18:51 +0000
committerNils Wallménius <nils@rockbox.org>2006-03-28 12:18:51 +0000
commitab5b1796147b9d4e2513fd9e514891392e4308c3 (patch)
tree0eb84facf28d2af5a62809e79cc457214b8e761b /manual/plugins/alpinecdc.tex
parent195cbca4bc18d4cf280b3ae3053c04e02379a8af (diff)
downloadrockbox-ab5b1796147b9d4e2513fd9e514891392e4308c3.tar.gz
rockbox-ab5b1796147b9d4e2513fd9e514891392e4308c3.zip
*** empty log message ***
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9308 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/alpinecdc.tex')
-rwxr-xr-xmanual/plugins/alpinecdc.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/manual/plugins/alpinecdc.tex b/manual/plugins/alpinecdc.tex
new file mode 100755
index 0000000000..f24ee80452
--- /dev/null
+++ b/manual/plugins/alpinecdc.tex
@@ -0,0 +1,39 @@
1\subsection{Alpine CD changer emulator}
2This plugin emulates an Alpine CD changer. It allows to plug the Archos to a
3compatible head unit and control the playback from there, too. Currently
4implemented is track change, shuffle, seek, but no disk change. The plugin is a
5TSR, meaning it silently operates in the background once started. It will keep
6doing so until a new plugin is started.
7Alpine also did M-Bus as OEM for other brands (Honda, Acura, Volvo, BMW, etc.)
8Nowadays Alpine uses a different protocol, called Ai-Net, not supported by this
9plugin. (As well as all other protocols, please do not ask for such!)
10
11\subsubsection{The cable}
12Hookup to Archos works by connecting the headphone output including the remote
13pin (you need a 4-ring 3.5 mm plug for that) to the changer jack of the radio.
14M-Bus radios have a DIN-style circular jack with 8 pins (7 in a $\sim$ 270 degree
15circle, one in the center). A standard 5-pin DIN plug is OK for this, since we
16don't use the other (power) pins.
17
18As OEM, they shuffled the pins around a bit, better check first if it's not
19genuine Alpine. The bus pin is pulled high to 12 volts with a $\sim$ 2kOhm resistor,
20pulses driven low. Because it's open collector, this is not harmful to the
21Archos.\\
22ASCII art of the 4-pin headphone plug:
23\begin{verbatim}
24/ \
25\_/ left -> Alpine pin 5
26|_| right -> Alpine pin 4
27|_| remote -> Alpine pin 1
28|_| ground -> Alpine pin 2 + 3
29\end{verbatim}
30
31The remote pin can be programmed bidirectional, that's the reason this works.
32Very luckily the M-Bus uses a single wire communication and the two radios I
33tried are happy with the 3.3 Volt level the Arcos can deliver. So the
34connection is a simple cable! For all protocols requiring more lines, an
35external controller would be necessary.
36
37\textbf{Note:} Archos FMs don't have the remote pin internally connected, but
38one unit that was opened was internally prepared for it, a matter of closing a
39bridge.