element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Arduino
  • Products
  • More
Arduino
Arduino Forum Reading with Arduino
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Answers 2 answers
  • Subscribers 393 subscribers
  • Views 339 views
  • Users 0 members are here
Related

Reading with Arduino

ritamüller
ritamüller over 10 years ago

Hello,

I have RFID 13.56 MHz / NFC Module for Arduino , I have tried to read 3 cards at the same time and at the serial monitor I have get the UID for the 3 cards .

 

is that reading at the same time or just the module has read one after the other ?


Thx


Rita

  • Sign in to reply
  • Cancel

Top Replies

  • mcb1
    mcb1 over 10 years ago in reply to clem57 +1 verified
    I covered some basics here. http://www.element14.com/community/community/designcenter/explorenfc/blog/2015/02/18/nfc-what-is-it How does it work. Contrary to popular belief the tags do not transmit. The…
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago

    RFID, easpecially the once we get for use with Arduino etc can not read at the same time, it would be one after the other, if you present all three at the same time, you will be lucky if it reads just one of them as there all on the same frequency and encoding

     

    Peter

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ritamüller
    0 ritamüller over 10 years ago in reply to Robert Peter Oakes

    So better to say detecting multiple tags at the same time in the same freq. band and reading one after the other ?

    that mean I should have an anti-collision method ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to ritamüller

    Or throw a message to user saying "too many cards, try one at a time"

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • mcb1
    0 mcb1 over 10 years ago in reply to clem57

    I covered some basics here.

    http://www.element14.com/community/community/designcenter/explorenfc/blog/2015/02/18/nfc-what-is-it

     

     

     

    How does it work.

    Contrary to popular belief the tags do not transmit.

     

    The reader sends out a signal at the designed frequency (usually 125 KHz, 134 KHz, 13.5 MHz) and when a tag is within range it captures that energy.

    This provides sufficient energy to power the chip inside which then will short the antenna in a particular manner.

    The shorted antenna will detune the readers antenna, resulting in a difference. (a shorted antenna acts like a large metal object)

    The reader electronics will translate that pattern of 'shorts' and 'non-shorts' into data.

     

    How the reader handles the resultant data depends on the design of the system.

     

    These tags are referred to as 'passive', and for some inventory control an 'active' (powered) tag can be used.


    Because these tags are passive, you won;tbe able to read more than one at a time.

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Reply
  • mcb1
    0 mcb1 over 10 years ago in reply to clem57

    I covered some basics here.

    http://www.element14.com/community/community/designcenter/explorenfc/blog/2015/02/18/nfc-what-is-it

     

     

     

    How does it work.

    Contrary to popular belief the tags do not transmit.

     

    The reader sends out a signal at the designed frequency (usually 125 KHz, 134 KHz, 13.5 MHz) and when a tag is within range it captures that energy.

    This provides sufficient energy to power the chip inside which then will short the antenna in a particular manner.

    The shorted antenna will detune the readers antenna, resulting in a difference. (a shorted antenna acts like a large metal object)

    The reader electronics will translate that pattern of 'shorts' and 'non-shorts' into data.

     

    How the reader handles the resultant data depends on the design of the system.

     

    These tags are referred to as 'passive', and for some inventory control an 'active' (powered) tag can be used.


    Because these tags are passive, you won;tbe able to read more than one at a time.

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
Children
No Data
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