PN7150 | issue while running Arduino library

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

PN7150 | issue while running Arduino library

474 Views
shai_b
Senior Contributor II

Dear team,

My customer is using an Arduino type of device (actually the device calls Particle Photon-Zero).

he was trying to import the Arduino library for I2C access to the PN7150 NFC as a reader and he pick the Electronic Cats PN7150.

somehow when he runs the library it failed on CORE_CONF_EXTN.

after comparing the library code vs the Example code of NCI2 (from the LPC55 demo code), it looks okay but somehow when we send the CORE_CONF_EXTN configuration it fails (see below log):

Initializing...
0xROM_CODE_V: 10
FW_MAJOR_NO: 1
0xFW_MINOR_NO: a0
gNfcController_generation: 2
rxBuffer[0]: 0 rxBuffer[1]: 0 rxBuffer[3]: 0 rxBuffer[4]: 1
NxpNci_CORE_CONF_EXTN
The Configure Settings is failed!

This is the expect response is as follow

  if ((Answer[0] != 0x40) || (Answer[1] != 0x02) || (Answer[3] != 0x00) || (Answer[4] != 0x00))

 

But the customer response

rxBuffer[0]: 0 rxBuffer[1]: 0 rxBuffer[3]: 0 rxBuffer[4]: 1

Could you please advise back what could be the issue here?

Wating for your kind feedback, Many Thanks.

Regards,

Shai

Labels (1)
Tags (2)
0 Kudos
0 Replies