We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
读取标签的实际硬件并不那么复杂。您可以获得像这个这样的阅读器,它可以公平地读取标签简单地。扫描仪每次读取标签时都会发送一个唯一的 10 字节代码,您几乎可以在任何软件中轻松处理该代码。
我从来没有写过标签,因为我从来没有发现有必要这样做。您可以获得每个标签不到一美元的价格,并且它们都有一个唯一的密钥。我只是将它们记录到我的系统中并存储它们。
我在前门上使用 rfid 作为基本的门禁控制系统,使用 arduino 控制器将代码发送到我的中央服务器,然后打开电子锁。我的设置有点类似于此处描述的内容。 我的服务器允许我远程访问它,并为各个标签设置基于特定时间的访问限制。微控制器并不是严格必需的,但它使我能够轻松地与各种硬件元件进行交互。
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
我希望有帮助!
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!