Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 5 months ago.
RFID-RC522
I'm trying to use an RFID-RC522 reader on my f303k8 nucleo but it seems doesn't work at all, on my F411re it works fine. Any suggestion?
1 Answer
7 years, 7 months ago.
You need to define pin
- define MF_RESET D8
- define SPI_MOSI D11
- define SPI_MISO D12
- define SPI_SCLK D13
- define SPI_CS D10
MFRC522 RfChip (SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS, MF_RESET);
Solved, i used PIN D11(MOSI), D12(MISO),D13(SCK) istead of the analog ones,and the pin A3(NSS) for the SDA
posted by Gabriele Tramonte 29 Jun 2016