ubilab-ws21 / puzzle-5

0 stars 1 forks source link

Evaulate PN532 RFID/NFC transmitter #14

Closed archerindigo closed 2 years ago

archerindigo commented 2 years ago

Test if the board works well with ESP32

Play around with the library

fedy0 commented 2 years ago

Done!

archerindigo commented 2 years ago

The test code partially works on my side.

nfc.getFirmwareVersion() failed to read from my breakout board, causing the sample program to halt.

Nevertheless, by skipping this part the remaining code works and able to read NFC cards' UID.

archerindigo commented 2 years ago

Another bug is that if the NFC reader read a 7-byte-UID tag, the read function will fail forever until the reader is reset.

51 resolved this problem