Author |
Message |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Leonardo-Silva
Replies: 286
Views: 1475080
|
Forum: Code Library Posted: Wed Jun 13, 2012 12:43 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hi, Eduardo.
I have tried what you said, but it didn't worked. It should be my code, can you help me again here?
My controller's code:
#include <16F877A.h>
#DEVICE *=16 ICD=TRUE PASS_S ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Leonardo-Silva
Replies: 286
Views: 1475080
|
Forum: Code Library Posted: Mon Jun 04, 2012 3:02 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
nice!
thank you o/. i'll try this tonight.
best regards!  |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Leonardo-Silva
Replies: 286
Views: 1475080
|
Forum: Code Library Posted: Sun Jun 03, 2012 7:18 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Ah, great!
I'll try this. I had this doubt because the functions you used to configure the transceiver's commands uses dma. Like here:
int RF24_comm_out(int comm, char *dataout, int da ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Leonardo-Silva
Replies: 286
Views: 1475080
|
Forum: Code Library Posted: Sun Jun 03, 2012 3:57 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
hi Eduardo,
I'm using the nRF24l01 to control the acceleration and the break of my robot. the pic I have here is the 16f877a. I've read your code and you're using dma for sending multiples bytes... b ... |
|