Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Cicero
#37049 I am serving very simple webpages via Ethernet cable and an ENC28J60 connected to the ESP8266. (C development, not Arduino)

Currently working on integrating my ENC28J60 stack (because it needs its own) and Sprites httpd project html cgi functionality, so as to seamlessly serve the same webpages over hardwire connection as wifi, whatever you chose. At this point the integration is the hardest part as I'm trying to mimic the esp SDK in some aspects, but if I get it right it will be rather nice.