This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

In nrf52, Radio module, section "Address configuration" has 2 parts base address field and address prefix field. can anyone explain me what is the role and importance and how to configure these address?

I am working on example code of radio transmitter of nrf52

Parents
  • These are to configure an address in the physical layer (over the air) which the radio listens for or sends. Which can be a different address from the logical layer, and is not the same as the 6 byte device ID.

    There are many kinds of configuration: 1) configuring the format of the OTA address 2) configuring the address instances which you are listening for (matching them) 3) configuring the address which you are sending to.

    There is much published code, for example RadioHead on Github, and several examples in the SDK. I don't know of a tutorial. And it is rather complicated. Why not use existing code, what do you want to accomplish?

Reply
  • These are to configure an address in the physical layer (over the air) which the radio listens for or sends. Which can be a different address from the logical layer, and is not the same as the 6 byte device ID.

    There are many kinds of configuration: 1) configuring the format of the OTA address 2) configuring the address instances which you are listening for (matching them) 3) configuring the address which you are sending to.

    There is much published code, for example RadioHead on Github, and several examples in the SDK. I don't know of a tutorial. And it is rather complicated. Why not use existing code, what do you want to accomplish?

Children
No Data
Related