Hello everybody.
I tried to read my phones NFC ID with Arduino Mega and PN532. My problem is that the ID is only 4 bytes, and the last 3 are random. Because they are random i cant compare them with a constant in my code.
My questions are:
1- can i emulate a card ID with my android phone? If yes, how?
2-can i read something unique from my phone with NFC?
3-is there any android code (for the last part of my project i try to make an app) for reading data written by me in the phone, that is send to arduino with the help of NFC?