I am trying to open an electronic lock with Arduino, an NFC Shield and my mobile device. I have designed an app in Android Studio in which I must enter a combination of 5 digits and activate the NFC synchronization to send the data to the NFC Shield. I would like to know how I can send those digits from Java to Arduino and receive them in this using the NFC card.
Thanks in advance, Greetings.