miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.76k stars 1.43k forks source link

NEED TO USE RC522 WITH HSPI AND LORA ON VSPI #590

Closed sanketsj closed 1 year ago

sanketsj commented 1 year ago

NEED TO USE RC522 WITH HSPI AND LORA ON VSPI

I am making a custom PCB where RC522 is connected to HSPI and LORA is connected to VSPI, I can't find anything promising regarding how to connect RC522 with HSPI. I refereed this issue #497 but it is very confusing for me if anyone can give me a proper instructions that will be a great help.

Also i am trying to use IOMUX to use different GPIO for SPI communication with Lora or RC522 whichever works best as a workaround as i cannot find any reference regarding using HSPI on RC522.

Any help would be appreciated..