maniacbug / RF24

Arduino driver for nRF24L01
http://maniacbug.github.com/RF24
956 stars 774 forks source link

(Solution) TX MODE Arduino Pauses to Write Function. #89

Closed ajaybnl closed 2 years ago

ajaybnl commented 6 years ago

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 commented 6 years ago

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