Glad it's sorted! The NFC behaviour is a bit confusing.
The general idea was: if you start playing around with Puck.js you probably don't want NFC to go to the getting started page again - but it can be confusing if you were doing stuff and it just stops working.
Also, it's possible that there is a bug and it somehow got confused. If it happens again you could try forcing it off with NRF.nfcURL(); and then turning it back on with NRF.nfcURL("http://espruino.com");
... just to add - at least on my tablet, NFC won't be picked up if you already have the webpage you're pointing at open in the browser
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.
Glad it's sorted! The NFC behaviour is a bit confusing.
The general idea was: if you start playing around with Puck.js you probably don't want NFC to go to the getting started page again - but it can be confusing if you were doing stuff and it just stops working.
Also, it's possible that there is a bug and it somehow got confused. If it happens again you could try forcing it off with
NRF.nfcURL();
and then turning it back on withNRF.nfcURL("http://espruino.com");
... just to add - at least on my tablet, NFC won't be picked up if you already have the webpage you're pointing at open in the browser