[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines

Home
Forum
Project Ideas
C Course
Projects Showcase
LCD-KEYS OnePort
PIC Introduction
PIC Programmer
Schematic Tool
PIC Projects
Tips & Techniques
PIC Tutorials
Digital Downloads
Store
My SECRET
Oscilloscopes
About Me
Contact
Terms of Use
Search This Site
Freebies
Articles
Books
Resource Links
Site Map
Video du Jour
Rant/Rave
Privacy Policy
Problem?-Solution
Programmer Types

A/D conversion on PIC 16F877A with MikroC

by Sohaib
(U.A.E)

PIC 16F877A A/D Conversion and MikroC

I'm quite new to the whole PIC scene(about a month).I am using the PIC for for A/D conversion a and subsequent serial transmission to a transceiver for a wireless comm. project.I have some questions regarding the compiler i'm using.I'm using the MikroC v7 compiler which i downloaded from the the MikroC website.In that they say that the function Adc_Read() automatically derives the A/D conversion clock from the A/D module's internal oscillator on the PIC.My questions are:

What is the frequency of this internal A/D oscillator?I read the datasheets (for the 16F877a) but i couldn't get any information on this.

If don't wish to use the internal RC oscillator as mentioned above but i want to use any of the other options for conversion(as mentioned in the data sheet),If i make the necessary configurations (for using the another clock other than the RC)Will i not be able to use the Adc_read() for A/D conversion?

What are the differences between the free download and the paid version of MikroC?




Comments for
A/D conversion on PIC 16F877A with MikroC

Click here to add your own comments

Mar 22, 2011
mm
by: houcem

La resolution est R= Plein Echelle/1023
1023: CAN sur 10 bits
Plein Echelle= 5V

Mar 01, 2011
adc_read();
by: mourad

la fonction adc_read() donne une valeur numéeisé
si la valeur analogique est entre[0,5] on multipilier la valeur numérisé par val=adc_read(0);
val=val*5/1023;
pk??????????????????????????????????

Nov 14, 2010
ramin66
by: ramin

09149074974

Oct 02, 2010
test
by: Anonymous

ddddsfsfdsffffffffffffffffffffffffffd

Sep 26, 2010
VOLTEGER DC 0TO 500
by: SUKHWINDER SINGH


Jun 30, 2010
PIC12F683 ADC programming in mikroC
by: Anonymous

Check this out:
http://pic16f628a.blogspot.com

May 13, 2010
MikroC Source code for a2d conversion with pic10f877(A)
by: Anonymous

If there is MikroC Source code for a2d conversion with pic10f877(A), it will be very usefull for users...
can anyone put it here please......?

Mar 01, 2010
loso
by: tae

kjl

Jul 14, 2009
ok
by: esa

ok

Click here to add your own comments

Join in and write your own page! It's easy to do. How?
Simply click here to return to Ask for a Solution to your microcontroller problem