PlayStand: "Put and Play" CD Player

Last Modified: 2002-08-13 (Since: 2002-08-06)


What's PlayStand?

PlayStand is a CD player. You can play CD by simply putting the CD to a stand. PlayStand identifies an RFID tag embedded in a CD case and plays corresponding MP3 songs to the ID.

Video

With the video, you can quickly understand what PlayStand is.

Usage

Usage of PlayStand is very easy. You can just put a CD what you want to play to the stand and music starts as well as lighting.

[Waiting] [Playing]

When you take out the CD from the stand, music fades out and lighting stops.

Mechanism

The mechanism of PlayStand is very simple. All songs in CD are stored in PC as a MP3 format in advance. Each CD case has RFID tag in it and an RFID reader behind the stand identifies the ID. Since IDs and songs are related in advance, PlayStand can play the appropriate MP3 when ID is identified. That's the way PlayStand plays music by "put and play".

Implementation

Hardware

To identify RFID tag, we use a RFID reader developed by Michimune Kohno. To control lighting equipment, we use PICNIC. To control the whole system and play MP3 songs, we use PC. The device on the left-hand side is a PICNIC, and the device on the right-hand side is an RFID reader. We use an antenna with a diameter of six centimeters.

[PICNIC and RFID Reader] [Antenna]

RFID Tag

A RFID tag is embedded in a CD case. Its length is 22 millimeters.

[RFID Tag]

Software

We implemented the system with Ruby and Ruby::Termios. To play MP3 songs, we use mpg123, and to control volume of music, we use aumix. Although it's not an generic code, it might provide useful information to write a program for controlling a serial device with Ruby: Source

Making of PlayStand

The idea of PlayStand was developed by Toshiyuki Masui . I developed PlayStand in cooperation with Michimune Kohno, and Koji Tsukada.

Related Information


Satoru Takabayashi