An ADC is an Analog to Digital Converter. This device converts analog signals into digital form. It is mainly used by the digital circuitry to take analog measurements.
23
votes
7answers
2k views
Why are digital oscilloscopes still so expensive?
I'm a beginner in hobby electronics and I am wondering
why digital oscilloscopes are still so expensive?
In times of cheap GHz CPUs, USB 3, ADSL modems, DVB-S receivers, blu-ray players which all of ...
21
votes
5answers
6k views
How do I measure a negative voltage with a ADC?
I am working with a PIC micro-controller with inbuilt 10bit ADC and want to measure a voltage in the range of -1 to -3Volts.
I thought of using an op-amp in the inverting mode to make voltage positive ...
12
votes
4answers
510 views
Receive several fm-radio stations at the same time (~10-20 MHz wide summary at 90MHz radiofrequency)
What is a cheap way to receive and record on PC several (tens) of fm-radios (public, e.g. news, music, etc)? Such radios uses frequencies like 90.4 MHz or 102.7 MHz, sends a stereo (sometimes with ...
11
votes
4answers
441 views
What is a one-bit ADC good for?
I have recently heard of the concept of a one-bit ADC, and have seen it implemented in the context of a sort of digital-to-analog converter (oddly enough), and I'm wondering, what is the point? Why ...
10
votes
2answers
453 views
Mixed signal PCB layout for PSoC
I am developing a PCB for an analogue sensing application. It uses the internal ADC on a PSoC3. As usual, the application is very space constrained (11mm x 21mm), so I have had to make some ...
10
votes
2answers
365 views
How do ADCs fail?
I'm responsible for maintaining a satellite that has an ADC that is failing in an unusual manner. Essentially what is happening is that it toggles back and forth between two values, if the raw voltage ...
9
votes
4answers
479 views
Effective number of bits of 14-bit ADC
I have a 14-bit ADC. However, looking at the datasheet (see table 2 on page 5), the effective number of bits (ENOB) is always less than 12 bits.
Why is my the DAC claiming to be a 14-bit ADC when it ...
8
votes
5answers
2k views
ADC input impedance on MCUs
What is the input impedance of a typical MCU ADC? In this case I'm working with a PIC24FJ64GA004. I don't need high speed sampling - a maximum of 100 samples per second.
I wish to connect a resistive ...
8
votes
2answers
328 views
How could I power an IC over the Ethernet?
I was looking foward to powering a small Integrated Circuit using only the power provided by the ethernet outlet of my room. Is that even possible?
I've googled and I've found that the voltage that ...
8
votes
1answer
265 views
AVR 1.1V Internal ADC Reference Over-Voltage
If I use the internal 1.1V reference for the ADC, and my Analog input exceeds 1.1V, lets say 2.5V, is that harmful to my microcontroller? Or will ADC value simply clip (to 0x3FF) at 1.1V?
For ...
7
votes
6answers
2k views
How to read high voltages on microcontroller?
I want to read high voltages, like ~50V, using a microcontroller. I plan to put this as an input into the microcontroller's A/D line. But of course, you shouldn't have voltage that high on the input ...
7
votes
3answers
751 views
Recommend any ADC ICs?
I am looking for an ADC IC and while I could just take the plunge and pick one, I was wondering if anyone had any experience with any particular devices? I need it to:
Connect to an AVR via I2C/SPI ...
7
votes
5answers
1k views
Cascading ADC's to get higher resolution
Suppose I have a pair of 12-bit ADC's, I can imagine that they can be cascaded to get <= 24-bit output.
I can think of simply using one for the positive range and the other for the negative range, ...
7
votes
2answers
315 views
Selecting bias resistor for thermistor
Rt is thermistor. Rb is bias resistor, which value I need to calculate. The temperature that I'm interested in is giving ...
7
votes
6answers
5k views
What is a differential ADC?
How does a differential analog to digital converter differ from a regular ADC?