Shop OBEX P1 Docs P2 Docs Learn Events
Need help RFID issues — Parallax Forums

Need help RFID issues

Washer MedicWasher Medic Posts: 39
edited 2005-09-28 20:03 in General Discussion
Hi I currently have a commercial access control system that use HID key fobs (wiegan 32 bit system @125kHz I believe but have not bin able to confirm) I would like to build a project that Would use the existing fobs with a bs2·(will describe project on another post). I ordered the RFID reader from Parallax but it will not read my existing fobs is their a way to modify the Parallax reader to do this or is their a way use a commercial HID reader with a basic stamp
FYI
My experience with electronics is novice
I have the BS2 discovery kit also the industrial control and applied sensors but have not had much time to work with them yet
Thank You
Brian

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing a good wack with a hammer won't fix

Darn I let the white smoke out again

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-09-21 12:33
    The Parallax RFID reader is designed for a specific tag: the EM Microelectronics-Marin SA EM410 passive tag, which is what we sell (two versions). It cannot be modified to read other tags.

    If your commercial reader has a serial or other BASIC Stamp compatible output then you could probably use it; you'll need to get the specs on your commercial reader to determine that.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • Washer MedicWasher Medic Posts: 39
    edited 2005-09-23 04:59
    Hi Jon thanks for your reply
    I have bin researching (Google and local venders) commercial rfid readers and found the attached files
    Question if the commercial reader uses 2 data lines one for 0 and 1 for ones does this make it parallel?
    How could I integrate this with the bs2?
    Can anyone explain how this works?
    Brian

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    There's nothing a good wack with a hammer won't fix

    Darn I let the white smoke out again
  • Oliver H. BaileyOliver H. Bailey Posts: 107
    edited 2005-09-26 19:22
    All low frequency RFID are serial by nature. It's essentially a charge pump that responds to a specific oscillation frequency. Not much different than a cap driven oscillator for a microcontroller. If you want to understand how RFID works I reccomend going to the Microchip web site and downloading their documents on how the rfPIC works. They use to have some excellent reference designs. If your a novice you have your work cut out for you. RFID is not terribly complicated but if your trying to understand electronics and RFID it may take some intellectual digestation to fully comprehend how it all fits together. My next embedded book is on embedded wireless and cover RFID. It won't be out until next year.

    Oliver H. Bailey
  • Washer MedicWasher Medic Posts: 39
    edited 2005-09-28 20:03
    ·
    Hi all
    I’m still studying commercial RFID readers could any one explain how I could input the 2 data lines from the reader to the stamp I think I understand one line but with 2 I don’t have a clue iv included the following text from my research if that would help
    ·
    26-bit Wiegand format consists of a parity bit, 8-bit facility code, 16-bit user ID, and parity bit, for a total of 26 (1+8+16+1=26) bits
    ·
    The wiegand signaling standard utilizes two data lines to carry card data to the controller. They are named data1 and data0. As the names impart, the data1 line carries the "1" bits of the data stream to the controller, and the data0 line carries the "0" bits. The picture below is a graphical representation of a wiegand data stream for the binary value "01101". Each dip in the line represents a change from 5V to 0V, thus communicating the bit.
    ·
    ·
    Figure 1. Sample wiegand data stream
    Thank you Brian
    ·

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    There's nothing a good wack with a hammer won't fix

    Darn I let the white smoke out again
Sign In or Register to comment.