Hi,
I'm trying to read a nfc tag with an explorenfc and raspberry 2 with raspbian jessie, kernel 4.4.48-v7+.
I've found a simple installation process on nxp website : Download SW2827.zip and install the two .deb : libneardal0_0.14.3-1_armhf.deb neard-explorenfc_1.2-1_armhf.deb
The installation process works well but the neard-explorenfc service does not work : after a minute, the service "exited" :
● neard-explorenfc.service - LSB: NFC daemon for Explore-NFC and Raspberry Pi
Loaded: loaded (/etc/init.d/neard-explorenfc)
Active: active (exited) since dim. 2017-03-05 18:45:21 CET; 2min 11s ago
mars 05 18:45:20 raspberrypi neard-explorenfc[31470]: Starting NFC daemon: explorenfcd.
mars 05 18:45:21 raspberrypi systemd[1]: Started LSB: NFC daemon for Explore-NFC and Raspberry Pi.
Launching the daemon in debug mode gives more information:
$ sudo explorenfcd -nd
** INFO: Constant polling is disabled
** INFO: Starting main loop
** INFO: Adapter at /org/neard/nfc0
** (explorenfcd:31680): DEBUG: Bus org.neard ready
Line: 528 Error - (0xF001) has occurred : 0xCCEE CC-Component ID, EE-Error code. Refer-ph_Status.h
** (explorenfcd:31680): ERROR **: Could not init NXPRdLib
In the NxpNfcRdLib/types/ph_Status.h file from SW3693, I can't find the F001 code.
Is there somebody understanding this error ?
Regards,
Mathieu