Quantcast
Channel: Arduino Forum - Latest topics
Viewing all articles
Browse latest Browse all 15287

Trouble Connecting ENC28J60 Ethernet Shield to Arduino Nano ESP32

$
0
0

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) {}

  1. Double-checked wiring connections.
  2. Verified SPI pins and CS ports.
  3. Tried alternative CS ports (5 and 10).
  4. 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

Read full topic


Viewing all articles
Browse latest Browse all 15287

Trending Articles