Personally I'm more excited about getting access to the serial ports than the TV and audio outs. Pandora driven robot army here I come...
Me too. Getting the Pandora and the Arduino to talk. Ooow! Goosebumps.
Same here! But If I understood correctly, the UART's on the ext-connector operate on 1.8 volts. Arduino and other microcontrollers are typically 3.3 or 5 volts.
Questions: How do we handle that? Like the TXB0104 level converter seems to be doing in the
AV_Board_schematic.pdf (found
here) but on the TX and RX lines? Is that enough to not damage our beloved hardware? Do we need a maxim-RS232-thingy like the max3381 used in Michael's design if we hook it up directly to a microcontroller, or can we just skip that?
BTW, I think the easiest way to 'serially' talk to microcontrollers from any device with a USB-port is this
FTDI-cable. Works right out of the box on the Pandora.