You are reading a single comment by @mccabe and its replies. Click here to read the full conversation.
  • 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()
    
About

Avatar for mccabe @mccabe started