Questions tagged [adc]

Acronym for "Analog-to-Digital Converter". Refers to a device that can convert an analog input signal to a digital signal. Use this tag for questions about the usage or design of an ADC.

For digital systems such as computer or microcontrollers to manipulate an analog signal, the signal must first be converted to a digital one. An ADC is a device that can perform this transformation. The techniques used to accomplish this task can vary depending on the type of analog input signal and the desired digital signal format.

Questions should use this tag when they are about the usage or design of analog-to-digital converters.

Additional Information:
Wikipedia entry for Analog-to-Digital Converters

3 questions
8
votes
1 answer

How can I increase my processor's ADC resolution?

I have an Atmel SAM4S MCU with a 12-bit internal ADC. I would like to achieve 16-bit resolution at a sample rate of 500 Hz. The input to the ADC is fairly low-frequency (about 20 Hz max frequency content), and low noise (less than one 12-bit lsb…
Patrick
  • 1,092
  • 8
  • 20
1
vote
1 answer

Left Aligned Binary Data

I have to write 0xA5 to the DAC. So should I send 0x00100A50 or 0x001A5000? The command bits are 0x0 as i just want to write to the buffers. Say I want to send to channel 1 with channel Address 1 (D23 to D20 & the Don't Care bits are taken as 0. I…
Ashik
  • 13
  • 3
0
votes
2 answers

PC based real time control system

I am newbie, and I want to update an existing control system, which works with a 486 PC with AD/DA card currently. Is it a good idea to find a solution with a windows 10 PC, and a USB AD/DA card? The system must control 2 hydraulic cylinders, which…