Analog to Digital Converter (ADC) in PIC Microcontroller

Analog to Digital Converter (ADC) in PIC Microcontroller

ADC module of PIC microcontroller have usually 5 input for 28 pin devices and 8 inputs for 40 pin devices. The conversion of analog signal to PIC ADC module results in corresponding 10 bit digital number. PIC ADC module has software selectable high and low voltage reference input to some combination of VDD, VSS, RA2 and RA3.

In the following example project we will convert analog input to channel 1 to 10 bit digital number with low voltage reference (Vref-) 0v and high voltage reference (Vref+) 5V. The output will be displayed using 10 LEDs. You can change the Vref- and Vref+ by configuring the ADCON1 register.

ie,

0v  =  0000000000


5v  =  1111111111

Resolution = (Vref+ – Vref-)/(1024-1)   (as it is 10 bit ADC)

= 5/1023

= 4.887 mV

Thus it means that for a change in 4.887mV, the binary output changes by 1.

Circuit Diagram

Note: VDD and VSS of the pic microcontroller is not shown in the circuit diagram. VDD should be connected to +5V and VSS to GND.

MikroC Program

unsigned int adc;
void main()
{
 ADCON1 = 0x80;
 TRISA = 0xFF; // PORTA is input
 TRISC = 0x3F; // Pins RC7, RC6 are outputs
 TRISB = 0;    // PORTB is output
 do
 {
 adc = ADC_Read(1); // Get 10-bit results of AD conversion
 //of channel 1
 PORTB = adc;      // Send lower 8 bits to PORTB
 PORTC = adc >> 2; // Send 2 most significant                  //bits to RC7, RC6
 } while(1);
}

You can vary the analog input value by varying the resistance of the potentiometer in the circuit.

This tutorial covers only the basic ADC operation. If you want to know more about it, please refer the datasheet of PIC 16F877A. If you have any doubt regarding this please do comment.

