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 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
任何通过 USB 兼容 Linux 的东西都应该可以轻松工作。 OpenBeacon 对我来说看起来很有趣。
Anything that is Linux compatible over USB should work easily. The OpenBeacon looks interesting to me.
什么类型的 RFID LF/HF/UHF?米法尔? beagle 板有一个 UART 并提供电源,对于大多数嵌入式阅读器来说应该足够了。您还可以使用蓝牙扩展板,并有更灵活的选择。
What type of RFID LF/HF/UHF? MiFare? The beagle board has a UART and supplies power, that should be enough for most embedded readers out there. You could also use a bluetooth shield and have even more flexible options.
如果您正在寻找低成本解决方案读取 PICC 的 UID,您应该查看此处 。它是一个用 C 语言为 BeagleBone Black 编写的轻量级库。
您可以将此库与 RC522 模块 一起使用。 BBB 与 RC522 模块之间的通信协议为 SPI(SPI0)。
Well if you are looking for a PICC's UID reading with a low-cost solution you should look here. It is a lightweight library written in C for BeagleBone Black.
You could use this library with RC522 Module. Communication protocol is SPI(SPI0) between BBB and RC522 Module.