Yes - I think you'll need to just do NRF.disconnect() - and I guess if you want to avoid it reconnecting you'll need to use sleep and wake.
If you can reproducably get the 3 lights on with a small big of code it'd be great (even better if it was without HID) - then I should be able to track it down a lot better. I wonder whether it might be related to Bonding again...
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.
Yes - I think you'll need to just do
NRF.disconnect()
- and I guess if you want to avoid it reconnecting you'll need to use sleep and wake.If you can reproducably get the 3 lights on with a small big of code it'd be great (even better if it was without HID) - then I should be able to track it down a lot better. I wonder whether it might be related to Bonding again...