• Interfacing of ADC0808 With 89C51
    Interfacing of ADC0808 With 89C51- My project is solar tracking system.I used 8 LDRs as a sensor which is connected to ADC.So i want the total interfacing of LDRs,ADC&89c51.
  • programing of microcontroller interfacing with ADC0808
    Can anybody send me C program in keil software for interfacing of atmel89c51 with adc0808.I WANT TO MEASURE TEMP USING LM35 SENSOR FROM 0 TO 100'C.
  • 89c51 ,adc0808
    hello, i am trying to interfacing between 89c51 and adc0808 serially using rs232 but can any one givr me the asm code for adc0808 and 89c51 interfacing code.
  • ADC0808 output is not stable
    Dear All, following is the code is not working..can any please guide me where is the problem.. #include<reg51.h> sbit ale=P1^0; //address latch enable sbit oe=P1^3; //output enable sbit sc=P1^1;...
  • interfacing intel 8051with a gm862 gprs modem and a ADC0808
    i need to convert a analog signal using adc0808 and then send the data to the serial out of the 8051 in order to transmit it to the gprs modem. i tink i hav to use ATcommands. Can anyone guide me on...