• 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

About

Avatar for Gordon @Gordon started