Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

NRF24L01 communication link

Status
Not open for further replies.

graha

Newbie level 5
Joined
Apr 4, 2013
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
I am using two numbers of NRF24L01 for RF communication for my meter project. taking one NRF as transmitter and another one as receiver. But i want to know how to communicate the both. how to tune it . how to send and receive data. Pls do explain me and send me the details.

Thank u.
 

program it using SPI port, look at this link: **broken link removed**
search for nrf24l01 (or nrf24l01P) product specification, there would be commands
For example, from datasheet: "06 RF_SETUP RF Setup Register". You can write to this register using something like SPI_WR_Reg(0x20 + 0x06, 0x00 <-your config bits here);
 
  • Like
Reactions: graha

    graha

    Points: 2
    Helpful Answer Positive Rating
    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top