Hello,
I am trying to write my own firmware for the PN7150 chip.
I am currently trying to achieve card emulation for my iPhone to receive NDEF data.
However, it is very hard to read the datasheet and MCUXpresso code. Could somebody send me a document or explain to me the sequence of commands I need to send to achieve Card Emulation?
I successfully already achieved discovery to read tags.
Thank you in advance
Hi Hugo:
Please refer to below application note:
Though it is for PN7160 card emulation, I hope it help you to understand card emulation for PN7150
https://www.nxp.com.cn/docs/en/application-note/AN13861.pdf
one reminder is, PN7150 is not recommended for new project, the replacement is PN7160.
Regards
Daniel
Hello,
I have followed the guide and can now receive RF_FIELD_INFO_NTF when I approach my iPhone in reading mode. However, I do not receive RF_INTF_ACTIVATED_NTF. Is there an additional step missing?