You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when BLE is enabled ( BLE.begin() ) the sleep modes won't work anymore. am_hal_sysctrl_sleep(AM_HAL_SYSCTRL_SLEEP_DEEP)
or am_hal_sysctrl_sleep(AM_HAL_SYSCTRL_SLEEP_NORMAL)
have no effect.
The library is NOT Sparkfun, nor maintained by Sparkfun. Issues should be posted here https://github.com/arduino-libraries/ArduinoBLE/issues. There are a number of serious concerns mentioned that have not been solved. Some time ago I did a longer deep dive on ArduinoBLE. I have fixed a large number of issues for myself, including the one you encounter. I have posted the issue, the root cause and solution over a year ago (arduino-libraries/ArduinoBLE#158) with the changes to be made. Not sure why they do not apply the fix but you can apply it yourself.
Hi,
when BLE is enabled (
BLE.begin()
) the sleep modes won't work anymore.am_hal_sysctrl_sleep(AM_HAL_SYSCTRL_SLEEP_DEEP)
or
am_hal_sysctrl_sleep(AM_HAL_SYSCTRL_SLEEP_NORMAL)
have no effect.
Arduino IDE: 1.8.19
Apollo 3 core: 2.2.0
Board: RedBoard Artemis Nano
The text was updated successfully, but these errors were encountered: