B4R Code Snippet Ethernet ENC28J60 solution

Hello Guys, after a lot of searching to make the ENC28J60 Ethernet module work from arduino or with esp8266, I have discovered a library , which takes advantage of the rEthernet library that is only designed for W5X00
once you install the library in arduino ide you should go to the rEthernet.xml file and change Ethernet.h to
B4X:
 <dependsOn>&lt;EthernetENC.h&gt;</dependsOn>
and that's all it should work perfect.
according to the author it worked well with esp8266 nodemcu I still haven't tried it

Esquema Arduino ENC28J60
EthernetENC
 
Last edited:
Top