It's not intended to be a stress test, it's just something I'm adapting to transmit sensor readings over Bluetooth. More frequent is better, but it doesn't need to be that frequent.
Sadly no luck with your suggestion. I tried changing the delay(10) to delay(1000) but it still behaves the same: the Bangle.js 2 disconnects with reason 62 after almost exactly 1 second.
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.
It's not intended to be a stress test, it's just something I'm adapting to transmit sensor readings over Bluetooth. More frequent is better, but it doesn't need to be that frequent.
Sadly no luck with your suggestion. I tried changing the
delay(10)
todelay(1000)
but it still behaves the same: the Bangle.js 2 disconnects with reason 62 after almost exactly 1 second.