ArduinoBLE icon indicating copy to clipboard operation
ArduinoBLE copied to clipboard

NANO 33 IOT, BLE.Scan() stops randomly and Nano BLE hangs after about 1 minute, stop/start doesn't fix it

Open sdetweil opened this issue 3 years ago • 4 comments

i have a device programmed to scan for UUID which works.. and then suddenly someplace in 5 - 10 minutes all scanning stops.. with no recovery

I tried putting BLE.scan() in loop.. but it doesn't do anything (if not used in setup)

which takes me to a question someplace I want to disable scanning to save power.. how do I turn it back on if I can't put scan in loop?

my IOT is running off a battery, trying to conserve as much power as possible.

sdetweil avatar Jun 22 '21 18:06 sdetweil

adding a stopScan()/scan() every minute in loop solves the silence

sdetweil avatar Jun 22 '21 22:06 sdetweil

this doesn't help the NANO BLE which hangs with/without the start/stop

loop is still running

sdetweil avatar Jun 22 '21 23:06 sdetweil

this might be related to #192

sdetweil avatar Jul 19 '21 13:07 sdetweil

Hello same problem arrise here, can you get me the solution for this problem.

murali-dotworld avatar Sep 25 '21 10:09 murali-dotworld