So i have completely no idea on how to use the RFID reader module.
I'm new at this kind of things so I'm not really sure to do with the RFID reader, for example to place what pin to where etc;
Keep in mind right now I'm so new to this this module just seems like a card to me.
Any help would be appreciated, thanks.
Keep in mind right now I'm so new to this this module just seems like a card to me.
Any help would be appreciated, thanks.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Are you connecting it to a BASIC Stamp? If so, which model?
On the basic stamp, each pin has a pin number and an ID, ok?
The easiest way to experiment with this is to use a breadboard, or the Board of Education or the BS2 demo board.
OK, so pin 1 has to be wired to a power supply - take care, do not wire the thing to the mains, it must be wired to either a 5v DC supply, or if using a basic stamp connect it to VDD (pin 21).
Pin 2 has to be wired to an I/O pin on a basic stamp in order to turn it on/off and cha nge it's modes.
Pin 3 is the serial in - this is the pin that will transmit data about the RFID tag to the stamp.
Pin 4 is GND, so wire that to VSS.
It would help if you told us exactly what you are trying to do with it, and we can then help you more [noparse]:)[/noparse]
Kind Regards,
Morrolan
Look at this:
www.parallax.com/dl/docs/prod/schem/BS2p24SchematicRevD.pdf
That's the schematic and pin-out for your Stamp. When Stamp pins are referred to, this is what we mean.
Do you have a piece of breadboard or other prototyping board?
The more information you give us, the more we'll be able to help you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Flying is simple. You just throw yourself at the ground and miss.
Post Edited (Freezepop) : 9/12/2007 4:11:49 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.myspace.com/droidworks
Post Edited (walice_drel) : 9/12/2007 7:58:37 PM GMT
Here is a video
http://mlab.uiah.fi/paja/wp-content/uploads/2007/02/rfid.mov
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.myspace.com/droidworks
Post Edited (walice_drel) : 9/13/2007 4:32:34 PM GMT
http://www.parallax.com/detail.asp?product_id=90005
It will show you everything you need to know.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.myspace.com/droidworks
For example 5 tags are going around and as soon as tag 1 goes the 5th round(every multiple of 5?), X happens to tag 1 then goes back to whatever it does.
I also have an RF transmitter and receiver if I need to use them
For the multiples of 5 part I could put
#if var//5=0 right?
Post Edited (Freezepop) : 9/17/2007 11:13:00 AM GMT