Colorwave: A MAC for RFID Reader Networks James Waldrop MIT Auto-ID Center 77 Massachusetts Avenue Cambridge, MA, USA 02139 Daniel W. Engels MIT Auto-ID Center. RFID Tag Finder will help you rapidly locate those hard to find tagged items. It is one of a series of apps designed for ASCII2-compatible, Bluetooth® UHF readers from Technology Solutions (UK) Ltd.
I want to learn how to play with RFID... Read it, write it, scan for it.I need the software to do this as well as the hardware. I'm not 100% sure what my end goal is. So, the more sources is get, the better. Keep the comments coming.
MPelletier
closed as off-topic by gnat, Artjom B., Unihedron, EdChum, Dan D.Feb 5 '15 at 11:25

This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – gnat, Artjom B., Unihedron, EdChum, Dan D.
2 Answers
I think you have these options to use for your requirement:Tikitag RFID Programming Kit http://www.jeremyperson.com/tikitag-rfid-programming-kit/ or this RFID Programming Kit http://www.phidgets.com/products.php?category=14
I hope that helps!
The actual hardware to read tags is not so complicated. You can get a reader like this one that can read tags fairly simply. The scanner just sends a unique 10 byte code every time it reads a tag, and you can handle that in just about any software fairly trivially.
Pdf Readers For Mac
I have never written tags because I have never found a need to. You can get tags for under a dollar each, and they all have a unique key. I just record them into my system and store them.
I use rfid for a basic entry control system on my front door, using an arduino controller to send the codes to my central server, and then to open an electronic lock. My setup is sort of similar to what is described here. My server allows me to remotely access it, and to set up specific time based access restrictions for individual tags. The microcontroller is not strictly required, but it allows me an easy way to interface with various hardware elements.
captncraig