Hi, thanks for digging into this - which firmware version do you have in your Bangle at the moment?
Just to check though, you are releasing the button on the Bangle as soon as the screen lights up, and not keeping holding it down? I know we have some code which deletes all bonded peers if you boot while holding the button: https://github.com/espruino/Espruino/blob/master/targets/nrf5x/bluetooth.c#L2239-L2260
That's done so that you can't get in the position where your Bangle.js is permanently unconnectable.
@Gordon 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.
Hi, thanks for digging into this - which firmware version do you have in your Bangle at the moment?
Just to check though, you are releasing the button on the Bangle as soon as the screen lights up, and not keeping holding it down? I know we have some code which deletes all bonded peers if you boot while holding the button: https://github.com/espruino/Espruino/blob/master/targets/nrf5x/bluetooth.c#L2239-L2260
That's done so that you can't get in the position where your Bangle.js is permanently unconnectable.