PN7150 | issue while running Arduino library

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

PN7150 | issue while running Arduino library

522件の閲覧回数
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

ラベル(1)
タグ(2)
0 件の賞賛
0 返答(返信)