I am working on example code of radio transmitter of nrf52
I am working on example code of radio transmitter of nrf52
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?
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?