Avatar for TitiMoby

TitiMoby

Member since Mar 2017 • Last active Jul 2020
  • 1 conversations
  • 3 comments

Most recent activity

    • 7 comments
    • 2,318 views
  • in Bangle.js
    Avatar for TitiMoby

    The documentation is a bit misleading in that case:
    https://www.espruino.com/Reference#t_l_N­RF_NFCon

    Note: This is only available in NRF52 devices (like Puck.js, Pixl.js, Bangle.js and MDBT42Q) and ESP32 boards

    @allObjects I have no errors, I used the espruino ide web page if that matter.

  • in Bangle.js
    Avatar for TitiMoby

    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?

  • in ESP8266
    Avatar for TitiMoby

    @navas did you received your D1 mini pro ?

Actions