Question about "NXP PN7160 example code"

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about "NXP PN7160 example code"

58 Views
BruceChang
Contributor I

Hi . 

PN7160 NXP-NCI MCUXpresso Example Project (SW6705.zip)
The example code is one way to display message through UART port.
Example : main.c call nfc_example(); to display NFC TAG information.

---------------------------------------------------------------------------------------------------------------
I want to change it; Let User can typing command to read or write NFC TAG.

Is it have some method to reach the target ?

Thanks

0 Kudos
2 Replies

45 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

In the SDK package, there is shell example, you can use it to communicate between PC and  the LPC so that the LPC can execute the instruction to read/write PN7160 which you send via shell and return the result to PC via uart.

But I suppose that the LPC55xx and i.mxrt117x have the shell example in SDK, it is easy for you to modify it to adapt your application. The low cost LPC82x does not have the shell example in SDK.

xiangjun_rong_0-1685090966160.png

Hope it can help you

BR

XiangJun Rong

0 Kudos

40 Views
BruceChang
Contributor I

Unfortunately, we are use LPC82x....>_<

So, I need to check with LPC55xx and i.mxrt117x example in SDK and hope it is easy porting to LPC82x.

Thanks

0 Kudos