Difference between revisions of "Turntable USB interface"

From Organic Design wiki
m
(more hard ware details)
Line 12: Line 12:
 
*Analogue phono stage (requires ±12V DC)
 
*Analogue phono stage (requires ±12V DC)
 
*Stepdown power supply to give 5V± 3A from the main turntable transformer
 
*Stepdown power supply to give 5V± 3A from the main turntable transformer
*PIC, Micro-controller or embedded PC
+
 
**Digital to Analogue converter
+
==Microcontroller==
**MPEG compressor
+
*[http://www.arduino.cc/en/Main/Buy Arduino NG] AVR microprocessor board
**Filesystem mounter (FAT32, NTFS and others)
+
===Features===
**Program to modify iPod's XML playlist file to add the newly created track to the playlist
+
*[http://www.atmel.com/dyn/resources/prod_documents/doc2545.pdf ATmega168 Data sheet]
 +
*Digital <-> Analogue converter
 +
*C library and compiler supplied as open source
 +
===Operating system===
 +
*No real operating system required
 +
*Program to modify iPod's XML playlist file to add the newly created track to the playlist
 +
 
 
=References=
 
=References=
 
*[http://www.wikihow.com/Convert-a-Computer-ATX-Power-Supply-to-a-Lab-Power-Supply Custom power supply project]
 
*[http://www.wikihow.com/Convert-a-Computer-ATX-Power-Supply-to-a-Lab-Power-Supply Custom power supply project]

Revision as of 22:12, 28 January 2007

I would like to retro-fit my 1970's pioneer turntable to be able to record onto a iPod or other USB device.

Operation

  • Plug in USB stick or iPod
  • Press record-pause
  • Place stylus on a chosen track
  • Signal level threshold trigger changes to record when the stylus hits the record
  • Sound file is written onto the device
  • Signal level threshold trigger stops recording after a few seconds pause (manual pause provided also)

Systems

  • Power supply
  • Analogue phono stage (requires ±12V DC)
  • Stepdown power supply to give 5V± 3A from the main turntable transformer

Microcontroller

Features

Operating system

  • No real operating system required
  • Program to modify iPod's XML playlist file to add the newly created track to the playlist

References