espenc icon indicating copy to clipboard operation
espenc copied to clipboard

ESP8266 LWIP driver for ENC28J60 ethernet module

Results 3 espenc issues
Sort by recently updated
recently updated
newest added

Any news on making this available to ESP-Arduino? It seems that we are not far away > the driver here: https://github.com/Informatic/espenc/tree/master/driver can be easy be ported to the ESP arduino....

Looking into the lwip code, I think, I understand why this fails, when the STA netif is not up: in lwip/core/ipv4/ip.c, lines 138 ff.: ``` /* iterate through netifs */...

I tested your code and enc28j60 is successfully linked up, but the code keep restarting itself roughly every second. ``` ets Jan 8 2013,rst cause:4, boot mode:(1,7) wdt reset user_main.c:user_init:20]...