I am relevantly new to Arduino and have very much to learn on it. I have spent days trying to solve this problem I have but have no luck at all.
I have been using 2 Arduino Nanos with low power NRF24L01 Transceivers with the Led_remote example in the RF24 Library.
All works fine but the range was poor so I upgraded to the higher power versions with an SMA aerial as they said it was a direct replacement for the low power device and there wasn't any need to change the software.
This is where my problems begin. The high power devices didn't work.
After lots of messing, I found the following combinations,
low power to low power = work

high power to high power = don't work

low power to high power = work

high power to low power = don't work

I have even swapped the high power devices around and they both receive fine. They both also seem to fine in the serial status.
I then tried the pingpair example and both the high power devices work fine.
I really need the led_remote example to work. Can anyone help?