Both iPhone and Android-based mobiles have NFC reader with native API...
I noticed that SE05x middleware I use (downloaded as se05x_mw_v04.05.00.zip file) is mostly focused on Raspberry PI's T1oI2C connectivity e.g., the build folder is named as
simw-top_build/raspbian_native_se050_t1oi2c/
from which I compile it to work with PCSC/ third party USB reader.
Do we have any other middleware or any documentation on integration with NFC capabilities of mobiles devices? Essentially, I am to develop an app that talks to SE05x over ISO14443.
If not, do we have such documentation and/or middleware in JCOP ID2 realm?
Solved! Go to Solution.
Hi @psvz ,
I am sorry, but so far the MW for se05x doesn't support mobile platform, we just have an AN on the NFC related development, please kindly refer to https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12664.pdf for details.
Hope that helps,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi @psvz ,
I am sorry, but so far the MW for se05x doesn't support mobile platform, we just have an AN on the NFC related development, please kindly refer to https://www.nxp.com.cn/docs/en/nxp/application-notes/AN12664.pdf for details.
Hope that helps,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thank you @Kan_Li there is a little code snippet for Android in appendix A. That might be a good start for me.