Recall that in Laboratory 4 we built a digital to analog conversion (DAC) circuit. This circuit converted a 3-bit binary number into an analog voltage level in the range from 0 volts to 7 volts. One application of the DAC circuit is an audio compact disk player. The CD player converts 16-bit binary numbers into voltage levels that are then played through a speaker.
In this lab, we want to look at a circuit that can be used to record a music CD. We need a circuit that can convert a voltage level into a binary number. This process is called analog to digital conversion (ADC). ADC circuits are also used in digital measurement instruments such as the lab oscilloscopes that contain microprocessors to process the measured data.
The ADC that you design should convert voltage levels in the range from 0 volts to 4 volts into 3-bit binary numbers as follows:
Input Voltage QC QB QA ------------- __ __ __ 0.0 - 0.5 V 0 0 0 0.5 - 1.0 V 0 0 1 1.0 - 1.5 V 0 1 0 1.5 - 2.0 V 0 1 1 2.0 - 2.5 V 1 0 0 2.5 - 3.0 V 1 0 1 3.0 - 3.5 V 1 1 0 3.5 - 4.0 V 1 1 1
The parts that you will use include a comparator, the 74163 counter, the 555 timer, a DAC, and LEDs to display the binary output. (Instead of LEDs, you might use the 7447 and 7-segment display to output a decimal number.)
Pre-lab:
In the lab session, wire the ADC and demonstrate it.
Note: Several items from your stopwatch are useful for the ADC !
Thank you and have fun.