Analog-to-Digital Converter (ADC)
makerAn ADC is a device that converts analog signals into digital data.
expanded
An ADC measures discrete analog input signals and converts them into a digital equivalent, suitable for processing by digital systems. This conversion is essential in systems where data from real-world activities, such as temperature or pressure, must be digitized for use in electronic and computing technologies. Accurate AD conversion enables real-time monitoring and control in various applications, such as sensor data acquisition or sound recording.
examples
The ADS1115 ADC from Texas Instruments provides 16-bit resolution and operates at a data rate of up to 860 samples per second.
Used in embedded systems for converting sensor outputs into digital signals, allowing microcontrollers to process environmental data such as temperature and humidity in weather stations or home automation systems.
The MCP3008 ADC from Microchip offers 10-bit resolution and can sample at a rate of up to 200 kSps.
Commonly used in Raspberry Pi projects to read analog signals like joystick positions in custom game controllers or to measure light levels in DIY light sensor projects.