Tag Archives: ADC
Here’s an application note from Maxim: Process high-voltage input levels into a low-voltage ADC without losing much SNR It is often difficult to find an analog-to-digital converter (ADC) that aligns with the analog input range, but also has the appropriate number … Read more
Bertho is working on a breakout board for the WM8782 I2S ADC and the WM8523 I2S DAC. The boards are intended to be interfaced with an ARM micro-controller. I am working on a project that requires some real audio and … Read more
One-bit ADC? Using a single flip-flop Jeri Ellsworth explains the principle behind ADC. This represents a simplified version of Delta-Sigma modulation.
Maxim describes the theory behind Delta-Sigma ADCs: This in-depth article covers the theory behind a Delta-Sigma analog-to-digital converter (ADC). It specifically focuses on the difficult to understand key digital concepts of over-sampling, noise shaping, and decimation filtering. A description of … Read more
Jbeale shows how to interface the LTC2440 24bit analog to digital converter with the Arduino. He provided the pin connections, a small sketch, as well as some advice to get it up and running. I should add: to reach the … Read more
The Hardware Hacking guys have posted this brief tutorial with tips on improving the accuracy of ADC reading with the Arduino. They endeavor to do this by measuring the internal 1.1V reference voltage (it is available for ATMega 168 and … Read more
Here is an app note from Microchip describing how to drive analog inputs of Successive Approximation Register analog to digital converters. Driving any A/D Converter (ADC) can be challenging if all issues and trade-offs are not well understood from the … Read more
Jbeale connected the MAX11209 18 bit ADC to his Seeeduino board and wrote up some test firmware. The MAX11209 can do 18 bits at sample rates up to 120 Hz (true) or 480 Hz (4x oversampled). It has both external … Read more
Atmel describes how to enhance ADC resolution by oversampling the signal and averaging the extra data. This has a side effect of increasing the signal to noise ratio, and reducing the quantization error. When the ADC samples a signal, it … Read more
The sensitivity of modern thermocouple is around o.1C over a range which spans from -270C to 1750C. Here is an app note from Maxim on how to built high precision temperature acquisition systems based on thermocouple sensors. One examples uses … Read more
Here is an app note from Microchip explaining how to interpret various analog to digital converter specifications. This article covers how attributes of ADCs are calculated and how they apply to it’s performance and precision. The purpose of this application … Read more
Some new PIC 33E and 24E microcontrollers can take simultaneous samples from multiple analog to digital converters. Most chips measure analog values sequentially, but this ADC can sample 4 signals at once. Samples are still converted one after the other, … Read more
Better ADC resolution can be accomplished by oversampling two or more ADC readings and then averaging them. If you’re not satisfied with a microcontroller’s 10 bit ADC and need more resolution, check out this application note from Atmel. Increasing the … Read more
Raj writes to inform us of his Embedded Lab tutorial with tips on using the Fixed Voltage Reference (FVR) module in enhanced mid-range 8-bit PIC microcontrollers for a precise and accurate A/D conversion. Raj demos how to use the built-in … Read more
Dangerous DSO is a new logic analyzer/oscilloscope design we’ve been using in the lab. This is not a finished project, it will not be produced. We’re posting our current progress to get some feedback. Look for a new Dangerous DSO … Read more
Texas Instruments today introduced the industry’s first two-channel, simultaneous-sampling successive approximation (SAR) analog-to-digital converters (ADCs) with two independently controlled internal references for simplified system-level design. The 16-bit ADS8363, 14-bit ADS7263 and 12-bit ADS7223 are pin-for-pin compatible and provide twice the … Read more
The MAX147 is a 12bit 8 channel analog to digital converter. will_j plans to interface a MAX147 to the web platform, but he used the Bus Pirate and the PirateShip GUI to learn about the chip first. There’s a screenshot … Read more
Recent Comments