Hi,
I am trying to make communication between two nrf51822 modules. I am using nrf11 SDK, In this i am using proprietary_rf-> esb_low_power_prx(ptx) examples.
In this code, they have given to push button so that w.r.t packet will be sent to RX side.
I made disable all push button configuration at Tx and Rx side. I made simple communication but the problem is once the communication is started then I stoped communication at Tx side (Tx is not sending packets) but still Rx side is printing the packets.
I am attaching my code. Please help me out. Thanks in advance.