RF24
RF24 copied to clipboard
(Solution) TX MODE Arduino Pauses to Write Function.
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"
Update to this library for best solutions. https://github.com/nRF24/RF24