Hi there
I bought two nrf24l01, its using RF24 library and i have gone through the examples in RF24 library it doesn't make any sense for me :(. can anyone explain me with a code how to turn on led using nrf24l01. i have gone through the web I couldn't find any except this one i found this nRF24L01 and UNO R3 Tutorial - Project Guidance - Arduino Forum but this piece of code doesn't work
Go through this page. Arduino Playground - Nrf2401
It has a very simple & well explained example,exactly what you want to know. BUT the example is with nRF2401 modules.
My question is, can I use the nRF2401 example with the nRF24L01 module..? Any help will be appreciated.
Thanks.
rajuprithiv:
i have gone through the examples in RF24 library it doesn't make any sense for me
That's strange, because the examples are pretty straightforward. I suggest you persevere with them, and they will eventually make sense. Have you actually run them and seen them work?
i got example code working with arduino its running as it commented on the code. i cant understand the code if any one can explain with simpler code would be really helpful
Hi,
I have a problem to send an recieve the data with RF24. My serial monitoring shows something unexpected and sender module shows the data that must be sended, even if reciever is turned off.
Anybody has a idea what's wrong ?