maniacbug / RF24

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

Arduino Crash when radio.powerDown #86

Open Ivanbk opened 6 years ago

Ivanbk commented 6 years ago

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.

ZonkerHarris commented 6 years ago

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...