gth629e
01-31-2010, 12:07 PM
Hello all,
So I have this idea that I would like to bounce off you guys before I spend my "hard earned" penny on hardware. So over the past few months I have been using RFID in a few projects and am having success and fun doing so. I am also still learning the ins and outs of Basic stamps and their capabilities.
What I would like to do is to use an and rfid reader with a BS2px basic stamp to obtain a standalone rfid module that will read and record a hex string from the rfid tag. The reader I will be using is the APSX RW110. Im using that reader because it has a small form factor and of course it is the 13.56 ISO 15693 type reader.
I can communicate with the reader with any "serial talker" from my pc by sending HEX commands, such as FA to read a tag etc. The serial protocol is 19200 baud 8-N-1 UART, thus me choosing the BS2px.
Upon reading a tag the RFID reader will transmit back to the stamp a the unique ID of that tag in a HEX string such as "H1 DE 2F 3S U7 HA 2J 8O W9". The ultimate goal is to have say 4 buttons on the stamp, each button is for a certain attribute. So if I press button A it sends the read command to reader and upon receiving data stores that ID in location A, button b reads and saves in location b etc.
I'd like to add more features later but for now this is my goal. Do any of you brilliant minds see any potential problems?
The RFID reader can accept TTL or rs232 via a shifter, here is the link to the reader if you are interested.
apsx.com/RW110.aspx (http://apsx.com/RW110.aspx)
Thanks all!!
So I have this idea that I would like to bounce off you guys before I spend my "hard earned" penny on hardware. So over the past few months I have been using RFID in a few projects and am having success and fun doing so. I am also still learning the ins and outs of Basic stamps and their capabilities.
What I would like to do is to use an and rfid reader with a BS2px basic stamp to obtain a standalone rfid module that will read and record a hex string from the rfid tag. The reader I will be using is the APSX RW110. Im using that reader because it has a small form factor and of course it is the 13.56 ISO 15693 type reader.
I can communicate with the reader with any "serial talker" from my pc by sending HEX commands, such as FA to read a tag etc. The serial protocol is 19200 baud 8-N-1 UART, thus me choosing the BS2px.
Upon reading a tag the RFID reader will transmit back to the stamp a the unique ID of that tag in a HEX string such as "H1 DE 2F 3S U7 HA 2J 8O W9". The ultimate goal is to have say 4 buttons on the stamp, each button is for a certain attribute. So if I press button A it sends the read command to reader and upon receiving data stores that ID in location A, button b reads and saves in location b etc.
I'd like to add more features later but for now this is my goal. Do any of you brilliant minds see any potential problems?
The RFID reader can accept TTL or rs232 via a shifter, here is the link to the reader if you are interested.
apsx.com/RW110.aspx (http://apsx.com/RW110.aspx)
Thanks all!!