Spokane Create! Forums

Full Version: RC522 Raspberry Pi Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Nice. Maybe we should resurrect this old project for machine access after training is complete. Smile