Some devices with a "tx" silkscreen are indicating "connect tx wire here" "transmit leaves here" and some devices are indicating "transmit enters here"... verify this with your radio devices' documentation.
The majority of problems with these modules reported here are caused by using an inadequate power supply. This is particularly the case when the high power modules are used
The first thing to try is to add an electrolytic capacitor across the power terminals of the RF module as close to them as possible. Do you have any such capacitors ?
To be honest this is not likely to solve the problem but is easy to try. A better solution is to use an external power supply for each RF module
As a halfway house you can use one of these breakout boards powered from a 5V pin on the Arduino
As described in the RF24 Common Issues Guide, radio modules, especially the PA+LNA versions, are highly reliant on a stable power source. The 3.3V output from Arduino is not stable enough for these modules in many applications. While they may work with an inadequate power supply, you may experience lost packets or reduced reception compared to modules powered by a more stable source.
Symptoms of Power Issues:
Radio module performance may improve when touched, indicating power stability issues.
These issues are often caused by the absence of a capacitor, a common cost-saving omission by some manufacturers.
Temporary Patch:
Add Capacitors: Place capacitors close to the VCC and GND pins of the radio module. A 10uF capacitor is usually sufficient, but the exact value can depend on your circuit layout.
Use Low ESR Capacitors: Capacitors with low Equivalent Series Resistance (ESR) are recommended, as they provide better power stability and performance.
Adding the appropriate capacitors can greatly improve the reliability of your RF24 module by ensuring a stable power supply, thus minimizing packet loss and enhancing overall performance. A separate power supply for the radios is the best solution.
The problem is not an unstable signal but instead, a lack of one. Thanks for the info on how to solve a unstable signal that may be helpful if I can get the radios to actually send and receive.
ok I also measured the current and the voltage from the Arduino to the module, is it supposed to have current going while in receive mode but, not receiving any messages. What I got from my readings was a voltage of 3V and current while in Rx mode and not receiving messages of 0.00 mA.