ENC28J60 Ethernet module and pinout?

Hello, I have been trying to figure out the library and pinout for the ENC28J60 Ethernet module. Does anyone know where I can find the correct one that works library and pinout? there are a few out there I can not get to work. I have tried them all.

Joseph

How are we supposed to recommend a library if you have already tried them all?

Better, a list of libraries you have tried and maybe the sketch you used to test if they worked or not and possibly any error message generated during compilation and/or operation

1 Like

Hello you are right. Forgot to list the sites I used so far. But I found my problem. For some odd reason I had to use a older version of IDE and somehow got them to upload and work with no problem. The newer one was giving a lot of errors. I had to look at the errors closely because I missed something I didn’t understand and had to look up the error online to figure out what it was.

Joseph

HI @josephchrzempiec

There are some modules that use this chip(ENC28J60)
Here is the datasheet, pinout and schematic of what I use.

ENC28J60-H.pdf (449.7 KB)

And use this libs:
ETHER_28J60.zip (6.6 KB)
etherShield.zip (17.0 KB)

RV mineirin

Thank you. I'm having a hard time wiring this up. That i almost gave it up. When i finally wired it up the libraries won't compile because the ones i found online was for a older IDE.

Joseph

Thank you very much for that. It works now. The other libraries i found online use the older IDE. In the newer IDE it wouldn't even compile.

Joseph

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.