How to connect RC522 RFID module and SD-Card Adapter to one Arduino board?
问题 I want to store the log of RFID tag into the Micro SD card, but RFID and SD card having MOSI and MISO. So i want to know how to connect RFID and SD card to one Arduino UNO. 回答1: Pins named MOSI and MISO indicate an SPI bus. There should also be a pin labeled SS, CS or similar (slave select). you can hook up several slaves to one master and select the device you want to talk to using that pins logic level. There should be tons of tutorials and examples online. 回答2: You can connect multiple