Spokane Create! Forums
RC522 Raspberry Pi Library - Printable Version

+- Spokane Create! Forums (http://forum.spokanecreate.org)
+-- Forum: Spokane Create! (http://forum.spokanecreate.org/forumdisplay.php?fid=1)
+--- Forum: Projects (http://forum.spokanecreate.org/forumdisplay.php?fid=4)
+--- Thread: RC522 Raspberry Pi Library (/showthread.php?tid=298)



RC522 Raspberry Pi Library - John - 11-15-2015

Quite a while back I worked on compiling a dynamically linked library (or shared object library) for the RC522 rfid antenna for an rpi.

The result is a .so that can be loaded into any language with c bindings (like python!). It can be used to read the contents of rfid chips.

It requires the BCM2835 C library for Raspberry Pi.


RE: RC522 Raspberry Pi Library - n8cutler - 11-16-2015

Nice. Maybe we should resurrect this old project for machine access after training is complete. Smile