interfacing adc to 8051
#1

inerfacing of gas sensor with 89c51 rd2 microcontroller programming

Reply
#2

ADC is the analog-to-digital converter, which converts analog data into digital format; It is usually used to convert analog voltage into digital format. The analog signal has an infinite number of values as a sine wave or our speech, the ADC converts them into particular levels or states, which can be measured in numbers as a physical quantity. Instead of continuous conversion, ADC converts the data periodically, which is commonly known as sampling rate. The phone modem is one of the examples of ADC, which is used for Internet, which converts analog data into digital data, so the computer can understand, because the computer can only understand digital data. The main advantage of using ADC is that noise can be efficiently removed from the original signal and the digital signal can travel more efficiently than analog. That is the reason why digital audio is very clear while listening.


ADC0808 is one of the useful chips of National Semiconductor. See in the figure given to one side. In many embedded systems, microcontrollers need to take analog inputs. Most sensors and transducers such as temperature, humidity, pressure, are analog. For the interconnection of these sensors to microcontrollers it is necessary to convert the analog output of these sensors to digital so that the controller can read it. Some microcontrollers have built in analog-to-digital converter (ADC) so there is no need for external ADC. For drivers that do not have external ADC ADC is used.

One of the most commonly used ADCs is ADC0808. The ADC 0808 is a successive approximation type with 8 channels, that is, you can directly access 8 analog signals at one end. ADC0808 has an 8-bit data output as the ADC804. The 8 analog input channels are multiplexed and selected according to the table below the I / O pins using three A, B and C direction pins.

In ADC0808, Vref (+) and Vref (-) set the reference voltage. If Vref (-) = Gnd and Vref (+) = 5V, the step size is 5V / 256 = 19.53mV. Therefore, to obtain a step size of 10mV we need to establish Vref (+) = 2.56V and Vref (-) = Gnd. From the figure given below from ADC0808, note the ALE pins. We use the A, B and C directions to select IN0 - IN7 and activate ALE to block the address. SC is for startup conversion. SC is the same as the WR pin on other ADC chips. EOC is for the end of the conversion, and OE is to enable the output (READ). The EOC and OE are the same as the INTR and RD pins respectively.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: adc interfacing with 8085, interfacing diagram of 8085 with adc, adc interfacing with lpc2148 pdf, 8051 interfacing adc dac ppt, ppt for adc and sensor interfacing with 8051 microcontroller, adc interfacing with 8051 experiment, adc interfacing with 8051 pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  program code of solar tracking system using 8051 microcontroller 6 23,357 03-05-2018, 09:30 PM
Last Post: Guest
  distance measurement using infrared sensor with adc0804 8051 microcontroller at89c51 1 2,121 12-04-2017, 12:57 PM
Last Post: jaseela123d
  8051 based automatic blind stick circuit diagram 1 967 10-04-2017, 04:02 PM
Last Post: jaseela123d
  code for interfacing 8051 with pir sensor 1 903 05-04-2017, 03:53 PM
Last Post: jaseela123d
  fault detection of optical fibre using 8051 1 781 04-04-2017, 05:01 PM
Last Post: jaseela123d
Thumbs Up 8051 microcontroller experiments lab manual pdf 1 1,051 04-04-2017, 04:12 PM
Last Post: jaseela123d
  overcurrent relay implementation using 8051 microcontroller 1 933 30-03-2017, 12:09 PM
Last Post: jaseela123d
  vhdl code for interfacing decoder ht12d with fpga 1 800 25-03-2017, 04:47 PM
Last Post: jaseela123d
  dtmf based home automation using 8051 filetype ppt 1 856 25-03-2017, 12:58 PM
Last Post: jaseela123d
  microcontroller 8051 interview question pdf free download 1 885 23-03-2017, 10:12 AM
Last Post: jaseela123d

Forum Jump: