I am using the NRF24 for receiver/transmitter on a link between a Uno and a Mega. the basis for the code is http://maniacbug.github.io/RF24 I have finally gotten the units working super. My project is to input a four digit code on the transmitter, send it to the receiver, which will echo back the data sent for accuracy check. Then the code will be displayed on a three inch 7 segment display. My problem is: The code from the above is impossible for me to modify without breaking it. It seems that most of the work is done in the library RF24.h. The code is great for debugging and was very helpful for getting the NRF24s working. However, All my efforts to simplify the code to insert the data and extract it results in compiler errors. Does anyone have any help or a source for a more easily modified code for the NRF24?
Thanks to a bunch of great resource and to the dedication to us who are trying to learn.
Bill