Interesting. I just tried the same (espurino --list), also Mac OS X (MacBook Air) and have drops too.
espurino --list
But when lowering the advertising interval like
NRF.setAdvertising({},{interval: 50})
it seems to be found in all cases. Tried 300, 200, 100 too and still drops there.
Suppose this interval will not improve battery life, but may be a hint why it does not always work?
@ChristianW started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Interesting.
I just tried the same (
espurino --list
), also Mac OS X (MacBook Air) and have drops too.But when lowering the advertising interval like
it seems to be found in all cases.
Tried 300, 200, 100 too and still drops there.
Suppose this interval will not improve battery life, but may be a hint why it does not always work?