Author |
Message |
Topic: Temperature sensor output to PIC |
Couch
Replies: 4
Views: 12593
|
Forum: General CCS C Discussion Posted: Fri Apr 30, 2004 10:04 am Subject: Temperature sensor output to PIC |
Search for LM34 and you will get a few ideas, and some sample code. There are a lot more examples if you use a serial or I2C device... |
Topic: what is the problem |
Couch
Replies: 7
Views: 14714
|
Forum: General CCS C Discussion Posted: Thu Apr 29, 2004 8:39 am Subject: what is the problem |
nfs
post the version of compiler you are using, and what specific problem are you seeing (eg. not compiling, wrong a/d value)? Add more info to your post. |
Topic: ASCII problems? @ |
Couch
Replies: 1
Views: 7708
|
Forum: General CCS C Discussion Posted: Thu Apr 29, 2004 8:27 am Subject: try this |
Try :
printf("suru%C nira.se\r",64);
This should format 64dec into an ascii character. |
Topic: Show Time on LCD Display |
Couch
Replies: 6
Views: 14729
|
Forum: General CCS C Discussion Posted: Wed Apr 14, 2004 7:15 am Subject: Show Time on LCD Display |
Hello,
Use an int32 format to make your interrupt sequence (and your last 10 memory) as clean as possible. The downside as you mentioned is that the LCD formatting is a bit trickier, but not too b ... |
Topic: Thermistor circuit |
Couch
Replies: 6
Views: 16407
|
Forum: General CCS C Discussion Posted: Tue Apr 06, 2004 11:15 am Subject: One point about thermisters.... |
If you continuously apply current to a thermister, it will 'self heat', this means that the current flowing through the thermister will create heat, resulting in a temperature reading higher than what ... |
Topic: Fast-burn and slow-burn fuses |
Couch
Replies: 2
Views: 13777
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2004 7:59 pm Subject: Fast-burn and slow-burn fuses |
Only fast blow fuses should be used on electronics, they will protect your circuit against damaging over-currents. Slow blow fuses are primarily used in circuits that will require more current over a ... |
Topic: Called function 'loses' the value of a passed variable |
Couch
Replies: 3
Views: 11896
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2004 3:02 pm Subject: I learned an important lesson about posting a problem... |
PCM and Neutone,
Thanks very much for the responses (your support to this forum is admirable to say the least, I have learned a ton from you guys!). I have to apologize for my first post - the erro ... |
Topic: Called function 'loses' the value of a passed variable |
Couch
Replies: 3
Views: 11896
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2004 10:32 am Subject: Called function 'loses' the value of a passed variable |
Hi guys,
I'm working on troubleshooting a problem where it appears that a called function 'loses' its value once the
function is called. Im using PCM 3.185, and a PIC 16F877. The code snippets ... |
Topic: Serial Data and EEPROM storage - ASCII or Binary |
Couch
Replies: 1
Views: 8653
|
Forum: General CCS C Discussion Posted: Wed Mar 10, 2004 12:14 pm Subject: Serial Data and EEPROM storage - ASCII or Binary |
Hello,
Been using CCS for a few months now - this forum has been a tremendous help to getting started! I hope to be contributing more in near future after to getting to be a little more dangerous . ... |
|