RFID Jukebox
About Physical Music Interactions

Cards with symbols act as the physical interface to an iPod Jukebox. The relatively 'closed' platform of the iPod can suddenly become open using an iPodEXT Breakout connector from SeeedStudio in China. It allows access to all 30 pins of an iPhone or iPod.

There 30 pins total on the standard iPod connection. Here are the important ones for basic manipulation of music:

  • 1, 11, 15 - Ground
  • 3 - Right audio out
  • 4 - Left audio out
  • 5 - Right audio in
  • 6 - Left audio in
  • 12 - Tx (transmit over serial)
  • 13 - Rx (read over serial)
  • 18 - 3.3V Power
  • 23 - 5V Power
  • V = iR is basic Ohm’s law. Arduino provides 5V from the USB, standard. Arduino outputs at 0.5 amps. iPod charges at 5V, maximum 1 amp so no resistors are needed.

    Hooking up all grounds and 5V from the arduino, the iPod is charging. Tx on iPod (pin 12) to Rx on Arduino (digital pin 0), and Rx on iPod (pin 13) to Tx on Arduino (digital pin 1). Here are the references used to piece together code:

  • www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1207058161
  • www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1188236776/15
  • www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1233793991/5
  • INVOLVED
    Electrical Engineering
    Software Programming
    TIMELINE
    2010