You are reading a single comment by @TitiMoby and its replies. Click here to read the full conversation.
  • From the documentation, I discovered that the bangle is able to interact with NFC.
    So I tried very simple code :

    NRF.nfcURL("http://espruino.com");
    NRF.on('NFCon', function() { console.log('nfc on'); });
    NRF.on('NFCoff', function() { console.log('nfc off'); });
    

    Nothing happen with my phone (Pixel 3a XL)
    I tried with NFC Tool app and still nothing
    I also used a tiny NFC tag embedded in a little purple rabbit, but even the cuteness effect did not trigger anything.

    Am I doing something wrong?

About

Avatar for TitiMoby @TitiMoby started