CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: send temperature with rf
aldoudou

Replies: 5
Views: 7872

PostForum: General CCS C Discussion   Posted: Sat Oct 30, 2010 6:48 am   Subject: send temperature with rf
IF I make this is better?

temperature = ds1820_read();
temp = (int)temperature;
b[0]=make8(temp,1);
b[1]=make8(temp,0);
for (n=0; n&l ...
  Topic: send temperature with rf
aldoudou

Replies: 5
Views: 7872

PostForum: General CCS C Discussion   Posted: Thu Oct 28, 2010 3:34 pm   Subject: send temperature with rf
Yes now I have see my fault to crystal, thank you for your suggestion. The crystal which I use is 20 Mhz I forgot a '0'
The BITS=9 I have see some examples with rs 232 because of that I have write th ...
  Topic: send temperature with rf
aldoudou

Replies: 5
Views: 7872

PostForum: General CCS C Discussion   Posted: Thu Oct 28, 2010 9:43 am   Subject: send temperature with rf
Hi everyone,
I work in a project witch I take the temperature from a sensor (ds18b20) this sensor connected with a pic(18f4423) and I send it to lcd.
Now I want to send through rf to another pic ( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group