Hi all,
I have already implemented a transmitter and receiver application on the CC1310 using WOR. However, I now want to have the function of verifying that the transmitted packet has indeed been received. I have a push button on the transmitter which when pressed, sends out a packet. The receiver can receive the packet successfully and re-transmit the pack out. I am able to verify that the packet is re-transmitted out properly and correctly.
What I want to do now is to have the transmitter switch to RX mode for 2 seconds after it has transmitted the packet out (so that is can get the reply back from the receiver to confirm the packet is received) and go back to transmit mode (sleep) again. May I know how can this be implemented? The RX software seems to be doing some scheduling for WOR and it looks complicated to integrate into the transmitter code. Is there a simpler way to just switch to RX mode for 2 seconds and go back to TX?
Thanks in advance.