ATmega32 ADC for Light and Temperature Sensors

ATmega32 ADC for Light and Temperature Sensors

This tutorial shows how to implement the Analogue to Digital Converter (ADC) function on ATMega32 using C code. It consists of code examples, and the meaning of some nomenclature such as sampling rate, and resolution. However before we get to the code, let us start from the beginning. The ATMega32 has a built-in 10-bit ADC. The input […]

ATmega32 ADC for Light and Temperature Sensors Read More »