Author |
Message |
Topic: Custom KeyPad Problem |
Ed_Banses
Replies: 2
Views: 4420
|
Forum: General CCS C Discussion Posted: Fri Feb 09, 2007 3:48 am Subject: Custom KeyPad Problem |
Thanks a lot PCM programmer!!!!
It works!!!!
You have save me again.
If you come to manchester at any time I will buy you a couple of pits ;)
Thanks again.
Kind Regards,
Eduardo |
Topic: Custom KeyPad Problem |
Ed_Banses
Replies: 2
Views: 4420
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2007 8:44 am Subject: Custom KeyPad Problem |
Hi all,
I am working now in a project where I have to interface a custom made KeyPad with a PIC.
KeyPad has each button connected straight to a PIC pin in one side and GND in the other side. There ... |
Topic: Wireless Prototyping Board |
Ed_Banses
Replies: 0
Views: 3273
|
Forum: General CCS C Discussion Posted: Tue Aug 29, 2006 9:48 am Subject: Wireless Prototyping Board |
Hi all,
I have been reading about the new evaluation board for wireless applications and it looks great!
Do you know which kind of examples are included in the kit?
Is CCS working in a zigbee sta ... |
Topic: Batron LCD Driver Issue |
Ed_Banses
Replies: 3
Views: 8122
|
Forum: General CCS C Discussion Posted: Tue Aug 15, 2006 1:51 am Subject: Batron LCD Driver Issue |
I am really looking forward to see your results.
Thanks a lot for your help.
Eduardo |
Topic: Batron LCD Driver Issue |
Ed_Banses
Replies: 3
Views: 8122
|
Forum: General CCS C Discussion Posted: Mon Aug 14, 2006 8:52 am Subject: Batron LCD Driver Issue |
Hi all,
I have place a post in the Code Library Forum asking for support of one of the drivers placed there. As I don't know if that is the bast place to ask for help, I have decided to place it he ... |
Topic: How to define a data type of 10 bits or 24 bits? |
Ed_Banses
Replies: 2
Views: 6078
|
Forum: General CCS C Discussion Posted: Fri Feb 24, 2006 6:44 am Subject: How to define a data type of 10 bits or 24 bits? |
Thanks for your answer.
I am using the PIC16F688 because the Ultra Low Power Wake Up feature.
I am going to take a look that you say, but I think that I am going to change the idea using the exotic ... |
Topic: How to define a data type of 10 bits or 24 bits? |
Ed_Banses
Replies: 2
Views: 6078
|
Forum: General CCS C Discussion Posted: Tue Feb 21, 2006 3:31 am Subject: How to define a data type of 10 bits or 24 bits? |
Hi all,
I was wondering if there is any way to define a data type of 10 bits or one of 24 bits. I am getting problems with RAM space and the possibility to define this "exotic" data types could sol ... |
Topic: Inductive Sensor connected to PIC design question |
Ed_Banses
Replies: 9
Views: 12254
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 7:21 am Subject: Inductive Sensor connected to PIC design question |
Thanks a lot for all the replies!!!
I will go to get the optoisolated inputs with current limitation, looks as the best solution!!
Thanks again. |
Topic: Inductive Sensor connected to PIC design question |
Ed_Banses
Replies: 9
Views: 12254
|
Forum: General CCS C Discussion Posted: Thu Dec 01, 2005 10:07 am Subject: Inductive Sensor connected to PIC design question |
Thanks a lot for your responses!!!
There are very good ideas.
The sensor I am evaluating now is pepperl flutch NBN2-8GM50-E2
http://www.pepperl-fuchs.com/selector/gui/show_product_detail.kly?select ... |
Topic: Inductive Sensor connected to PIC design question |
Ed_Banses
Replies: 9
Views: 12254
|
Forum: General CCS C Discussion Posted: Thu Dec 01, 2005 3:09 am Subject: Inductive Sensor connected to PIC design question |
Hi all,
I am starting a new project where I have to interface some inductive sensors (4 in total) with a PIC microcontroller.
These sensors are powered to 24V and they have a digital output that c ... |
Topic: GSM problems with AT commands |
Ed_Banses
Replies: 12
Views: 14033
|
Forum: General CCS C Discussion Posted: Sat Nov 26, 2005 12:18 pm Subject: GSM problems with AT commands |
Well, I am using the evaluation board of CCS for the PIC16F877 microcontroller.
Mainly is the PIC connected to a MAX232 and y connected the Max In/Out to the MODEM.
Thanks a lot.
Regards,
Eduardo |
Topic: GSM problems with AT commands |
Ed_Banses
Replies: 12
Views: 14033
|
Forum: General CCS C Discussion Posted: Sat Nov 26, 2005 6:16 am Subject: GSM problems with AT commands |
Thanks a lot for your responses.
Unfortunately I am still without communication :(
I wrote the next code in order to check the communication with the modem:
#include <16f877A.h>
#device ... |
Topic: GSM problems with AT commands |
Ed_Banses
Replies: 12
Views: 14033
|
Forum: General CCS C Discussion Posted: Thu Nov 24, 2005 4:57 am Subject: GSM problems with AT commands |
Thanks a lot for your ideas, I will try them!!
I will tell you how is going everything.
Thanks a lot again,
Eduardo |
Topic: GSM problems with AT commands |
Ed_Banses
Replies: 12
Views: 14033
|
Forum: General CCS C Discussion Posted: Wed Nov 23, 2005 6:43 am Subject: GSM problems with AT commands |
Thanks a lot for the reply Ttelmah
I have just included the task in a while loop, the sms should be sended when I press a button and wait until the next time I will press it.
In addition to this I ... |
Topic: GSM problems with AT commands |
Ed_Banses
Replies: 12
Views: 14033
|
Forum: General CCS C Discussion Posted: Tue Nov 22, 2005 4:14 pm Subject: GSM problems with AT commands |
Hi everybody,
I am starting a project trying to communicate a PIC16F877A with a GSM modem Fargo Maestro 100.
I want to send a message and I can do it by using a PC connected by hyper terminal with ... |
|