Author |
Message |
Topic: ADF7020-1 Transceiver |
jacqueskleynhans
Replies: 0
Views: 2782
|
Forum: General CCS C Discussion Posted: Thu Jul 14, 2011 12:59 am Subject: ADF7020-1 Transceiver |
Hi Guys,
Anyone tried to interface this device with a PIC before ?
Regards
Jacques |
Topic: wireless comms between pics |
jacqueskleynhans
Replies: 3
Views: 6211
|
Forum: General CCS C Discussion Posted: Mon Jul 04, 2011 11:59 am Subject: wireless comms between pics |
I have successfully implemented the wireless connection between my RX and TX but now the issue remains to structure the data and to formulate a protocol and error correction.
I think its fairly saf ... |
Topic: wireless comms between pics |
jacqueskleynhans
Replies: 3
Views: 6211
|
Forum: General CCS C Discussion Posted: Mon Jul 04, 2011 6:39 am Subject: wireless comms between pics |
I just did, I used a 18f4550 as the receive side as no matter what I try I cant get the pic 24 to interrupt on the serial. So the code works now its just the modules.. |
Topic: wireless comms between pics |
jacqueskleynhans
Replies: 3
Views: 6211
|
Forum: General CCS C Discussion Posted: Mon Jul 04, 2011 3:03 am Subject: wireless comms between pics |
FROM :
#include <24FJ32GA004.h>
#device ICD=TRUE
#device ADC=10
#include <STRING.H>
#include <STDIO.H>
#include <STDLIB.H>
//#include "hardware_tx.c"
... |
Topic: (SOLVED)Remapable pins for spi and uart |
jacqueskleynhans
Replies: 3
Views: 4439
|
Forum: General CCS C Discussion Posted: Thu Jun 30, 2011 1:02 pm Subject: (SOLVED) Remapable pins for spi and uart |
Thank you!!
Appreciate it |
Topic: (SOLVED)Remapable pins for spi and uart |
jacqueskleynhans
Replies: 3
Views: 4439
|
Forum: General CCS C Discussion Posted: Thu Jun 30, 2011 9:09 am Subject: (SOLVED)Remapable pins for spi and uart |
bump |
Topic: (SOLVED)Remapable pins for spi and uart |
jacqueskleynhans
Replies: 3
Views: 4439
|
Forum: General CCS C Discussion Posted: Thu Jun 30, 2011 4:54 am Subject: (SOLVED)Remapable pins for spi and uart |
Hi I am using a pic24FJ32GA004... My question is can I use any pins within the RP range for uart or spi. Or are there specific RP pins for inputs and/or outputs.
I read the data sheet but this matt ... |
Topic: AX 25 Protocol |
jacqueskleynhans
Replies: 0
Views: 2389
|
Forum: General CCS C Discussion Posted: Mon Jun 27, 2011 2:49 pm Subject: AX 25 Protocol |
Has anyone been able to implement the ax 25 protocol in CCS ??
Regards |
Topic: mmcsd always read value 00 |
jacqueskleynhans
Replies: 17
Views: 20615
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2011 7:54 am Subject: mmcsd always read value 00 |
cool got it to work |
Topic: mmcsd always read value 00 |
jacqueskleynhans
Replies: 17
Views: 20615
|
Forum: General CCS C Discussion Posted: Tue Mar 08, 2011 1:38 pm Subject: Software SPI |
Can this example be used with an software spi interface ??
Regards
Jacques |
Topic: problem with pointers |
jacqueskleynhans
Replies: 4
Views: 6141
|
Forum: General CCS C Discussion Posted: Thu Feb 17, 2011 2:43 pm Subject: problem with pointers |
These forums are valuable resources have a look around and also try searching for your problem elements.
http://www.ccsinfo.com/forum/viewtopic.php?t=44697&highlight=struct
This might not hel ... |
Topic: Viewing serial images |
jacqueskleynhans
Replies: 12
Views: 11900
|
Forum: General CCS C Discussion Posted: Wed Feb 16, 2011 8:17 am Subject: Viewing serial images |
@ Ttelmah
I have verified that my image data contains all the JFIF markers except the end marker. So I think I am cutting the last packet short. Don't know why though.
Jacques |
Topic: Viewing serial images |
jacqueskleynhans
Replies: 12
Views: 11900
|
Forum: General CCS C Discussion Posted: Tue Feb 15, 2011 9:35 am Subject: Viewing serial images |
bump |
Topic: Viewing serial images |
jacqueskleynhans
Replies: 12
Views: 11900
|
Forum: General CCS C Discussion Posted: Mon Feb 14, 2011 1:25 am Subject: images |
Hi Still struggling with the jpeg data...
if the total packet which is seen on pg10
<ID2B><DataSize2B><Image Data 58B><verify code2B>
Then After I store the packet in a ... |
Topic: Viewing serial images |
jacqueskleynhans
Replies: 12
Views: 11900
|
Forum: General CCS C Discussion Posted: Sat Feb 12, 2011 10:48 am Subject: Viewing serial images |
ahhh of course you got me was just testing hehe.
I will look into the things you mentioned.
Thx again |
|