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: LM35 with PIC16F877A - getting wrong values
adison.mhanna

Replies: 8
Views: 22776

PostForum: General CCS C Discussion   Posted: Mon Aug 05, 2013 5:58 am   Subject: problem solved
hello guys again.
first of all thank you for your support, I've been away for a long period due to some force reasons.
regarding the project, it worked finally!!! Very Happy Very Happy
The problem was th ...
  Topic: LM35 with PIC16F877A - getting wrong values
adison.mhanna

Replies: 8
Views: 22776

PostForum: General CCS C Discussion   Posted: Mon Jun 03, 2013 11:37 am   Subject: LM35 with PIC16F877A - getting wrong values

Quote:
void main()
{
set_tris_a(0x01);
SETUP_ADC(ADC_CLOCK_INTERNAL);
SETUP_ADC_PORTS(ALL_ANALOG);
SET_ADC_CHANNEL(0);
delay_ms(100);
output_a(0x00);

In the line in bold above, yo ...
  Topic: LM35 with PIC16F877A - getting wrong values
adison.mhanna

Replies: 8
Views: 22776

PostForum: General CCS C Discussion   Posted: Mon Jun 03, 2013 9:25 am   Subject: LM35 with PIC16F877A - getting wrong values
hello guys.
I really get stuck!!!
I am designing a temperature logger on the PC. I am using LM35 with PIC16F877A microcontroller with its built-in ADC
I want to send the value of the temperature to ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group