RF24 icon indicating copy to clipboard operation
RF24 copied to clipboard

Arduino Crash when radio.powerDown

Open Ivanbk opened this issue 8 years ago • 1 comments

I'm having an issue with the arduino pro mini and uno. When i call for the function "radio.powerDown();" my arduino stops working after that, any code that follows that command fails to execute. I don't know how to resolve the issue, and I can't seem to find it anywhere.

Ivanbk avatar Nov 11 '17 20:11 Ivanbk

Which library (or libraries) are you using? I don't recognize the command.

I'll suggest that the routine is trying to check some thing (toggle a digital output, read from some hardware, expect some input) that isn't happening, so your routine is stuck waiting...

ZonkerHarris avatar May 30 '18 17:05 ZonkerHarris