CrazyEngineers
  • I have some weird fetish for NFC, I believe that all these credit cards, cash & anyother physical payment will be replaced by NFC. Home Automation is even more secure with NFC.

    Sadly, I am unable to find a single blog, which help me kickstart in learning NFC programming using RPi in Python. Anyone of you have idea, How to do it ?
    Any help will be highly appreciated.
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • durga ch

    MemberSep 13, 2013

    There should be few third party modules or python modules for NFC. Need to check in pypi for the modules.

    A Casual 'Python modules for NFC' google search revealed below:

    <a href="https://launchpad.net/nfcpy" target="_blank" rel="nofollow noopener noreferrer">nfcpy in Launchpad</a>
    #-Link-Snipped-#

    seems like launchpad is being suggested.

    #-Link-Snipped-#

    Also : just a side note
    so that you don't end up screwing up your python environment, you can try the package in virtual environment within python. 'virtualenv' will create isolated environments (as in your case 1 for each python nfc module you try) and what ever module is suitable, you can later install the complete module.
    more about virtualenv here : #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberSep 13, 2013

    NFCpy lib from LP looks better than libnfc of google-code. Today, just after posting here I read documentation in #-Link-Snipped-# for basics & decided to go for the one of launchpad.

    BTW Thank you @#-Link-Snipped-# especially for 'virtual environment' suggestion, I know I am gonna end up messing Py-environment. This will help me a lot.
    However, I've never created islolated python env,ever. Gotta read documentation for that too.
    Thanks, again.
    Are you sure? This action cannot be undone.
    Cancel
  • durga ch

    MemberSep 13, 2013

    no worries!
    virtualenv creates isolated env . It creates files for each third party module you create, you only have to install it. The doc by pypi will help you. If you need any help let me know, I can provide you steps to do the same.
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberSep 13, 2013

    @#-Link-Snipped-# sure thing 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberSep 15, 2013

    -Bump-
    Please Suggest me cheap NFC Tag (especially for learning) ? It will be nice, If the online shopping website is from India (faster delivery, lesser cost).
    Or suggest me any good store around Malad(W),Mumbai or Anywhere in Ahmedabad.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register