I have an NFC receiver / sender (depends on how configured)...I want to use it as an NFC receiver and when the customer holds his phone to it (I am going for Android for now), It needs to get some sort of response.
As Android has 'Android Beam', which detects when 2 phones are near each other, I would have expected for the NFC reader to pick up at least SOMETHING. But it doesn't, when I hold my phone to the antenna, no data is received by the NFC receiver.
I have been Googling a lot for examples, but what I find is how to implement NFC communications in Android. But ideally, I don't want to implement an app. I just needs some sort of unique ID from the device to be send out to the NFC receiver.
Does anyone have an idea how come I do not receive anything, while when I put 2 Android phones together, Android beam works perfectly?