Sorry for being inactive. Anyways, I ran the code and this is what i got:
15:17:32.693 -> FIRST WITH THE DEFAULT ADDRESSES after power on
15:17:32.739 -> Note that RF24 does NOT reset when Arduino resets - only when power is removed
15:17:32.739 -> If the numbers are mostly 0x00 or 0xff it means that the Arduino is not
15:17:32.739 -> communicating with the nRF24
15:17:32.739 ->
15:17:32.739 -> SPI Frequency = 10 Mhz
15:17:32.739 -> Channel = 0 (~ 2400 MHz)
15:17:32.739 -> RF Data Rate = 1 MBPS
15:17:32.739 -> RF Power Amplifier = PA_MIN
15:17:32.739 -> RF Low Noise Amplifier = Disabled
15:17:32.739 -> CRC Length = Disabled
15:17:32.739 -> Address Length = 2 bytes
15:17:32.739 -> Static Payload Length = 32 bytes
15:17:32.785 -> Auto Retry Delay = 250 microseconds
15:17:32.785 -> Auto Retry Attempts = 0 maximum
15:17:32.785 -> Packets lost on
15:17:32.785 -> current channel = 0
15:17:32.785 -> Retry attempts made for
15:17:32.785 -> last transmission = 0
15:17:32.785 -> Multicast = Disabled
15:17:32.785 -> Custom ACK Payload = Disabled
15:17:32.785 -> Dynamic Payloads = Disabled
15:17:32.785 -> Auto Acknowledgment = Disabled
15:17:32.785 -> Primary Mode = TX
15:17:32.785 -> TX address = 0x0000000000
15:17:32.785 -> pipe 0 (closed) bound = 0x0000000000
15:17:32.785 -> pipe 1 (closed) bound = 0x0000000000
15:17:32.785 -> pipe 2 (closed) bound = 0x00
15:17:32.785 -> pipe 3 (closed) bound = 0x00
15:17:32.785 -> pipe 4 (closed) bound = 0x00
15:17:32.785 -> pipe 5 (closed) bound = 0x00
15:17:32.785 ->
15:17:32.785 ->
15:17:32.785 -> AND NOW WITH ADDRESS AAAxR 0x41 41 41 78 52 ON P1
15:17:32.832 -> and 250KBPS data rate
15:17:32.832 ->
15:17:32.832 -> SPI Frequency = 10 Mhz
15:17:32.832 -> Channel = 0 (~ 2400 MHz)
15:17:32.832 -> RF Data Rate = 1 MBPS
15:17:32.832 -> RF Power Amplifier = PA_MIN
15:17:32.832 -> RF Low Noise Amplifier = Disabled
15:17:32.832 -> CRC Length = Disabled
15:17:32.832 -> Address Length = 2 bytes
15:17:32.832 -> Static Payload Length = 32 bytes
15:17:32.832 -> Auto Retry Delay = 250 microseconds
15:17:32.832 -> Auto Retry Attempts = 0 maximum
15:17:32.832 -> Packets lost on
15:17:32.832 -> current channel = 0
15:17:32.832 -> Retry attempts made for
15:17:32.832 -> last transmission = 0
15:17:32.832 -> Multicast = Disabled
15:17:32.832 -> Custom ACK Payload = Disabled
15:17:32.832 -> Dynamic Payloads = Disabled
15:17:32.832 -> Auto Acknowledgment = Disabled
15:17:32.832 -> Primary Mode = TX
15:17:32.879 -> TX address = 0x0000000000
15:17:32.879 -> pipe 0 (closed) bound = 0x0000000000
15:17:32.879 -> pipe 1 (closed) bound = 0x0000000000
15:17:32.879 -> pipe 2 (closed) bound = 0x00
15:17:32.879 -> pipe 3 (closed) bound = 0x00
15:17:32.879 -> pipe 4 (closed) bound = 0x00
15:17:32.879 -> pipe 5 (closed) bound = 0x00
15:17:32.879 ->
15:17:32.879 ->
Acording to the text all the way up, i suppose the connection or the module is not good.