Shop OBEX P1 Docs P2 Docs Learn Events
Rfid Inventory tracking: Does each rfid reader module need a separate/dedicated — Parallax Forums

Rfid Inventory tracking: Does each rfid reader module need a separate/dedicated

raynel1raynel1 Posts: 4
edited 2006-01-21 20:18 in General Discussion
Rfid Inventory tracking: Does each rfid reader module need a separate/dedicated javelin stamp? Or can a single javelin microcontroller read from multiple rfid reader modules - if so, how?· Please reply with specifics - thank you.

Comments

  • John R.John R. Posts: 1,376
    edited 2006-01-21 20:14
    I'm not into the Javelin, but on the basic Stamps, you can read more than one reader. You just need to give each reader it's own pins for communication and read enable.

    Assuming you have some type of "reader" object, you'd initialize an object for the first reader, assign the pins, and that ones good to go. Initialize another object for the second, assign a different set of pins, etc. The only "gotcha" I can think of would be if you can't have more than one "reader" object in existance at one time, or if you can't specify two readers with different pins. Again, I'm not a Javelin user.

    Depending on how much other work your Javelin is doing, and how many other pins are in use, you could problaby read more than two readers.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.

    8 + 8 = 10
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2006-01-21 20:18
    Each RFID reader has a serial output -- you'll need a receive UART for each.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
Sign In or Register to comment.