Author |
Message |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Wed Oct 21, 2009 3:48 am Subject: pic16f84 thermometer using DS18B20 |
It worked. Thank you very much!
This is the code that worked for me with PIC16F84:
#include <16f84.h>
#use delay(clock=4000000)
#fuses NOWDT,XT, NOPUT, NOPROTECT
#include "1 ... |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Tue Oct 20, 2009 11:02 am Subject: pic16f84 thermometer using DS18B20 |
The 16F84A only has 1K rom. Floating point code uses a large amount
of ROM space. There isn't enough ROM space to do your floating point
printf statement.
Can I do something? I don't want s ... |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Tue Oct 20, 2009 10:51 am Subject: pic16f84 thermometer using DS18B20 |
That is what I have used. One question. I saw that, when I used "%3.1f" the error apears, can you tell me why %3.1f was put there, please. Thank you. |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Tue Oct 20, 2009 10:09 am Subject: pic16f84 thermometer using DS18B20 |
Sorry for not responding, for 2 days i had trouble with my internet connection. The real temperature was 24 degrees C. The sensor is responding, when I put it near a heat source the temperature start ... |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Sun Oct 18, 2009 4:37 am Subject: pic16f84 thermometer using DS18B20 |
Nobody can help me? |
Topic: pic16f84 thermometer using DS18B20 |
gr1ph0n
Replies: 9
Views: 19428
|
Forum: General CCS C Discussion Posted: Sat Oct 17, 2009 4:35 am Subject: pic16f84 thermometer using DS18B20 |
Hello. I've built a digital thermometer with pic16f84 and DS18B20 from this site: http://www.coolcircuit.com/project/digitemp/ and it's not working very well. The sensor is showing about 72 degrees C ... |
|