ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
411 stars 150 forks source link

SPI1 instead of SPI0 #72

Open niklaswati opened 2 years ago

niklaswati commented 2 years ago

As RaspberryPi Zero uses SPI0 for display it seems to be interesting how to use other SPI interface. The task is complicated because of GPIO18 (used by the current design) is CE0 of SPI1, so there seem to be some interferences. Furthermore there is a conflict between the display and the RFID receiver with GPIO24 and with GPIO25. How to make this working?