I'm facing difficulties connecting an ENC28J60 Ethernet shield to an Arduino Nano ESp32. I've mounted the Arduino Nano on top of the Ethernet shield.
I'm using the EthernetENC library, I've tried using both CS port 5 and 10 for SPI communication, but the shield is not being detected.
tested using
if (Ethernet.hardwareStatus() == EthernetNoHardware) {}
- Double-checked wiring connections.
- Verified SPI pins and CS ports.
- Tried alternative CS ports (5 and 10).
- Checked for conflicts with mounted Arduino Nano.
Additional Notes:
The shield is powered using the 3.3V from Arduino Nano. And the Ethernet indicator lights are active.
Am I missing something?
1 post - 1 participant