clinuxnfclib-nfc

Revolut visa Debit card not detected by libnfc6


Trying to read various payment cards using PN532 NFC RFID Module. libnfc6 sucessfully polls most of the nfc cards and even mobile payment method is detected, but none of my Revolut cards are detected by nfc-poll app.

libnfc was compiled locally from libnfc-1.8.0 git tag.

My current polling setup:

  const uint8_t uiPollNr = 20;
  const uint8_t uiPeriod = 2;
  const nfc_modulation nmModulations[] = {
    { .nmt = NMT_ISO14443A, .nbr = NBR_106 },
    { .nmt = NMT_ISO14443A, .nbr = NBR_212 },
    { .nmt = NMT_ISO14443A, .nbr = NBR_424 },
    { .nmt = NMT_ISO14443B, .nbr = NBR_106 },
    { .nmt = NMT_FELICA, .nbr = NBR_212 },
    { .nmt = NMT_FELICA, .nbr = NBR_424 },
    { .nmt = NMT_JEWEL, .nbr = NBR_106 },
    { .nmt = NMT_ISO14443BICLASS, .nbr = NBR_106 },
  };

enter image description here


Solution

  • Buying new PN532 NFC RFID Module solved the issue.