Author |
Message |
Topic: 16F819 Header File Defines for ADC |
djwallace
Replies: 4
Views: 7750
|
Forum: General CCS C Discussion Posted: Fri May 20, 2005 2:03 pm Subject: hmm unclear. |
One more thing,
I'm unclear on your comment about
You want to use an older version of the compiler for a newer PIC
that it doesn't support.
My compiler version supports all of the PIC's ... |
Topic: 16F819 Header File Defines for ADC |
djwallace
Replies: 4
Views: 7750
|
Forum: General CCS C Discussion Posted: Fri May 20, 2005 1:59 pm Subject: hmm.. |
ok.. that's what I was afraid of..
it's not so much that I'm lazy.. it's just that it has to be done sooner than later.
A friend has used the F819 a little more than myself so I'll get his help. ... |
Topic: 16F819 Header File Defines for ADC |
djwallace
Replies: 4
Views: 7750
|
Forum: General CCS C Discussion Posted: Fri May 20, 2005 1:02 pm Subject: 16F819 Header File Defines for ADC |
Hello,
I am currently using a 16F88, however, our MPLAB ICD2 was damaged. our old programmers do not support 16F88 so I am trying to switch to 16F819 as they are almost exactly PIN compatable, has ... |
Topic: ADS7825 16-bit ADC Help? |
djwallace
Replies: 1
Views: 6140
|
Forum: General CCS C Discussion Posted: Tue Jan 18, 2005 9:23 am Subject: ADS7825 16-bit ADC Help? |
Has anyone interfaced an ADS7825 16-bit ADC with a PIC?
I'm currently using a 16F88 for a school project. I am designing Maximum Power Point Trackers and would like 16-bit precision. The 16F88 on ... |
Topic: Fast ADC code |
djwallace
Replies: 19
Views: 31655
|
Forum: General CCS C Discussion Posted: Tue Jan 11, 2005 2:57 pm Subject: Quick Question about ADCs |
If I do not specify the line
#device adc=X
where X is the resolution. will it use 10Bit resolution? I am currently using a PIC16F88 with a 10 Bit ADC.
Thanx,
Darryl |
Topic: best way to measure voltage/current with PIC?? |
djwallace
Replies: 32
Views: 62352
|
Forum: General CCS C Discussion Posted: Tue Dec 21, 2004 7:08 pm Subject: yo |
I have no idea what a 'level-shifter' is..
could you please elaborate on that? |
Topic: best way to measure voltage/current with PIC?? |
djwallace
Replies: 32
Views: 62352
|
Forum: General CCS C Discussion Posted: Tue Dec 21, 2004 4:57 pm Subject: similar problem |
I have a similar problem where I want to measure the voltage/ current..
I am currently designing a maximum power point tracker and accuracy is important. I have been trying to use a hall effect ... |
Topic: trouble with multiple interrupts |
djwallace
Replies: 2
Views: 7189
|
Forum: General CCS C Discussion Posted: Fri Nov 26, 2004 2:15 pm Subject: trouble with multiple interrupts |
Thank you!
that worked instantly |
Topic: PIN_A0 problem? |
djwallace
Replies: 10
Views: 13384
|
Forum: General CCS C Discussion Posted: Fri Nov 26, 2004 2:06 pm Subject: PIN_A0 problem? |
In your code,
if you just hit 'a' once on the keyboard, the LED on pinA1 should blink on and off once. The next time your loop goes around, it will hang at the line
a=getc();
until you hit a ... |
Topic: trouble with multiple interrupts |
djwallace
Replies: 2
Views: 7189
|
Forum: General CCS C Discussion Posted: Fri Nov 26, 2004 1:56 pm Subject: trouble with multiple interrupts |
I am currently coding an experiment using a pic16f877 for a psychology professor.
I am using 3 interrupts: timer1 (to act as a millisecond timer), ext (to monitor an external button box), and RDA ... |
|