chihebabid / CMFRC522

A C++ class based on pigpio library for Raspberry Pi to use RC522 RFID reader.
3 stars 2 forks source link

Major internal issues with SPI communication #1

Open jmscreation opened 1 year ago

jmscreation commented 1 year ago

So the self test consistently fails using this library.

I've cone to the conclusion that the ported register functions are incorrect, and have caused instability on the SPI communication bus when communicating with the PICCs via the PCD. This has been thoroughly tested with consistent errors.

In response, I've gone ahead and restarted this particular project by re-writing the port for the Arduino MFRC522 driver. Essentially, the goal for this repository has been achieved in my new version. I will share it freely on my own github.

If you want me to make a P.R. I can also do that, too.

Feel free to let me know if this is something that is abandoned, otherwise I can just keep the working project on my own github.

matzrm commented 1 month ago

Hi @jmscreation , is your fork of this project available in github?

Thank you!