element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
EXPLORE-NFC
  • Products
  • Dev Tools
  • EXPLORE-NFC
  • More
  • Cancel
EXPLORE-NFC
Forum explorenfc-basic -w --> Unknown option -w
  • Blog
  • Forum
  • Documents
  • Events
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join EXPLORE-NFC to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 2 replies
  • Subscribers 10 subscribers
  • Views 606 views
  • Users 0 members are here
Related

explorenfc-basic -w --> Unknown option -w

Former Member
Former Member over 9 years ago

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

  • Sign in to reply
  • Cancel
  • michaelneurohr
    0 michaelneurohr over 9 years ago

    Hi Dante,

     

    please make sure to use the latest version of the EXPLORE-NFC software. The first versions did not have the write feature.

    You can get the latest version from the related NXP website.

    Direct link: Neard EXPLORE-NFC – Using NeardAL with EXPLORE-NFC. This package contains all software packages to get started working w…

     

    After you installed the latest version, you can write with the following command:

    explorenfc-basic -t Text -w "My string"

     

    Regards,

    Michael

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to michaelneurohr

    Hi Michael,

     

    correct answer, thank you!

     

    Regards,

    Dante

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube