Author |
Message |
Topic: Advice for Serial Comms |
JohnKennedy
Replies: 3
Views: 7497
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 5:25 am Subject: Advice for Serial Comms |
Hi
I have an application that I need to start in the new year that requires RS232 communication. I haven't done anything on this using a PIC in the past so I'm looking for some recommended sources ... |
Topic: PIC16F818 not Oscillating |
JohnKennedy
Replies: 3
Views: 5200
|
Forum: General CCS C Discussion Posted: Tue Nov 22, 2005 5:07 am Subject: PIC16F818 not Oscillating |
Hi
Just built up a new board and the PIC isn't oscillating at all (checked using a scope). I have checked the following:-
5V supply is fine.
MCLR is at a steady 5V.
0.1uF directly across 5V s ... |
Topic: Recommendations for demo board please |
JohnKennedy
Replies: 4
Views: 7519
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2005 11:20 am Subject: Recommendations for demo board please |
Thanks for that PCM Programmer.
JFK |
Topic: Recommendations for demo board please |
JohnKennedy
Replies: 4
Views: 7519
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2005 11:02 am Subject: Recommendations for demo board please |
I haven't used i2c either, thats why I really need to learn more about this, any advice or recommendations for demo boards / books that are relevant to this would be appreciated.
thanks
JFK |
Topic: Recommendations for demo board please |
JohnKennedy
Replies: 4
Views: 7519
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2005 8:07 am Subject: Recommendations for demo board please |
Hi
I have an application coming up that requires that I communicate with a battery using the SMbus. I haven't had any experience of using this or a serial interface before.
Can someone please ad ... |
Topic: Measuring a single cell in a multi cell battery pack |
JohnKennedy
Replies: 7
Views: 9039
|
Forum: General CCS C Discussion Posted: Wed Nov 02, 2005 8:30 am Subject: Measuring a single cell in a multi cell battery pack |
Thanks Andrew new there had to be a relatively simple answer but I was damned if I could think of it.
thanks again
JFK |
Topic: Measuring a single cell in a multi cell battery pack |
JohnKennedy
Replies: 7
Views: 9039
|
Forum: General CCS C Discussion Posted: Wed Nov 02, 2005 7:58 am Subject: Measuring a single cell in a multi cell battery pack |
Are the batteries wired in series?
Yes 9 cells in series and I need to measure each individual cell.
JFK |
Topic: Measuring a single cell in a multi cell battery pack |
JohnKennedy
Replies: 7
Views: 9039
|
Forum: General CCS C Discussion Posted: Wed Nov 02, 2005 5:58 am Subject: Measuring a single cell in a multi cell battery pack |
Hi
I need to be able to measure the individual voltage of each cell in a multi cell lithium battery pack. The standard availble IC's for doing this only go to a maximum of 4 cells and I need to mea ... |
Topic: Help Can't Erase 16LF84A |
JohnKennedy
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Thu Sep 08, 2005 8:55 am Subject: Help Can't Erase 16LF84A |
Thanks for the time you have put in PCM Programmer. As soon as I get a few spare minutes I'll take a look at what you suggest.
Thanks again
JFK |
Topic: Help Can't Erase 16LF84A |
JohnKennedy
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Wed Sep 07, 2005 3:08 am Subject: Help Can't Erase 16LF84A |
Hi
managed to get the chips erased thankyou
But this has created another problem ,when I go back to tick the ' auto Select Memory Areas box and click 'Apply' the Configuaration Bits box is ... |
Topic: Help Can't Erase 16LF84A |
JohnKennedy
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Tue Sep 06, 2005 2:28 am Subject: Help Can't Erase 16LF84A |
Thanks for that PCM Programmer I'll try that out.
JFK |
Topic: Help Can't Erase 16LF84A |
JohnKennedy
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Mon Sep 05, 2005 8:03 am Subject: Help Can't Erase 16LF84A |
The Device wasn't code protected, I have doubled checked this by changing the configuration bit and verifying, the programmer reports the error. Could anything else of caused this or are the chips U/S ... |
Topic: Help Can't Erase 16LF84A |
JohnKennedy
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Mon Sep 05, 2005 6:55 am Subject: Help Can't Erase 16LF84A |
Hi
I have some 16LF84A Pics programmed but my customer has just requested a minor change.
I thought I could simply erase the PIC and re-program. I tried this on my Picstart Plus Progra ... |
Topic: help with switch statement |
JohnKennedy
Replies: 3
Views: 6068
|
Forum: General CCS C Discussion Posted: Mon Jul 18, 2005 9:41 am Subject: help with switch statement |
Ok
That might have been in another lifetime when I was doing something in Visual Basic, guess the only way to achieve what I want is multiple IF statements.
Thanks for pointing out the error on ... |
Topic: help with switch statement |
JohnKennedy
Replies: 3
Views: 6068
|
Forum: General CCS C Discussion Posted: Mon Jul 18, 2005 9:08 am Subject: help with switch statement |
Hi
I need to define some constants and the value of these constants depends on the voltage on my A/D pin, so I thought use a switch statement but I can't seem to get it right, I have the following
... |
|