Do you get all 3 LEDs turning on for a fraction of a second when you try and connect?
Can you maybe try and run this code?
var f = require("Flash"); for (var i=119;i>=115;i--) { print(i); f.erasePage(i*4096); }
It'll clear out the bonding region of memory - it's possible it has got corrupted somehow and that is causing the device to reboot
@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.
Do you get all 3 LEDs turning on for a fraction of a second when you try and connect?
Can you maybe try and run this code?
It'll clear out the bonding region of memory - it's possible it has got corrupted somehow and that is causing the device to reboot