NFC v2.0 with arduino Leonardo eth

Hi,

Both NFC shield and Leonardo ETH uses SPI.This causes conflict in your issue.If you are using NFC enable the 9th pin and disable 10th pin and do the vice versa when you want to use the ETH.

In the example code that we have given in this thread we would have disabled the 10th pin always in the setup function which was exclusively written for NFC shield to work.

Please remove that part of code and include appropriate enable and disabling of pin in the loop function according to your requirement.

Thanks and Regards