Difference between revisions of "Reading Temperature with AVR ADC"
m (Sandeep moved page A7.AVR Interfacing ADC :LDR to Reading Light and Temperature with AVR ADC) |
|||
Line 1: | Line 1: | ||
[[category:AVR Tutorials]] | [[category:AVR Tutorials]] | ||
+ | The Atmega32 comes with a 10-bit, 8 channel inbuilt Ananlog to Digital Convertor (ADC). We will set it up and read temperature from LM35 and light with a simple (light dependent Resistor)LDR. So let's get started! | ||
+ | =Basics= | ||
+ | =Hook up= |
Revision as of 17:35, 25 March 2016
The Atmega32 comes with a 10-bit, 8 channel inbuilt Ananlog to Digital Convertor (ADC). We will set it up and read temperature from LM35 and light with a simple (light dependent Resistor)LDR. So let's get started!