How should the addressing be between an nrf24LU1+(transmitter) and nrf24l01+(Reciever) in the code.?
The registers TX_ADDR, RX_ADDR_P0, RX_ADDR_P1 are updated on a device as I know.
In order to set the own address of a device, which registers should be accessed? In order to set the address of other device, which register should be written to ?
In the nRFgo SDK, \nRFgo SDK 2.3.0.10040\source_code\projects\nrfgo_sdk\enhanced_shockburst_examples\ptx\Keil\nRF24lu1p looks like some default addresses are used. The addresses are not explicitly set.
Can you explain how they are used ?