Hello Kan,
I don't want to write Tags. I can do that with my device.
I want a bidirctional data transfer between my mikrocontroller with clrc 663 frontend and an Android NFC device.
Something like a asynchronous serial connection. In the moment i could only send data from one side to the other. But i would like to build an app wich could be send data over nfc and get the reply over the clrc 663.
In the NXP Library documents there are this parts in the faq:
12.2 Is it mandatory to use SNEP protocol for the P2P data exchange?
According to the protocol stack defined by the Peer-to-Peer operating mode, it is not mandatory to use the application-level SNEP protocol. A developer could implement its own communication logic on top of LLCP link-level protocol.
However, we strongly recommend to use the SNEP protocol. Firstly, because it is already implemented as part of the NFC Reader Library. Secondly, to ensure interoperability when communicating with other NFC-enabled devices such as smartphones, tablets, laptops, infrastructure readers, and other devices.
12.3 Why my Android phone does not respond to SNEP GET requests?
The current Android Operating System implementation is compliant with the SNEP Default Server defined by the NFC Forum. The SNEP protocol specification mandates the SNEP Default Server to only implement PUT requests and to return “NOT_IMPLEMENTED” response code to GET requests.
So it recommend to use SNEP but it only works one way... Anyone could help me where i found informatiosn to get this solved?