Puck as an NFC tag? NRF.nfcRaw() function not found? [Puck.js] #2126
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-04-07 by @gfwilliams That's because You could try installing a cutting edge build like this one: http://www.espruino.com/binaries/travis/master/espruino_1v91.538_puckjs.zip Although it may not work - the best best is to wait for the 1v92 release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-04-07 by intern
Hi all,
I am currently working on a project to try to turn the Puck into a NFC tag. However after reading the reference list I only found three functions regarding the use of NFC: NRF.NFCoff(), NRF.NFCon() and NRF.nfcURL().
Looking through the github libraries I found another NFC function not found on the reference list, which is NRF.nfcRaw() with the function to
But when I try to run that function on my Puck, I get an error:
Does anyone know why this happens? Or is there any way the Puck can be used as a NFC tag through the nfcURL() function?
Reference list: https://www.espruino.com/Reference#l_NRF_NFCoff
Github: https://github.com/espruino/Espruino/blob/c3aeae45d76eaa70e1ad373e8489c69d5834c260/libs/bluetooth/jswrap_bluetooth.c
Beta Was this translation helpful? Give feedback.
All reactions