Hi,
I'm totally new to Arduino world, but I'm looking for a way to read data from NFC tag and send them to my mobile phone.
Looking into the Arduino website I've found the ARDUINO NANO 33 BLE and I've seen that it's possible to connect it to mobile.
I was wondering if is it possible to attach to it a NFC shield to read data from tags and send them to mobile through BLE.
If it is feasible, can someone suggest me an NFC shield ?
If you find SPI confusing and you are looking for a smaller option, then this grove PN532 NFC module from Seeed Studio (https://www.seeedstudio.com/Grove-NFC.html) which uses I2C or UART (default) might work for you.
Other alternatives include the "x-nucleo" NFC shield options from ST.com. These use their own chipset. Also NXP PN7120 (mikroe module) or the PN7150 NXP shield available. But need to know what you're doing here.
For the brave (or foolish), the Nordic nRF52840 SDK also have a PN532 library. Porting this across is not for faint hearted, mind you.