Author |
Message |
Topic: Can't read device ID |
Jampe
Replies: 4
Views: 52337
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Dec 19, 2013 6:13 pm Subject: Can't read device ID |
Email CCS support and ask them what to do. Give them a link to
this thread. Give them your name and your CCS user number.
I will thank you a lot! |
Topic: Can't read device ID |
Jampe
Replies: 4
Views: 52337
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Dec 19, 2013 1:40 pm Subject: Can't read device ID |
Read this thread. It's a 2-page thread. It has some possible fixes for
the CCSload "access violation" problem:
http://www.ccsinfo.com/forum/viewtopic.php?t=43576
Thank you for your rapi ... |
Topic: Can't read device ID |
Jampe
Replies: 4
Views: 52337
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Dec 19, 2013 9:37 am Subject: Can't read device ID |
Hi everyone,
I'm trying to connect my controller (PIC16F887) to my PC (with ICD-U64) and this is the error i receive :
http://up402.siz.co.il/up2/i1mknrzjn0tm.png
There I see :
http://up402. ... |
Topic: Connecting LCD & KEYPAD to PIC16F877A |
Jampe
Replies: 1
Views: 4315
|
Forum: General CCS C Discussion Posted: Sun Mar 25, 2012 4:24 am Subject: Connecting LCD & KEYPAD to PIC16F877A |
Hello everybody ,
Sorry about my English and my newbie questions.
I've bought this LCD & KEY PAD : http://www.ccsinfo.com/product_info.php?products_id=lcdkeypad
After looking of the [url=http:/ ... |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 7:23 am Subject: Infrared Measuring with PIC16F877A |
Thank you temtronic for your reply.
I found this
// Noah Stahl
// 5/25/2011
// http://arduinomega.blogspot.com
// Arduino Mega 2560
//This sketch is used to test the Sharp Long Range In ... |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 2:23 am Subject: Infrared Measuring with PIC16F877A |
gpsmikey , thank you for your reply.
I saw the graph and I took it in account but I checked for 80cm..
Does my code should work?
How can I convert the voltage that my sensor sends to cm?
Thanks,
... |
Topic: IMU Sensor Stick 9DOF with PIC16F877A |
Jampe
Replies: 11
Views: 14885
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 12:27 am Subject: IMU Sensor Stick 9DOF with PIC16F877A |
SpaceXDebris, works great! Thank you! |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 12:08 am Subject: Infrared Measuring with PIC16F877A |
PCM programmer , thank you for your answer.
I changed it to :
printf("value=%x\n",value);
This device outputs the voltage corresponding to the
detection distance
F ... |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 2:58 pm Subject: Infrared Measuring with PIC16F877A |
I got data even without connecting the sensor.
Why is that?
How do I modify my code for a working code?
*to remain , the sensor is connected to pin A1 *
Thanks,
Jampe. |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 8:40 am Subject: Infrared Measuring with PIC16F877A |
I try to receive information from remote controller and the data is wrong.
I just wanted to know if my code should work.
Thanks,
Jampe. |
Topic: Infrared Measuring with PIC16F877A |
Jampe
Replies: 12
Views: 16473
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 3:28 am Subject: Infrared Measuring with PIC16F877A |
Hello all ,
I've tried to measuring distance with
#include <16F877A.h> // Preprocessor directive that selects the chip
#fuses HS,NOWDT,NOPROTECT,NOLVP ... |
Topic: receive i2c data from pic16f887 to pc by rs232 |
Jampe
Replies: 33
Views: 54581
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2012 10:08 am Subject: receive i2c data from pic16f887 to pc by rs232 |
Thank you all! it works!
temtronic, thanks for your explanation.
PCM programmer, your code is working! Thank you all for your help.
Thank you for your patience and rapidly responses!
The SRF08 sen ... |
Topic: receive i2c data from pic16f887 to pc by rs232 |
Jampe
Replies: 33
Views: 54581
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2012 12:47 am Subject: receive i2c data from pic16f887 to pc by rs232 |
Thank you for your codes..
jeremiah , your code output "data=00 00"..
PCM programmer , your code didn't print anything.
Does that make sense?
For be sure , this is the way I've connected ... |
Topic: receive i2c data from pic16f887 to pc by rs232 |
Jampe
Replies: 33
Views: 54581
|
Forum: General CCS C Discussion Posted: Wed Mar 14, 2012 3:03 pm Subject: receive i2c data from pic16f887 to pc by rs232 |
I wrote as you say and it shows "data=08" all the time.
This is the code :
#include <16F887.h>
#device adc=16
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS ... |
Topic: receive i2c data from pic16f887 to pc by rs232 |
Jampe
Replies: 33
Views: 54581
|
Forum: General CCS C Discussion Posted: Wed Mar 14, 2012 2:48 pm Subject: receive i2c data from pic16f887 to pc by rs232 |
Thank you for your reply , I used your new code and this is the output :
Start:
ACK addr: E4
... |
|