Author |
Message |
Topic: BMP085 Pressure Sensor |
Hexadec
Replies: 27
Views: 195907
|
Forum: Code Library Posted: Tue Oct 15, 2013 1:29 pm Subject: BMP085 Pressure Sensor |
Thanks for the code ajt, saved me a lot of time!
Working perfectly on 18F45K20 with LCD readout. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Mon Feb 11, 2013 3:29 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
@dezso
Please post your full setup code including #defines, #includes and all fuse settings.
Also post the decoded version of your SPI transaction. Is it actually sending the data you expect to ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Sun Feb 10, 2013 12:13 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Eduardo's code works perfectly as it is, so it can only be a problem either with your hardware or the way you are setting up the PIC.
I only have working code for 18F26K20 and 18F4550 which you are ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Mon Jan 28, 2013 8:20 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Try the sample code that Eduardo so kindly put together.
This will test your hardware and show you how to use the drivers. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Mon Jan 28, 2013 3:54 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
code works on your 18F4550 but not work my 18F4520. what is the reason?
The STREAM= is only naming the stream for the protocol.
What error message do you get and have you defined RF24_SPI?
T ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Sun Jan 27, 2013 6:16 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Here's my setup code for an 18F device which works well with Eduardo's code unchanged.
/***** D E F I N E S *********************************************************/
#define RF24_IRQ PIN_B ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hexadec
Replies: 286
Views: 1384704
|
Forum: Code Library Posted: Wed Jan 09, 2013 6:39 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hi Eduardo,
I've been lurking around this Forum for years but you have saved me so much work with your driver that I decided to join at last just to thank you.
So....
Thank-you Eduardo for a ... |
|