Hello
I remember having trouble dealing with those also.
What you can try do to do is
don't put the devices to close to each other
try to use external power supply
add a capacitor between Vcc and Gnd, the closest possible of the radio module
set the radio power to the maximum just to test
Are you using fake Arduinos? You can. Just asking because when I tried (a few time ago), it was working with some arduinos, and some others no ; without changing anything but the board
I don't have any capacitors at the minute, will need to order some.
The transmitter side was plugged into a USB charger away from the computer.
They are Nano Clones, I bought a complete kit with two Nanos, two nRF24l01s with separate antennae and two adaptor boards.
As the RX is displaying data on the Serial Monitor, I fed the Nano of the RX from my computer using the USB lead.
The TX is fed from a 3A USB charger.
To check that the Nanos were working, I loaded the blink sketch onto each and all was well. Following that, I uploaded the TX and RX sketches again. This time, I made sure only the sketch being uploaded was open. Everything is now working correctly.
A couple of questions if you don't mind:
1 - Are the power options just MIN and MAX?
2 - Is it trial and error to see what option works? the project I am looking at needs to transmit about 10m maximum through a window.
3 - What size capacitors works best? I have seen a few posts, some use 10 microFarads, some 47 microFarads and others 100 microFarads
You can find the answers to most of your questions here:
& here
Also RF24_PA_LOW & RF24_PA_HIGH You can also enable/disable the LNA if using a high powered module: radio.setPALevel(RF24_PA_HIGH, 0); to disable it via the 0.
Pretty much, radio/wireless systems pretty much need to be tested in real life scenarios to see how they function in the environment.
I typically use 10uF, but 47uF will work. 100 is a bit overkill. You see it depends on your power supply, you might not even need them with a solid power supply. In theory you could have a small (100nF) cap, + a large (10-47uF) cap to filter out noise and provide power. If running off batteries for example, a 0-10uF cap should be good.