Author |
Message |
Topic: Reading K-type temperature |
Labjac
Replies: 2
Views: 4717
|
Forum: General CCS C Discussion Posted: Wed Jan 04, 2012 9:01 am Subject: Reading K-type temperature |
Hallo
Can somebody please let me know if they've tried reading temperature from K-type thermocouples, is there a recommended chip that will do the conversion and I presume you will make use of the ... |
Topic: Real time clock |
Labjac
Replies: 2
Views: 4296
|
Forum: General CCS C Discussion Posted: Sat Dec 31, 2011 5:12 am Subject: Real time clock |
Thanks
I ordered the chip and will start with internal timers soon.
Regards,
Labjac |
Topic: Receiving buffer |
Labjac
Replies: 5
Views: 14285
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2011 5:29 am Subject: Receiving buffer |
Hallo
Thanks again for the always quick response, I used the example code and it works perfect, but there is a line in the code I still don't understand, can somebody please try an explain this to ... |
Topic: Real time clock |
Labjac
Replies: 2
Views: 4296
|
Forum: General CCS C Discussion Posted: Fri Dec 30, 2011 3:24 am Subject: Real time clock |
Hallo
I need to implement time stamping with data being captured, using a pic16f690, can anybody tell me what the easiest way would be, do I need to get an external chip for date and time, or do yo ... |
Topic: Receiving buffer |
Labjac
Replies: 5
Views: 14285
|
Forum: General CCS C Discussion Posted: Thu Dec 29, 2011 2:34 pm Subject: Receiving buffer |
Hope somebody can help.
I using a 16f690 pic with a max232 chip.
Receiving and sending data works fine, but according to the data sheet the pic only got a 2 byte buffer.
Problem is I want to ... |
Topic: Decision making on serial character |
Labjac
Replies: 5
Views: 6057
|
Forum: General CCS C Discussion Posted: Sun Dec 25, 2011 9:40 am Subject: Decision making on serial character |
Hallo
I missed the first line of code when I pasted the code sorry, using a pic16f690.
The analog will be used that's why it was setup, For now I just using characters but will be using a string ... |
Topic: Decision making on serial character |
Labjac
Replies: 5
Views: 6057
|
Forum: General CCS C Discussion Posted: Sun Dec 25, 2011 5:51 am Subject: Decision making on serial character |
Hi
Hope all are well, and enjoying Christmas day.
I got a problem again with reading and making decisions on the result, this could be a issue with my C-coding again (Still new), but the code ex ... |
Topic: Reading serial data |
Labjac
Replies: 8
Views: 15125
|
Forum: General CCS C Discussion Posted: Sat Dec 24, 2011 2:23 am Subject: Reading serial data |
Hi
Telmah even the code you gave me failed to compile, not sure if it's something I'm doing wrong, and if it got something to do with my compiler.
do { //This avoids compiler error message from ... |
Topic: Max232 with Pic16F690 |
Labjac
Replies: 16
Views: 20291
|
Forum: General CCS C Discussion Posted: Fri Dec 23, 2011 8:07 am Subject: Max232 with Pic16F690 |
Hallo
Thanks all, got it working. maybe a good idea to remember that the breadboard got tracks that's not linked horizontally for the powering of the Max chip. strange I got some data because of fl ... |
Topic: Reading serial data |
Labjac
Replies: 8
Views: 15125
|
Forum: General CCS C Discussion Posted: Fri Dec 23, 2011 8:04 am Subject: Reading serial data |
Hallo
I'm trying to read a serial string and then test is, if it's a cetain value I would like to do something, but I'm not sure where I'm going wrong, Firstly the compiler gives me an error if I t ... |
Topic: Simply trying to read a analog signal |
Labjac
Replies: 8
Views: 8967
|
Forum: General CCS C Discussion Posted: Fri Dec 23, 2011 6:37 am Subject: Simply trying to read a analog signal |
Thanks
Busy changing it... And so we learn from the clever people.
THanks again for all the help... |
Topic: Simply trying to read a analog signal |
Labjac
Replies: 8
Views: 8967
|
Forum: General CCS C Discussion Posted: Thu Dec 22, 2011 1:30 pm Subject: Simply trying to read a analog signal |
Thanks for the guidelines.
The code is done as follow and think this is correct.
#include <16F690.h>
#fuses intrc,nowdt,noprotect,put
#use delay(clock=8M)
#use rs232(baud=9 ... |
Topic: Simply trying to read a analog signal |
Labjac
Replies: 8
Views: 8967
|
Forum: General CCS C Discussion Posted: Thu Dec 22, 2011 11:55 am Subject: Simply trying to read a analog signal |
Hi Ttelmah
Thanks for the reply, as I mentioned in my first post, I'm completly new in using PIC's. (Use to PLC programming), and still battling to understand the basics, eg. datasheets I can scrol ... |
Topic: Simply trying to read a analog signal |
Labjac
Replies: 8
Views: 8967
|
Forum: General CCS C Discussion Posted: Thu Dec 22, 2011 10:14 am Subject: Simply trying to read a analog signal |
Hi
Problem wasn't what pin to use, I knew I wanted to use Pin17 and the was An02, but the issue was I didn't know how to assign only one Pin (Meaning pin17).
But this worked not sure if it's cor ... |
Topic: Max232 with Pic16F690 |
Labjac
Replies: 16
Views: 20291
|
Forum: General CCS C Discussion Posted: Thu Dec 22, 2011 10:01 am Subject: Solved :-) |
Thanks for all the help.
I tested the with loopback on Max chip and no data, then started testing the voltage on the signal side (-9 and 9V), voltage was really low, then realised I never put the b ... |
|