我想学习如何使用 RFID……阅读、书写、扫描。我需要软件和硬件来做到这一点。我不是 100% 确定我的最终目标是什么。因此,获得的资源越多越好。继续发表评论。
2 回答
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.
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.
我认为您可以使用以下选项来满足您的要求:Tikitag RFID 编程套件http://www.jeremyperson.com/tikitag-rfid-programming-kit/或此 RFID 编程套件http://www.phidgets.com/products .php?category=14
我希望这会有所帮助!