Android P2P NFC

600 Views Asked by At

Im now working with an Android application based on NFC P2P technology. My question is:

Is it possible to create a P2P communication with external NFC IC(a not android powered device), to communicate with a MCU??

Thanks allready

1

There are 1 best solutions below

0
On

Yes, you can Arduino + NFC shiled to communicate with android using p2p protocol. NFC shield uses PN532 chip(not a mcu). There is a library --- https://github.com/Seeed-Studio/PN532 for you.