Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there another way to detect only specific defined devices trough nfc?
Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there another way to detect only specific defined devices trough nfc?
NFC tags has a unique address and are required to have it. However, I won't solve your issue.
I assume you are talking about nRF52 examples, in which case your statement on detection is somewhat mistaken. nRF52 will be an NFC tag and will therefore be detected by devices, not the other way round. In particular, and related to spec compliance, the device will request the ID of the tag. So the device can identify the tag, but the tag has no way of identifying a device.
By design an NFC tag is passive device that doesn't decide anything on its own. And for the ID the main purpose is collision resolution; imagine putting your wallet next to an NFC device and you have more than one NFC card.
Eirik, I don't know what is implemented in nRF52 but using nRF51 with passive Tag M24SR64 for example can be a doorlock. It is passive and if password over RF enabled then only device which knows password can write to the tag. ARM can recognize successful writing and perform operation accordingly. It is just idea, I have no idea how other doorlocks done. But if Inspectron wants that configuration then it is the solution. And mobile phone obviously needs application running to unlock the door
Eirik, I don't know what is implemented in nRF52 but using nRF51 with passive Tag M24SR64 for example can be a doorlock. It is passive and if password over RF enabled then only device which knows password can write to the tag. ARM can recognize successful writing and perform operation accordingly. It is just idea, I have no idea how other doorlocks done. But if Inspectron wants that configuration then it is the solution. And mobile phone obviously needs application running to unlock the door