Raspberry Compute Module PN1750

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

Raspberry Compute Module PN1750

Jump to solution
2,414 Views
pegasussolution
Contributor I

Hello,

I am using a Raspberry Pi Compute Module 3 (Compute Module IO Board V3.0) with a PN7150 board. The connections I use are the following:

Raspi CM                PN7150

PIN 0 (SDA0)    --> SDA

PIN 1 (SCL0)    --> SCL

PIN 4                --> IRQ

PIN5                 --> VEN

PIN GND           --> GND

PIN 5V              --> 5V

PIN 3V              --> 3V

I've checked if it is detected and is OK, (i2cdetect -y 0) is detected in the address 0x28.

To configure the PN7150 I've done the following actions:

- sudo git clone https://github.com/NXPNFCLinux/linux_libnfc-nci.git

- sudo ./bootstrap

- sudo ./configure --enable-pn7150

- sudo make

- sudo make install

The problem is that when I execute "sudo ./nfcDemoApp poll", I get the following error:

SNEP Client Register Callback Failed

Leaving ...

Can somebody help me with that? I would really appreciate it.

Thanks in advance,

Manuel.

0 Kudos
Reply
1 Solution
3 Replies
2,165 Views
jimmychan
NXP TechSupport
NXP TechSupport
1,524 Views
filip_kubicz
Contributor II

Hi!

The link to Github issue is dead. I think the repository has now "Issues" disabled. Do you have the solution description somewhere else?

0 Kudos
Reply
2,164 Views
pegasussolution
Contributor I

Thanks jimmychan, I have followed the steps and it's ok. I have modified the phTmlNfc_alt.h file with my pin definition and the nfcDemoApp runs correctly.

0 Kudos
Reply