Author |
Message |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Wed May 03, 2017 7:10 pm Subject: Re: Problem with PIC16LF88 |
About the error "Expression must evaluate to a constante", probably you did not used the expression at the beginning of the program
Code:
#device PASS_STRINGS=IN_RAM
See later posts, ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu Feb 02, 2017 11:21 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Dear Eduardo,
This is first signalling which generated from RF24_default_config() function.
As you can see some clocks are missing. I don't understand what is wrong. I am waiting for your reply as ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Mon Oct 17, 2016 11:29 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Have you seen the example file, at the top of this topic? |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Fri Sep 09, 2016 6:52 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Probably the problem is the version of the compiler.
The code worked originally in CCS version 4.124 or similar. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu May 12, 2016 6:41 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Thanks dmendesf and all of others answers.
It is really good to see it here ;) |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu May 12, 2016 5:55 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Uau, It is really not good! Some of people that posted here can be using fake nRFs. Some code can not work!
;( |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu Apr 14, 2016 11:28 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Sorry Lucas. I´m very busy at these days. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Tue Apr 12, 2016 6:57 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hallo Lucas!
Thats ok for PIC16F628A. I've already used this driver in this uC. Just include files as the example at the beginning of this topic (I think this example is located at page 2 of this t ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Mon Oct 26, 2015 5:16 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
From: aaronik19
To: Eduardo__
Posted: Sat Oct 24, 2015 7:22 pm
Subject: nrf24 question
Dear Eduardo,
I saw your post about the nRF24 well done. Large code indeed!
Can I ask you somethin ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu Sep 17, 2015 7:54 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Sorry, but I'm working on my Master's degree dissertation, so I'm very busy and can not help the community till beginning next year.
Sorry for all
Eduardo |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Wed Aug 05, 2015 3:48 pm Subject: Re: how to use in ccs only? |
How did you initialize SPI? It seems you not initialyzed correcly SPI.
e.g.:
#USE SPI(MASTER,DI=pin_C4,DO=pin_C5,CLK=pin_C3, BAUD=1000000, MODE=0, BITS=8, MSB_FIRST, STREAM=STREAM_SPI2) //this wil ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Mon Jun 01, 2015 7:13 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Yes, you can use 100 transceivers in the same channel (or in different channels). But you must implement a protocol to handle with it! |
Topic: DMA Driver for PIC18F26J11 and others |
Eduardo__
Replies: 14
Views: 91433
|
Forum: Code Library Posted: Mon Dec 22, 2014 10:05 am Subject: DMA Driver for PIC18F26J11 and others |
Trank you a lot for sharing your experience with us Mr. zspikes!!!
It´s very good to hear from you again!!!
I wish you a very Merry Xmas and a very good new year!!!!!!
Eduardo |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Fri Dec 05, 2014 11:43 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
you can execute default_config() and flush the registers.
As I said, try to do the communication without the ACK. You can make your own configuration based on default_config() function. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo__
Replies: 286
Views: 1351447
|
Forum: Code Library Posted: Thu Dec 04, 2014 5:45 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Dear Pret. At this time I've not too much time to answer. But lets go on.
I know that everytime tha TX transmits and waits for the ACK. So this is not the problem. Try to put a delay between transm ... |
|