Author |
Message |
Topic: Flexible Keypad Driver |
criss_m
Replies: 12
Views: 128209
|
Forum: Code Library Posted: Tue May 20, 2014 3:02 am Subject: Flexible Keypad Driver |
Its very strange:
i am trying to use the following pins in a SOIC 18F258:
i use flex LCD in same pins (plus PINC7)
#define COL1 PIN_A0
#define COL2 PIN_A1
#define COL3 PIN_A2
#define LI ... |
Topic: canbus - adc |
criss_m
Replies: 13
Views: 14269
|
Forum: General CCS C Discussion Posted: Fri Sep 10, 2010 2:45 am Subject: canbus - adc |
I activated can debug..
my code are the EX_CAN_CCS_A.C EX_CAN_CCS_B.C
here is the output in the sender board:
Running...
CAN_PUTD(): BUFF=0 ID=00000202 LEN=1 PRI=1 EXT=1 RTR=0
DATA = 0 ... |
Topic: canbus - adc |
criss_m
Replies: 13
Views: 14269
|
Forum: General CCS C Discussion Posted: Thu Sep 09, 2010 5:54 am Subject: canbus - adc |
yes i have another board , reciving the frames:
here is the important part of the code on the receiver node:
#int_canrx0
can_isr0()
{
int buffer[8], rx_len, rx_sta ... |
Topic: canbus - adc |
criss_m
Replies: 13
Views: 14269
|
Forum: General CCS C Discussion Posted: Thu Sep 09, 2010 3:40 am Subject: canbus - adc |
Hello Boys...
ive followed testing , i added can_tbe() condition for the transmiter code:
i found out that.
-My code seems to work but after sending 6 frames , it stops.
- It looks like th ... |
Topic: canbus - adc |
criss_m
Replies: 13
Views: 14269
|
Forum: General CCS C Discussion Posted: Sun Aug 29, 2010 1:12 am Subject: canbus - adc |
Thanks PCM programmer:
I'll try.
By the way:
What does the "&" mean ?
in :
can_getd(rx_id, &buffer[0], rx_len, rxstat)
can_putd(0x202, &i, 1, 1, ... |
Topic: canbus - adc |
criss_m
Replies: 13
Views: 14269
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2010 11:45 am Subject: canbus - adc |
Good day Coders:
I have 2 small circuits (18F258+mcp2551) which I've already test :
- Both circuits send and receive can data fine.
- I made some code to trigger leds from one board to the oth ... |
Topic: Square wave sweep, from 36KHz to 37KHz in 20mS. How? |
criss_m
Replies: 3
Views: 4854
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 2:04 pm Subject: Square wave sweep, from 36KHz to 37KHz in 20mS. How? |
I did stuff like this but using Dspic and DAC for my thesis...
There are functions to synth sinewaves and it's not to complicated to make a sweep ...
br
Cristian Mardones |
Topic: ENC28J60 MYSQL how ?? |
criss_m
Replies: 0
Views: 2396
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 9:43 am Subject: ENC28J60 MYSQL how ?? |
A question I've had for a while:
If you wanted to post some sensor value to a mysql database using the internet and a pic+ENC28J60 ? How would you do it ?
(example: insert value analog value i ... |
Topic: Req:cell phone+pic info--pura vida |
criss_m
Replies: 1
Views: 4688
|
Forum: General CCS C Discussion Posted: Thu Mar 30, 2006 10:51 am Subject: Req:cell phone+pic info--pura vida |
hi , i have been tring to find info about how to connect a cell phone to pics , in order to send sms or make calls..
- I want to know wich models have you already succed doing this... (i dont care ... |
|