Ryan Powell
Ryan Powell
Can you share your pio env? Can you share the backtrace?
Closing as stale.
Hi @Koxx3, I don't see any obvious problem in the logs. I suspect an issue with the BLE controller as it's well known to hang, especially in the version of...
The old versions, such as 1.0.6 were better in this regard, but I doubt you want to go back to that. I believe this should be fixed when the new...
@Koxx3 are you still having this issue?
@Koxx3 A number of commits where just made to the master branch and 1 to the release branch that should resolve this.
I've never heard of or experienced this issue before, do you have any examples where this can be reproduced?
This is not a function of this library, more of a core function. That said, you can follow the Nordic examples and use `NRF_POWER->SYSTEMOFF = 1;` to enter system off...
Just to add to my response above, the Arduino_nRF5x_lowPower library is only for use with the softdevice, not NimBLE. n-able core has the `systemPowerOff()` function that should work for this...
Due to the nature of the BLE stack I would highly recommend using a task priority for the application that is less than the host task. Is there a specific...