I am attempting to get two nRF24L01’s to talk back and forth together, but I am unsuccessful. I have tried changing the data rate, auto ack’s, and channels, but nothing seems to work. When in transmit mode, the packets seem to go out okay, but nothing is ever received on the other end. It should be noted that one is using an SMA antenna, and the other is using the built-in antenna. I have tried using each in TX and RX mode, but no dice. Each is currently wired on a breadboard with a MC9S08QG8 demo board connected. I am using a modified version of Brennen’s nRF24L01 header and c files. I will use subsequent posts to break the code into sections for easier dissection.
…
…
…
…
…
…
I apologize in advance for the code that is commented out. I have been using the LED’s on the demo boards for debugging purposes. The whole purpose of this is to control a relay that will kill the ignition on a boat if you fall off. I have not done any distance or time calibrations yet, so I don’t even know if this will work properly. However, I want to get the transceivers talking so I can find out. Does anyone see any immediate issues that would cause the RX side not to receive any data? Any help would surely be appreciated!!!
It now seems to be working.