Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by parimi.ravikiran

  1. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    Thanks both of u , finally it is working .. here is my code any fineness is required just tell me All i have observed the o/p on led now i have 2 work on taking this data to the LCD CODE::PIC16F882 INTERNAL ADC USING MIKROC unsigned int result1,temp_result; unsigned int read_ad(char)...
  2. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    i am using miKroC compiler pic16f882. simulation in Proteus is showing some o/p but its not correct Hard ware shows nothing o/p my code:: unsigned int result1; unsigned int read_ad(char); unsigned char acquisition_time = 3U; void main() { OSCCON=0X71; // INTERNAL CLOCK FREQ 8MHZ,SCS...
  3. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    Just i want to know,while next time receiving the adc o/p with different voltage input from Variable pot the ARSESH and ADRESL are giving the previous result only why so?
  4. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    Thanks a lot man i got it ..u r explanation is superb.. got the result
  5. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    Thanks dude ... small doubt in the main while calling the read_ad(?); the parameters need to give bcoz ADCON0 |= (unsigned char)(channel << 2U); /* Select channel */ it takes the channel here.. i am not getting this line
  6. P

    can any 1 tel me where the wrong in program ADC pic16f882 internal adc

    unsigned int low_value, hig_value; void main() { OSCCON=0X60; // INTERNAL CLOCK FREQ 4MHZ TRISA=1; // ADC INPUT PORTA TRISB=0; //ADC O/P PORTB FOR LOWER BITS (0-1) USING LEFT JUSTIFIED TRISC=0; // ADC O/P HIGHER BITS (2-9) PORTB=0X00; // make o/p ports clear PORTC=0X00; // make o/p ports...
  7. P

    Need help with adc pic 16f877a

    dont use adc function directly .. write program specifically how u need the output

Part and Inventory Search

Back
Top