How can I find the NFC Card Number in the log of NCI commnucation?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I find the NFC Card Number in the log of NCI commnucation?

Jump to solution
2,178 Views
andy_kim
Contributor IV

Hello,

 

We have a PN7150 EVK(OM5578) with Arduino UDOO Neo.

We imported NXP-NCI_iMXRT1060_example on it and tested NCI communication of it.

 

When we attached a Transportation Card to NFC Antenna of PN7150 EVK after "WAITING FOR DEVICE DISCOVERY" message, we got a log below.

However, we are not able to figure out the number of the Transportation Card in the log.

Could you let me know how to check it?

 

 

Running the NXP-NCI project.
NCI >> 20 00 01 01
NCI << 40 00 03 00 11 01
NCI >> 20 01 00
NCI << 40 01 19 00 03 1e 03 00 08 00 01 02 03 80 81 82 83 02 d0 02 ff 02 00 04 88 10 01 a0
NCI >> 20 02 05 01 00 02 00 01
NCI << 40 02 02 00 00
NCI >> 2f 00 01 01
NCI << 4f 00 01 00
NCI >> 20 03 03 01 a0 14
NCI << 40 03 25 00 01 a0 14 20 54 75 65 20 41 75 67 20 33 31 20 31 34 3a 30 31 3a 34 38 20 32 30 ...
NCI >> 20 00 01 00
NCI << 40 00 03 00 11 00
NCI >> 20 01 00
NCI << 40 01 19 00 03 1e 03 00 08 00 01 02 03 80 81 82 83 02 d0 02 ff 02 00 04 88 10 01 a0
NCI >> 21 00 16 07 04 02 02 05 03 03 01 01 01 02 01 01 03 01 01 04 01 02 80 01 80
NCI << 41 00 01 00
NCI >> 21 01 0c 00 02 01 03 00 01 04 01 03 00 01 05
NCI << 41 01 01 00
NCI >> 20 02 04 01 32 01 60
NCI << 40 02 02 00 00
NCI >> 20 02 1f 02 29 0d 46 66 6d 01 01 11 03 02 00 01 04 01 fa 61 0d 46 66 6d 01 01 11 03 02 00 ...
NCI << 40 02 02 00 00
NCI >> 21 03 15 0a 00 01 02 01 01 01 06 01 03 01 80 01 81 01 82 01 83 01 85 01
NCI << 41 03 01 00

WAITING FOR DEVICE DISCOVERY
NCI << 61 05 1d 01 02 04 00 ff 01 09 04 00 04 08 0f c4 87 01 20 00 00 00 09 08 78 00 c2 02 00 00 ...
NCI >> 21 06 01 03
NCI << 41 06 01 00
NCI << 61 06 02 03 00
NCI << 61 05 1d 01 02 04 00 ff 01 09 04 00 04 08 b8 0c 64 01 20 00 00 00 09 08 78 00 c2 02 00 00 ...
 - POLL MODE: Remote T4T card activated
        SENS_RES = 0x4 0x0
        NFCID = 8 f c4 87
        SEL_RES = 0x20
NCI >> 00 00 0d 00 a4 04 00 07 d2 76 00 00 85 01 01 00
NCI << 60 06 03 01 00 01
NCI << 00 00 02 6a 82
NCI >> 00 00 0c 00 a4 04 00 07 d2 76 00 00 85 01 00
NCI << 60 06 03 01 00 01
NCI << 00 00 02 6a 82
NCI >> 2f 11 00
NCI << 4f 11 01 00
CARD REMOVED
NCI >> 21 06 01 00
NCI << 41 06 01 00
NCI << 60 08 02 b2 00
NCI >> 21 03 15 0a 00 01 02 01 01 01 06 01 03 01 80 01 81 01 82 01 83 01 85 01
NCI << 61 06 02 00 00
NCI >> 21 03 15 0a 00 01 02 01 01 01 06 01 03 01 80 01 81 01 82 01 83 01 85 01
NCI << 41 03 01 00

 

Thank you.

 

Best regards,

Andy

0 Kudos
1 Solution
2,114 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @andy_kim ,

 

You have to refer to the NCI spec from https://nfc-forum.org/our-work/specification-releases/specifications/#specs .

 

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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
8 Replies
2,163 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @andy_kim ,

 

The NFC ID is 08 b8 0c 64 from your log.

 

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.
-------------------------------------------------------------------------------

0 Kudos
2,156 Views
andy_kim
Contributor IV

Dear Kan,

 

Thanks for your reply.

 

How "08 b8 0c 64" of NFC ID comes out from the log?

It shows "8 f c4 87" of NFC ID in the log below.

- POLL MODE: Remote T4T card activated
        SENS_RES = 0x4 0x0
        NFCID = 8 f c4 87
        SEL_RES = 0x20

 

In addition,

I think that is NFC ID, not Card Number of Transformation Card.

Could you check again how we can get the Card Number of Transformation Card in the log?

Is it available to figure out the Card Number of it through NCI communication?

 

Thank you,

Best regards,

Andy

0 Kudos
2,148 Views
andy_kim
Contributor IV

Dear Kan,

 

Thanks for your comment.

 

Could you let me know how you get the "08 b8 0c 64" of NFC ID comes out from the log?

It shows "8 f c4 87" of NFC ID in the log below.

- POLL MODE: Remote T4T card activated
        SENS_RES = 0x4 0x0
        NFCID = 8 f c4 87
        SEL_RES = 0x20

 

Thank you.

Best regards,

Andy

0 Kudos
2,129 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @andy_kim ,

 

I got this info from the following log:

NCI << 61 05 1d 01 02 04 00 ff 01 09 04 00 04 08 b8 0c 64 01 20 00 00 00 09 08 78 00 c2 02 00 00 ...

 

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.
-------------------------------------------------------------------------------

0 Kudos
2,121 Views
andy_kim
Contributor IV

Dear Kan,

Thanks for your prompt reply.

Could you let me know which document I should refer to for figuring out the meaning the log of NCI communication? 

I'd like to refer to the document if it is in NXP site.

 

Thank you.

Best regards,

Andy

 

0 Kudos
2,115 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @andy_kim ,

 

You have to refer to the NCI spec from https://nfc-forum.org/our-work/specification-releases/specifications/#specs .

 

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.
-------------------------------------------------------------------------------

0 Kudos
2,107 Views
andy_kim
Contributor IV

Dear Kan,

 

Thank you for your comment.

 

 

0 Kudos
2,153 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @andy_kim ,

 

Yes, it is NFC ID, which I can only figure out from your log. I didn't see any Card Number info from there. 

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.
-------------------------------------------------------------------------------

 

 

0 Kudos