BLE task completed that wasn't scheduled (SERVICE/NONE)
I wouldn't be too concerned about this unless it's happening a lot - it's probably related to the connection dropping out while you're trying to connect.
Maybe also try NRF.setTXPower(8) which should boost the Bangle's transmit power and might make connections more reliable. You could also maybe try checking the RSSI (signal strength) I guess in case it's abnormally low
Finally, what core temp sensor are you using? Have you tried others, or do you think it's possible that it's just this one model of sensor that is causing problems?
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.
I wouldn't be too concerned about this unless it's happening a lot - it's probably related to the connection dropping out while you're trying to connect.
Maybe also try
NRF.setTXPower(8)
which should boost the Bangle's transmit power and might make connections more reliable. You could also maybe try checking the RSSI (signal strength) I guess in case it's abnormally lowFinally, what core temp sensor are you using? Have you tried others, or do you think it's possible that it's just this one model of sensor that is causing problems?