|
My Projects Before the advent of DAT,MD and CD-R it was common practice in the recording industry to record digital audio onto video tape. The reason for this was that regular linear tape recorders did not have sufficient bandwidth to record the sheer volume of PCM data. Video recorders on the other hand did have sufficient bandwidth. It was standard practice for many years to master CDs using U-Matic video tape and the Sony PCM-1630 PCM processor. DECCA made digital recordings of classical music in the 1970s already, using specially modified IVC video recorders. PCM Adapters according to EIAJ download .ZIP Two approaches exist to record PCM audio to video tape:
Sony released consumer products using the first method in 1977 already, namely the Sony PCM-1. See my attempt at building my own PCM adapter/processor.
Sony PCM-1 (1977)
Sony PCM-F1 with matching Betamax recorder (1981)
PCM-501ES The video output from a Sony PCM-501ES PCM adapter PCM-501ES and PCM-553ESD schematics* PCM 501 SPDIF adapter by Gregory Wisniewski, 2012 The SPDIF interface a friend of mine in Japan added to his 501-ES *Photos and schematics of 501-ES SPDIF interface and video output by Gregory Wisniewski,2010 PCM-553ESD
PCM-601ESD
Single chip PAL Sync Generator Early in 2007 I started a project involving video. I needed an accurate source of composite video sync signals for both NTSC and PAL. Many of the existing sync generator chips such as the Philips SAA1101 and SAA1043 are either out of production or near impossible to get hold of. Some of the few remaining sync generator chips, like the 74ACT715, require the loading of values into internal registers to generate PAL. The 74ACT715 can only generate RS170/NTSC sync using internal default values. This is all too complicated for many of us who just want a plug and play solution to generate PAL or NTSC composite sync signals. I therefore decided to design my own and wrote the necessary software to generate all the needed signals from a PIC16F690 with a 20MHz crystal.
The actual circuit is very simple Download code: PAL sync generator assembler code I used this sync generator in my PCM-X1 Processor. This version also contain additional code to indicate to my PCM processor when an active video line is present. This example should give you something to work from when designing your own circuits and code. You may freely distribute the above code and make changes.
PIC Rat In January 2005 as part of my final project in Micro System Design IV I had to build a robot capable of finding its' own way out of a maze. The robot used optical sensors and a PIC16F84. It worked well and I was told it had a cute wiggle.
|