-
'has the require("NFCTag").create(); inside, which per the module documentation should load'
The 'NFCTag.js' file is viewable from within a browser, so agreed - should load.
Does entering
dump();
in the WebIDE Left-Hand console panel, display the same functions as in above file? (e.g. was the file actually fetched and parsed?)
Still puzzled on this sentence as I'm not seeing the substitution part in the responses.' I attempted to simply change the "NFCvCard" to "NFCTag" '
Could this now be bad information perhaps?
@Robin - let me clarify, as of post #12 no error is reported on the Send to Espruino, however nothing appears on the NFC reader either. After clicking send in the WebIDE, the following is reported:
...not that I can confirm using the same NFC Reader app as post #1.
No. However internally NFCvCard has the
require("NFCTag").create();
inside, which per the module documentation should load.To replicate what I am doing in its entirety, download the NFCvCard.js locally to your modules folder, paste the following code in your editor, and upload.
Once the upload completes, attempt to verify the values with the NFC reader.