Please Help!
I’ve been trying to get two Nanos with RF24 transceivers to talk to each other.
I’m using the code from Robin2’s post:
When I run the communication test code I only get zeros
Is there anything wrong with my setup? Checked continuity through the wires, tried with Unos and nanos and a combination of both, and I’m stuck. Please help
That makes complete sense! Would I be okay powering everything from the battery pack and still having it plugged into the usbc to read the serial monitor?
You run the risk of back feeding your USB port from the battery. There's circuitry on the Uno that's supposed to prevent that, but often it doesn't work due to an incorrect choice of parts.
Just add a connection between the battery's ground and the Uno's ground.
Thanks for your help van_der_decken. I have tried your suggestion and still not getting communication between the two boards, the result of the RF24 test is slightly different but i have no idea what it means
I've also tried removing the power boards from the RF24s and powering direct from the 3.3v pin on the nano (still using the capacitor) but still no luck
any other ideas? the results of the RF24:
That report looks quite reasonable on the surface. You've got SPI communications with the nRF24L01 and nothing in the values immediately jumps out as suspect. Anyhow, that's all I've got.
Appreciate the help! So frustrting as all the videos and tutorials i've watched make these things to be so simple to use, but I can't even get them to work when i haven't even written the code!
Is there any one else out there that could help?