RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

(Solution) TX MODE Arduino Pauses to Write Function.

Open ajaybnl opened this issue 7 years ago • 1 comments

My TX Mode Arduino Pauses when the other Arduino in Receiver Mode is turned off. (Aka no Connectivity)

I revealed the problem: add "#define FAILURE_HANDLING" to any .h file (eg rf24.h) and Rename "uint32_t timer" (timer named variable is having problem) (all timer variables in RF24::write() function to some other name like "timer9"

ajaybnl avatar Feb 06 '18 07:02 ajaybnl

Update to this library for best solutions. https://github.com/nRF24/RF24

ajaybnl avatar Feb 06 '18 07:02 ajaybnl