2018-03-22 03:09 AM
At present the Pin-pong code polls for the data received on Radio(RF), can we use Radio Receive interrupt in place of Radio.Rx() function?
#radio-receive-interrupt2018-03-22 04:41 AM
Please don't stuff the entire question in the summary.
Don't think you want it in the interrupt as additional time is taken to sequence radio, but you could semaphore in a different way of you don't like the polling. The main loop with sleep is quite effective.
What's preventing you from actually experimenting here?
2018-03-22 04:48 AM
Not sure why you want to try this but polling works fine in it. You should definitely try it though. Keep such experiments posted here. Will try it myself too.
2018-03-22 06:30 AM
Well presumably to tighten the loop, but the call back occurs before the stack exits the calling routine. The model seems to what the response to be deferred.