I recently got a Pixl.js and a Puck.js
NFC is working fine on my puck.js but I can't get it working on my pixl.js.
This is my code:
NRF.nfcURL("http://espruino.com"); NRF.on('NFCon', () => LED1.write(true)); NRF.on('NFCoff', () => LED1.write(false));
I've tried:
NRF.nfcURL()
NRF.nfcURL('https://google.com')
Am I doing something wrong or could my pixl be broken? :(
@fiws started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I recently got a Pixl.js and a Puck.js
NFC is working fine on my puck.js but I can't get it working on my pixl.js.
This is my code:
I've tried:
NRF.nfcURL()
followed byNRF.nfcURL('https://google.com')
Am I doing something wrong or could my pixl be broken? :(