Piclist
A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
Search Results for "adc"
Post a new Thread
Harold Hallikainen - May 30 2008
> Those of you who are amateur radio operators (like me) would be
> particularly interested in my completed project.
>
> Thanks to all of you who helped me out with Asse... 
Eirik Karlsen - May 26 2008
Jason,
Sure you're not, the very first time I used the ADC I found that none of the A/D combinations
in ADCON was a perfect fit... No problem, just moved the digital data to avai... 
Eirik Karlsen - May 26 2008
Jason,
The PWM (analog output(s)) have dedicated pins, and you can't move these around.
And the A/D options available in ADCON is what you have to play with... no way around this... 
Jason Hsu - May 25 2008
For the PIC16F72, I'm using pins 0 and 1 of Port A as analog inputs
while ALL of the other pins (rest of Port A, all of Port B, and all of
Port C) need to be digital outputs.
... 
Jason Hsu - May 25 2008
To get a digital output, you set its corresponding TRIS bit to '0',
set the ADCON configuration bits to an appropriate value (so that it
is digital and not analog), and then set ... 
Harold Hallikainen - Apr 28 2008
Comments below...
> I got two pieces of 16F688 (SOIC I think, it has to be small) because
> it has enough memory for inefficient code AND expansion.
>
> What I would like... 
Nelson Viegas - Apr 28 2008
I had the same problem when I was starting (not so long ago)! I pulled that
line up with a 4.7K res. and it worked happily ever after. BTW, any
significant diference between usin... 
Eirik Karlsen - Apr 17 2008
Murray,
sertainly a 8bit MPU will do this, and MUCH more. But there are also some that will not...
As opposed to the processors you have experience with the mainstram PICs are RI... 
Dennis Clark - Apr 17 2008
YOU DON'T HAVE TO USE CAPS TO GET OUR ATTENTION.
In fact, on the 'net it is considered rude and childish and can get you
ignored.
Now on to useful information. The program ... 
timbomcnuckle - Jun 27 2007
Hi folks, I am attempting a few various H bridge configs for a
project I have been working on- the platform is an RC truck 'toy' made
by Radio-shack. Not quality by any means bu... 
Leon Heller - Jan 17 2007
----- Original Message -----
From: "wdavis364"
To:
Sent: Wednesday, January 17, 2007 9:32 PM
Subject: [piclist] Portb pins 5v, Porta pins 2.5v ?
> Pic16F88
> Checkin... 
Dennis Crawley - Aug 8 2006
Hi all,
There are two movies about the controller I've made in this link.
Let me say thanks for the support received from this list, in one or another
way, as well as the rece... 
dlc - Apr 22 2006
What "doesn't work" about the code? I've found C18 has numerous odd
things that can occur, it has gotten better in later revs though. I
have seen very odd behavior myself in ... 
mr_gees100_peas - Mar 15 2006
Hi,
I was wondering if there is a preference ina aprticualr PIC model
that is use more often for robotic. I know the 16f877a is a good
general purpose but is there anything... 
Fiona Soon - Mar 3 2006
Hello All, Can someone tell me which PIC has 2 ADC module? Can they run simultaneously although with a few ms of delay due to program sequencing? Thank you. ... 
djbe...@... - Feb 28 2006
I think the basic stamp is an excellent starting ground. It is super easy to
get going. One of the advantages is that it comes with its own easy to
learn 'Basic' software. Yes... 
Mark Adams - Jan 8 2006
N o apoligies necessay. This is my first PIC project and am greatfull for any input. I agree about posting code, it looses its format and becomes hard to read, for me ... 
Bob Hyland, PMP - Nov 30 2005
I am seeing strange results using a PIC 16F747 (or a 16F777). I have
the following code segment, which I have made very simple to try to
determine why I have this issue. I... 
wdavis364 - Nov 27 2005
I'm using pic 819 to control a stepper motor driver(mainly pulse and
direction.
RA0= ADC
RA1= forward (faster pulse rate)
RA2= reverse (faster pules rate)
Both RA1 an... 
adnan ahmad - Nov 14 2005
Hi all, Can any one plz give me code to measure voltage using adc of PIC after applying kalman filter. Kalman filter code is required to minimize the noise in incoming a... 
Scott Lingerfelt - Nov 12 2005
Hi Everyone,
I am looking for a single channel ADC that allow the least amount of
external components and allows between 12-14bit resolution. I need low
power for bat... 
Mauricio Jancic - Oct 26 2005
you'll have to do something like this:
ADC1 = ADC1H : ADC1L A/D Channel 1
ADC2 = ADC2H : ADC2L A/D Channel 2
ADCR = A... 
clayforge - Oct 25 2005
When using the POT command in PicBasic Pro to read a potentiometer,
does the pin that the potentiometer is attached to have to have ADC, or
can any I/O pin be used?
T... 
Jon Chandler - Sep 19 2005
Sparkfun.com has the VS1002 MP3 player chip for $12. Looks pretty interesting.
From the web site:
Description: MP3 decoding is now even easier! The new VS1002 from VLS... 
john - Sep 15 2005
> Hi,
>
> I wonder if any of you guys could help me out a bit. I am trying
to hook the PIC16F877 to AD7730 (ADC loadcell controller for Analog
Dev) thru SPI.
> ... 
Eirik Karlsen - Aug 9 2005
Sergio,
sorry to hear that, guess I'll just have to cope with assembly then....
its not so bad except it'll be a helluva lot of code to keep track
of.
I'll simultaneousl... 
marzaq7 - Jul 6 2005
Hi all,
Can anybody help me with some questions to implement VoIP in a
GSM/GPRS and CDMA/1xRTT networks:
1. What´s is the minimum sample rate and bits per sample re... 
Ali Topping - Jun 22 2005
Hi again. The typical student story for you all now...
Twas the eve of the deadline, and the house was quiet as a mouse..
etc..
Anyway. I have 2 questions for the gr... 
wantoniet - Jun 16 2005
Hi all,
Anyone have experienced interface a PIC with a 16-bit/SPI 7708 ADC? As
i know MSSP on PIC is only 8 bit-lenght. May i perform standard
procedure protocol to a... 
e9310007 - May 29 2005
Hello all,
I have a strange problem and in fact I am getting crazy about it.I am
almost new to the PIC programming however I have to work hard in a
short while.I am o... 
ychan_my - May 28 2005
i need a otp 20Mhz with ADC chip for my project ,can someone please
recommend a pic chip for me thanks ( ofcouse the cheapest the better
and a flash tpye or eeprom type fo... 
devicery - May 5 2005
Anybody knowledgeable in interfacing to this serial ADC in PIC-C Code?
I want to learn how to do this. If anybody have some good resource for
learning serial interfacing pl... 
Mike - Apr 19 2005
Emrah,
About all I could think of would be to use a DC to DC inverter or converter. Input 3.3 VDC Output 5 VDC. If your project Battery operated, someth... 
Devon Lee - Mar 10 2005
Hi there,
I'm using PIC16F876. With 10-bits ADC module. However,
if I intend to use only 8 bits, is the following
correct?
Where is is a must for me to us... 
Devon Lee - Mar 1 2005
Hi Jim,
Thanks a lot for your explanation.
Would like to ask about something regarding PIC Code
again. Hope you guys dont mind.
I intend to use 2 ADC i... 
mutluuslu - Feb 28 2005
hi to everyone,
i'm looking for a microcontroller having a fast ADC rate for my
SMPS design having 50 kHz switching frequency. i don't mind in using
dsp or a... 
Bakkal Adil - Feb 25 2005
It is possible to build a multiplexing circuitry for the PIC ADC? so we can have more channels than what a PIC have ( ex : 5 for 16F876 and 10 for 16F877 ).
Speed i... 
burt0072003 - Feb 22 2005
Hello people,
I have been using pics for quite sometime now, recently I purchased
16f818 which has built in clock (upto 8 mhz), but I can't get it going
it ... 
|
1 |
2 |
3 |
4 |
5 |
next