CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 8 matches
CCS Forum Index
Author Message
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Mon Jan 21, 2013 1:56 am   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
See thibow post on the first page of this driver topic.

This was because you didn't add " PASS_STRINGS=IN_RAM" directive.


Get a look in my post "How to do"(see first pa ...
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Fri Jan 18, 2013 12:46 pm   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
And my problem almost solved,

I added this

printf("\n*(datain+%u)=%c,adres=%u"i,*(datain+i),(datain+i));

to see which adress are there.

also I c ...
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Fri Jan 18, 2013 12:28 pm   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
I can transmit message but still some problems occurs:)

reciever code;

rv=RF24_RX_getbuffer(&RXpipe, &RXdatasize, RXbuffer1); //Wait till receive data(1 to 32 bytes) i ...
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Fri Jan 18, 2013 9:37 am   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
There is something interesting :/
Inside RF24_comm_in, I added a print command

void RF24_comm_in(int comm, char *datain, int dataSZ) { //Send command and receive input(dataS ...
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Thu Jan 17, 2013 12:02 pm   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
Hi eduardo
As you said, I use printf for check_congif

I have a problem at
RF24_comm_in(R_REGISTER|RX_ADDR_P0, bbuf, 5);//PROBLEMA( bbuf=0x00A1A2 ) //, //Receive add ...
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
amboleos

Replies: 286
Views: 1383354

PostForum: Code Library   Posted: Thu Jan 17, 2013 3:34 am   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
Dear eduardo

I'm trying to use your great driver on pic24fj64gb002. In your RF24_driver_use_example_TXdata_simple() fuction, my transmitter is stuck at

while(RF24_IRQ_state()==false ...
  Topic: i2c state problem
amboleos

Replies: 3
Views: 4454

PostForum: General CCS C Discussion   Posted: Thu Oct 14, 2010 2:51 am   Subject: i2c state problem
Thank you for links, I tried the these codes that are supposed to be working.

Meanwhile my complier is PCWHD 4.112

Master

#include <18f4520.h>
#fuses HS, NOWDT, NOPROTECT, BROWNOUT, ...
  Topic: i2c state problem
amboleos

Replies: 3
Views: 4454

PostForum: General CCS C Discussion   Posted: Wed Oct 13, 2010 7:57 am   Subject: i2c state problem
Hi all,

I have problems with I2C. I need to connect 3 PIC to one master but after six hour, I could only write to one slave. I tried every tutorial and code that I found but in proteus they don't w ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group