Hi!
I have purchased the explore nfc expansion board for my Raspberry pi. The Quick Start-Up Guide was a great help and I was able to install all components.
However if I want to use the basic functionality of writing to a tag I get the information that the option -w is not available at all. How is this possible? Reading is fine by using "explorenfc-basic".
Additional informations:
lsmod command:
Module Size Used by
xt_conntrack 2939 1
iptable_filter 1260 1
ipt_MASQUERADE 974 1
nf_nat_masquerade_ipv4 1901 1 ipt_MASQUERADE
iptable_nat 1787 1
nf_conntrack_ipv4 13413 2
nf_defrag_ipv4 1287 1 nf_conntrack_ipv4
nf_nat_ipv4 4867 1 iptable_nat
nf_nat 12683 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
nf_conntrack 78043 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
ip_tables 11618 2 iptable_filter,iptable_nat
x_tables 13602 4 ip_tables,ipt_MASQUERADE,xt_conntrack,iptable_filter
cfg80211 420690 0
rfkill 16659 1 cfg80211
8192cu 528485 0
i2c_bcm2708 5014 0
spi_bcm2835 7248 0
bcm2835_gpiomem 2995 2
uio_pdrv_genirq 2966 0
uio 8235 1 uio_pdrv_genirq
rtc_ds1307 9690 0
i2c_dev 6047 0
snd_bcm2835 19769 0
snd_pcm 74825 1 snd_bcm2835
snd_timer 18157 1 snd_pcm
snd 52116 3 snd_bcm2835,snd_timer,snd_pcm
fuse 81710 1
ipv6 339514 36
dpkg-query -l '*neard*' '*wiring*' command:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=================-=============-=============-=======================================
ii libneardal0 0.14-1 armhf C APIs for Neard NFC daemon
ii neard-explorenfc 0.4-1 armhf NFC daemon for the Raspberry Pi and NXP
ii wiringpi 2.24 armhf The wiringPi libraries, headers and gpi
command uname -a:
Linux rpi29 4.1.7-v7+ #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015 armv7l GNU/Linux
Thank you in advance!
Kind regards,
Dante