Recommendations for Arduino form factor hardware for NFC reader evaluation
I wanted to use one of the X-NUCLEO NFC reader shields.
I have the X-NUCLEO-NFC05A1 (ST25R3911), the X-NUCLEO-NFC03A1 (ST25R3916) and the NUCLEO-F303RE.
I was hoping there would be an easy was to integrate the RFAL with an existing SPI example project. I ran into some difficulty remapping the I/O pins, since the SPI example project used different pins on the NUCLEO-F303RE than what the X-NUCLEO-NFC05A1 (and presumably the X-NUCLEO-NFC03A1) uses. I'm not that familiar with the STM processors, so I decided to switch to using a different base board I am more familiar with.
What I would like is an example project for using one of these Arduino shield and that uses an easily obtainable base board.
