Most recent activity
-
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?
-
@navas did you received your D1 mini pro ?
The documentation is a bit misleading in that case:
https://www.espruino.com/Reference#t_l_NRF_NFCon
@allObjects I have no errors, I used the espruino ide web page if that matter.