adafruit / Adafruit-PN532

Arduino library for SPI and I2C access to the PN532 RFID/Near Field Communication chip
Other
421 stars 265 forks source link

Android HCE random ID #104

Open braysonjohn148 opened 1 year ago

braysonjohn148 commented 1 year ago

according to Flutter_NFC library: NfcEmulator.startNfcEmulator("00A40400F0010203040506","cd22c716","79e64d05ed6475dcd506b") cardAid, cardUid, [ aesKey] respectively. This emulates the card but gives a random ID on each tap. How do I know the user/tap that has tapped?

caternuson commented 1 year ago

What is the hardware being used as the NFC target?

What sketch is being run for the PN532?