Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where can I find more detailed document exept <<nRF51_Reference_manual v1.1>>
Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where can I find more detailed document exept <<nRF51_Reference_manual v1.1>>
There isn't any more public documentation on it, but if you have particular questions, I'll try answering them. What are you planning to do?
Hi Ole I want to use the address as device ID to send or receive data via radio,but I am not very clear how the address0,address1 and prefix works,is there any example?
thanks
I'd say that 16.1.2 and 16.1.4 should cover this, if you use the radio directly. See especially figure 19 and table 17, and note that the least significant byte and the least significant bit goes first on air, and the prefix byte last.
However, if you use the softdevice or Gazell/ESB, you shouldn't use any of these registers directly, and you should instead use the API functions provided to set addresses.