-->
Page 1 of 3

NodeMCU + enc28j60

PostPosted: Sun Mar 15, 2020 9:41 am
by Logrus
Hi all!

I've got a problem I cannot resolve. I've connected my NodeMCU according this picture and I get this result: https://pastebin.com/NGzEepUM

Seems like I don't understand what is the problem. Can anybody assist in decoding the results, please?

The goal is to use NodeMCU with ethernet connection to my network instead of WiFi.

Thanks!

Re: NodeMCU + enc28j60

PostPosted: Mon Mar 16, 2020 1:21 am
by JurajA
with what sketch?

Re: NodeMCU + enc28j60

PostPosted: Tue Mar 17, 2020 4:23 am
by Logrus
JurajA wrote:with what sketch?

Ouch. I used this sketch: https://github.com/UIPEthernet/UIPEther ... Client.ino

Re: NodeMCU + enc28j60

PostPosted: Wed Mar 18, 2020 1:50 am
by JurajA
and do you have some server at IP address 192.168.0.1 port 5000?

try the WebClient example of the Ethernet library (comment out lines with compilation errors)