Arduino Nano (clone) + DK electronics NANO Ethernet Shield V1.0 (ENC28J60)

Hi,
I have a Arduino Nano (clone CH340 ; working perfectly) + I just bought a DK Electronics NANO Ethernet Shield V1.0 (ENC28J60):

I inserted the shield, installed the classic UIP Ethernet Library:

and uploaded many different examples, but it does not work.

I tried direct connection to PC, connection with a home router, double checked the IP / DHCP parameters. Both don't recognize the device.

Is there a trick to make it work?

B

PS: I have tried many power supply units, so I don't think this is the problem. Moreover the orange and green LEDs of the Ethernet shield blink (but a little bit too randomly).

PS2: Linked topic: Ethershield V1.1 ENC28j60 problem - Networking, Protocols, and Devices - Arduino Forum

try to set pin 7 HIGH. it is connected to reset of the enc28j60 on the shield.
try the Ethernet library WebClient example. change the include to UIPEthernet and comment out the hardwareStatus() test

Thanks @Juraj for your answer. Which pin 7?

Digital 7 (pin 10) or Digital 4 (pin 7)

try the Ethernet library WebClient example

Would you have a link to be sure to use the right sketch?

Thanks in advance!

blahop:
Thanks @Juraj for your answer. Which pin 7?

Digital 7 (pin 10) or Digital 4 (pin 7)

try the Ethernet library WebClient example

Would you have a link to be sure to use the right sketch?

Thanks in advance!

the pin labeled D7

https://www.arduino.cc/en/Tutorial/WebClient

Hi

Did you found solution for this problem ?

I had the same issue and I've tried this approach

https://www.mikrocontroller.net/topic/477142#5899322

and for me this worked, now me shield work perfectly fine and it get IP assigned via dhcp

hope this helps you

Hubert26:
Hi

Did you found solution for this problem ?

I had the same issue and I've tried this approach

https://www.mikrocontroller.net/topic/477142#5899322

and for me this worked, now me shield work perfectly fine and it get IP assigned via dhcp

hope this helps you

Thanks a lot, for me this worked!! Also my ENC28J60 shield was defective.