Lines Matching refs:PN532
28 // Load PN532 module
29 var pn532 = require('jsupm_pn532');
31 // Instantiate an PN532 on I2C bus 0 (default) using gpio 3 for the
33 var myNFCObj = new pn532.PN532(3, 2);
47 if (!myNFCObj.ntag2xx_WriteNDEFURI(pn532.PN532.NDEF_URIPREFIX_HTTP,
68 pn532.cleanUp();
69 pn532 = null;
90 console.log("Could not identify PN532");
101 var uidSize = new pn532.uint8Array(0);
102 var uid = new pn532.uint8Array(7);
112 if (myNFCObj.readPassiveTargetID(pn532.PN532.BAUD_MIFARE_ISO14443A,