Analog to Digital Converter ADC in PIC16F877A Microcontroller | How to Read Analog Inputs

preview_player
Показать описание
In this video, I have shown how to read analog input using PIC16f877A microcontroller in PICC compiler followed by simulation in Proteus. Firstly a brief overview of PIC Analog to digital converter is presented, afterwards line by line C program of ADC in PICC compiler is written and explained and then method to read multiple analog inputs is also shown. finally the results are validated in proteus simulation.
Before download complete C code (PICC Compiler) + Hex file + Proteus simulation file, Don't forget to subscribe

For download, please click
#readinganalogsignalPIC #PIC16f877Amicrocontroller #readingADCusingPIC, #electricallectures
Рекомендации по теме
Комментарии
Автор

God job @electrical lectures. now everything seems clear.

jeffagbor
Автор

Great video thanks. I have one doubt though.. Since the input signal is analog and it's value is always changing between 0-5V, then how did you give 2.5V ? shouldn't the value keep changing? I am new to this, sorry I don't understand it, thanks.

gaganb.
Автор

In your program you have not define output pin of the microcontroller then how u have connected to those data pins of LCD in the microcontroller.

tapandutta
Автор

How to use external reference in adc sir.

jaikrish
Автор

Hi Electrical Lectures, Sir I want to know which peripheral you use ?

Nature-cktn
Автор

Hello sir, Thanks a lot for the information, can you please tell me, the proteus 8 which you using is free or you purchase it.

khangeshmatte
Автор

Can you please tell me how do we select prescalar for ADC like the clock speed??

sandeepa
Автор

Dear can you please tell me the name of the microcontroller book that you follow? Thank you very much for making this video and it is very informative. Best Regards

ArslanAlpha
Автор

Why when i compile it say that there is an error "can not set this option this far into the code" in the line #device ADC=10

theskywalker