Avatar for mccabe

mccabe

Member since Dec 2016 • Last active Dec 2016
  • 1 conversations
  • 4 comments

Most recent activity

    • 6 comments
    • 2,816 views
  • in Puck.js, Pixl.js and MDBT42
    Avatar for mccabe

    Aaaaaand its working..

    I followed the reset steps at the bottom of this page, saved the test code above and its now working (need to play with it a bit more to be sure).

    Sorry for the false alarm.

  • in Puck.js, Pixl.js and MDBT42
    Avatar for mccabe

    Nothing looks odd on the puck with the NFC problem, definitely seems to be something wrong, running the following on both pucks results in one not getting picked up and the second working perfectly (yay).

    NRF.nfcURL("http://espruino.com");
    NRF.on('NFCon', function() { LED1.write(true);});
    NRF.on('NFCoff', function() { LED1.write(false);});
    save()
    
  • in Puck.js, Pixl.js and MDBT42
    Avatar for mccabe

    I've just checked with my second puck and its working as expected, any ideas on how to debug NFC on the first puck? Note that the second puck is still on 1v88.

  • in Puck.js, Pixl.js and MDBT42
    Avatar for mccabe

    Hey,
    Just got my pucks this morning and am really enjoying them so far, I just hit one snag with NFC, my phone (Nexus 6P) will not pick up the device via NFC, by comparison I have some other NFC tags (whiztags) that are working as expected.

    I've tried the following:

    • out of the box NFC config (ie redirect to puck site) isn't picked up by the phone
    • explicitly setting a new url with NRF.nfcURL isn't picked up by the phone

      NRF.nfcURL("http://espruino.com");
      

    I have updated the firmware to 1v89 (one thing with the instructions there is that to select the firmware zip with nRF Connect on Android you have to press and hold on the firmware zip rather than just press - that threw me for a while).
    /John

Actions