Hello all,
I just get an Explore-nfc v1.6 FCC ID:2AASNEXPLORE-NFC-WW and I downloaded files here : EXPLORE-NFC - Exclusive from element14|NXP but I always get this error :
neardal_mgr_prv_get_all_adapters(): Error: 2:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.neard was not provided by any .service files
No adapter found
I even downloaded NXPPY at https://github.com/svvitale/nxppy wich says : "Installation will take some time as it automatically pulls down and builds NeardAL, WiringPi, and the NXP Reader Library from souce."
I really don't understand this error, I'm searching for nfc daemon and i only found the neard-explorenfc service and it's running...
I activated SPI through raspi-config, I run the command dpkg -i with the downloaded files and even the dev packages
I use the 2016-02-09-raspbian-jessie.img image
Here is my lsmod result
Module Size Used by
binfmt_misc 6414 1
cfg80211 399468 0
rfkill 16799 1 cfg80211
evdev 10552 4
joydev 9427 0
snd_bcm2835 19739 3
spi_bcm2835 7216 0
bcm2835_gpiomem 3023 0
snd_pcm 75040 1 snd_bcm2835
snd_timer 19138 1 snd_pcm
bcm2835_rng 1824 0
snd 52636 9 snd_bcm2835,snd_timer,snd_pcm
uio_pdrv_genirq 2986 0
uio 8228 1 uio_pdrv_genirq
i2c_dev 6108 0
fuse 82598 3
ipv6 343556 28
here is my dpkg query result
ii libneardal-dev 0.14.2-1 armhf C APIs for Neard NFC daemon
ii libneardal0 0.14.2-1 armhf C APIs for Neard NFC daemon
ii neard-exploren 0.9-1 armhf NFC daemon for the Raspberry Pi a
ii wiringpi 2.31 armhf The wiringPi libraries, headers a
What can I do ?