Using Puck as a single button keyboard

Posted on
Page
of 3
First Prev
/ 3
  • 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

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Using Puck as a single button keyboard

Posted by Avatar for sammachin @sammachin

Actions