Interfacing adc Items tagged with Interfacing adc
PWM using PCA in AT89C51CC01
you first have to know how ADC works..
you can get some basic information about ADC here:
http://www.8051projects.net/adc-interfacing/introduction.php
Now ADC converts analog to an equivalent digital value. This digital value is measure of steps taken by ADC to reach that analog level. each step of adc provides the resolution of that ADC. if ADC is an 8-bit resolution so it has 255 steps, 10bit ADC h... Read Compelte post
you can get some basic information about ADC here:
http://www.8051projects.net/adc-interfacing/introduction.php
Now ADC converts analog to an equivalent digital value. This digital value is measure of steps taken by ADC to reach that analog level. each step of adc provides the resolution of that ADC. if ADC is an 8-bit resolution so it has 255 steps, 10bit ADC h... Read Compelte post
Posted by ajay_bhargav on Mon Aug 16 2010, 11:37 pm