Skip to main content

Questions tagged [nfc]

0 votes
1 answer
79 views

I'm trying to get an NFC reader (PN532 module, HW-147C model) working with my ESP32C6 using SPI. I tried using multiple libraries (seeed-studio, Adafruit, and some on github, but nothing worked). This ...
Jackson Zir's user avatar
-1 votes
1 answer
1k views

It seems clear that Apple has intentionally limited the possibilities with NFC, so I understand that I'm going against the grain here. However, I need to support Android and Apple for my device setup, ...
Spina's user avatar
  • 139
1 vote
0 answers
723 views

I'm using a PN532 module to read/write NTAG213 tags. They both should be working at 13.56 MHZ, and Adafruit should support these tags in their library. The Arduino Uno board and the module are ...
7hibault's user avatar
  • 111
0 votes
0 answers
127 views

Im new to NFC and am currently working on a project dealing with NFC and security, where I use biometrics to authenticate NFC cards, when being used during payments. I've been able to get both the ...
Kash Smith's user avatar
-1 votes
1 answer
62 views

I've recently purchased an NFC-PN532 module online, which I connected to my arduino board and tried to get working. After connecting the pins and using the PN532 adafruit lib I encountered and error ...
Kash Smith's user avatar
1 vote
0 answers
125 views

I'm attempting to connect this PN532 NFC Board to an Arduino UNO using SPI. Currently my arduino is unable to recognize the board and I'm not sure whats the root of my issue. I'm using the Adafruit ...
Prad's user avatar
  • 11
1 vote
0 answers
510 views

I am trying to use multiple PN532 reader. I have put all my readers on a multiplexer (TCA9548A). The script works well, but when I move my tags on readers sometimes the serial says to me there is an ...
Buisson's user avatar
  • 111
1 vote
1 answer
498 views

I've recently purchased an NFC tag reader from MikroE and ive been a little lost on connecting the reader to my arduino board. I've also been looking online for a library that i could use for this ...
Kash Smith's user avatar
1 vote
1 answer
513 views

Im currently working on a project where i build an NFC device and needed some guidance in regards to the library needed for the NFC chip to work on the Arduino IDE. The chip is an M24SR64 chip and i'...
Mual's user avatar
  • 11