RFID Reader to connect with Beagle Board [closed]
开发者_如何学C
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionCan someone tell me about RFID reader that is compatible with Beagle Board??
Anything that is Linux compatible over USB should work easily. The OpenBeacon looks interesting to me.
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.
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.
精彩评论