ADC

Arduino

What is ADC? How to use ADC in Arduino?

What is ADC? ADC stands for Analog to Digital Converter. ADC is used for converting the analog input voltage to its digital form. It is necessary for every microcontroller to have ADC in it, as all the microcontrollers work only on digital input and output voltages. So, ADC takes analog voltages and converts them into […]

AVR

How to Use ADC (Analog to Digital Converter) in AVR – Atmega32

Using LM35 Sensor and Atmega32 ADC to measure Temperature Analog to digital conversion is generally needed whenever we deal with a sensor that produces an analog output (for example: LM35 temperature sensor), which is the case for a wide range of sensors. When dealing with such sensors we have to convert the analog signal coming

Scroll to Top