Share this post

  • Hello Mr George.Thanks for this information. please i am trying to program pic16f886 adc to read 6 sensors from port a.From the datasheet, i read that the GO_Done bit should not be in the same instruction in ADCON0. Please i need your help to configure ADCON0. Or will it automatically configure? I am using Mikroc pro for pic.Thanks

  • Hi Ligo, great work. But, I doubt the TRISC should be 0x3C not 0x3F as you have used RC0 and RC1 as output pin.

  • hi,

    with the above code PORTB pins all are high without giving any input voltage to AN1…i m not understanding why…?

  • know i am getting a error in the follow statement
    error = setpoint – actual_value;
    when i compile it . it does that fine but when running in ic it creates a problem and all the variables are in float

  • Hello . I am reading analogue value from adc module but when i display it on lcd the value comes different

    actual_value = ADC_Read(1);
    LCD_Out(2, 1, “+V = “);
    FloatToStr(actual_value, vartxt);
    LCD_Out(2, 6, vartxt);

    can you please help me regarding it

    Regards
    Waqar Hamayun

  • ANSEL = 0;
    ANSELH = 0;
    c1on_bit=0;
    c2on_bit=0;

    hello sir.. how to convert this library to microc compiler using pic16f877a?? thnk you sir..

  • Thank you Mr. Ligo. I have a doubt. Suppose if i am having two analog voltages and if the difference between the voltages is more (than say, 15mV), then the output should be high otherwise low.
    Is it possible to do so in ADC (or in inbuilt analog Comparator of PIC18F4550) ??
    Can you please tell me how to do it ?

  • Hi-Tech C is a deprecated compiler, no longer supported by Microchip. Use MPLAB XC8 instead.
    MikroC is a compiler by Mikroelectronika.

    I think it is better to go with MPLAB XC8 for professional projects.

  • In ADC program for MIKRO C ADC_ON bit of ADCON0 register is not set .So ADC does not ON.Also ADCON1 register is not declared.The function adc=ADC_read(1) is also not defined.Am I right BRO…waiting for ur answer.. 🙂

  • Hi Bro,what is the difference between MIKRO C and Hitech C?Which is best for reduced file size ?

  • sir i just started working with pic micro controller.How can i compare the output of ADC of pic with some other peripheral

  • Hy, i have some probem to make program in pic16f877. how to read the analog (voltage) sensor. i must measure the RST phase. please help. thank

  • I have two analog inputs i want to convert the analog input to digital output paralelly is there any possibility to do that so. if it is poosible how can it be done

  • Hi,

    I am using PIC16F877A .

    My problem is ANSEL is not support PIC16F877A , but support ADCON .
    i don’t know how to configure

    code is here:

    ANSELC = 0; // Configure PORTC as digital I/O
    ANSELB = 0; // Configure PORTB as digital I/O
    ANSELD = 0; // Configure PORTD as digital I/O

  • Hi Mr.Ligo

    i have ultrasonic sensor GH-300RT and I don not know how to fix it with 16f877a or 16f84a by mikroc to detect any objects in front the sensor (moving object and stopping objects) can you please advice me

    or contact me on [email protected]

    Thank you

  • can anyone please help me generate 2 Pwm pulses to trigger 2 power igbts in a boost converter,each inverting the other i.e,when pwm1 is on then pwm2 off or vice versa and then convert them to digital?please mail me ; [email protected]

  • i already write to same cods for microwc. but cant configure,coming errores ?? plz answer me………

  • Hi albhee, 0xff (HEX) = 11111111 (BIN) = 75643210 (Ports number), if you want only one 00000001 = port 0 input also if want anhother 00001000 = port 3 input..

  • i want to convert analog voltage to digital voltage by increasing the input voltage by potentiometer, what should i do ?

  • The total resolution will be equal to 50/1023 (+Vref- -Vref)/(2^10)
    so to increase the resolution either you should reduce the voltage range or.. increase the output bits..

  • Hi, I have gone through your volt and currnet measurement. I have voltage range from 0-50 and current range from 0-1A. As per you calculation presented I get very poor resolution. Can you please explain how to get better resolution through the range using 10 Bit ADC

  • sorry. i mean, what if i want to use some pin of port A as output? how can i set some pin as input and some as output at a time of Port A?

  • TRISA = 0XFF; this code set all pin of port A as input. what have to do to set a single pin of port A as input? which pins can be used to ADC input?

  • can you please post the corresponding digital outut for the given analog voltages for the above program?

  • You may use above adc with 5 and 0 voltage references…. you can scale down the voltage upto 12V with in 0-5V range using potential divider…
    If you don’t wish to use microcontroller.. you can use R-2R ladder adc …

  • hi my company have given me a task to create analog to digital converter with max input voltage 12v and min input voltage 5v. but the output must be in 2 bit. meaning that if input 12 v,the output will be 11 and so on. can u help me?

  • I have used 8MHZ crystal for most of the projects and tutorials…
    You can use 20MHZ, simply by changing the oscillator frequency in MikroC settings… before compiling…

  • Hii…In every tutorial different frequency of crystal has been used. but my board contains only 20Mhz crystal….but how will it be posssible to use different frequency crystal at the same for the two applications which are going to be perfermed simultaneously.

  • and also there is a LED that will indicate the degree or level how fast the speed of the motor. for example. when you turn on the device, there is only one LED that is on, then when the increment button is pressed, the second LED will turn on. When the decrement button is pressed, the second LED will turn off and will return to only one LED is on.

  • hi can you teach me a code for a IR motor speed control. using a program which can read a increment or decrement of speed and will vary the speed of the motor. The increment and decrement is based on the transmitter part of the IR transmitter. thanks a lot 🙂

  • You needn’t connect +Vref & -Vref………..

    Check the output voltage of the LM 35 temperature sensor..

  • hi, i built the project very good but the result of the lcd is not correct the thermometer does not show the room temperature but show the 414 degree then i need to know where is the problem is it in the hex file or in the sensor ………note (i connect vref+ on5v……..and vref- on 0v) thanks for your care

  • hello ligo ,  the thermometer project show on the lcd temprature : and the value was 414 dgree


  • >