1 / 9

Analog to Digital Converters

Analog to Digital Converters. Overview. What is an ADC? How does an ADC work? What are the important specifications of and ADC? The Wunderboard ADC Example program. What is an ADC?. Converts a voltage in a range into a number Most are 'single ended' (positive voltages only)

lluvia
Télécharger la présentation

Analog to Digital Converters

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Analog to Digital Converters

  2. Overview • What is an ADC? • How does an ADC work? • What are the important specifications of and ADC? • The Wunderboard ADC • Example program

  3. What is an ADC? • Converts a voltage in a range into a number • Most are 'single ended' (positive voltages only) • Often in included in microcontrollers, not microprocessors

  4. How does an ADC work? • Flash ADCs • Lots of circuitry using lots of power but very fast • Successive approximation • Slower but less power

  5. What are the important specifications of and ADC? • Resolution(8 or 10bit) • Absolute Accuracy (± 2 LSB ) • Conversion Time (65 - 260 μs) • Number of Channels (Eight Multiplexed Single Ended Input Channels)

  6. The WunderboardADC

  7. AVR Registers • ADMUX - ADC Multiplexer • ADCSRA - ADC Status Register A • ADCH and ADCL - ADC High and Low Result • ADCSRB - ADC Status Register B

  8. Example program

  9. Parting Thoughts • Most microcontrollers have ADCs built in • If choosing an ADC, check needed precision and speed

More Related