NFC not picked up by phone #1727
Replies: 5 comments
-
Posted at 2016-12-13 by mccabe I've just checked with my second puck and its working as expected, any ideas on how to debug NFC on the first puck? Note that the second puck is still on |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-13 by @gfwilliams That's odd - as soon as you do You could try lighting up an LED based on the NFCon and NFCoff events? http://www.espruino.com/Reference#l_NRF_NFCoff You could also try comparing the Puck PCBs to see if something is amiss - on the PCB at the bottom-right corner of the bluetooth module it says |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-13 by mccabe Nothing looks odd on the puck with the NFC problem, definitely seems to be something wrong, running the following on both pucks results in one not getting picked up and the second working perfectly (yay).
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-13 by mccabe Aaaaaand its working.. I followed the reset steps at the bottom of this page, saved the test code above and its now working (need to play with it a bit more to be sure). Sorry for the false alarm. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-13 by @gfwilliams 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 ... 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 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-13 by mccabe
Hey,
Just got my pucks this morning and am really enjoying them so far, I just hit one snag with NFC, my phone (Nexus 6P) will not pick up the device via NFC, by comparison I have some other NFC tags (whiztags) that are working as expected.
I've tried the following:
NRF.nfcURL
isn't picked up by the phoneI have updated the firmware to
1v89
(one thing with the instructions there is that to select the firmware zip with nRF Connect on Android you have to press and hold on the firmware zip rather than just press - that threw me for a while)./John
Beta Was this translation helpful? Give feedback.
All reactions