Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266 #407

Closed
ColinDexter opened this issue Nov 27, 2020 · 1 comment
Closed

esp8266 #407

ColinDexter opened this issue Nov 27, 2020 · 1 comment

Comments

@ColinDexter
Copy link

Is there anything known when we can expect support for the esp8266

@njh
Copy link
Owner

njh commented Dec 1, 2020

This library contains an incredibly minimal version of TCP/IP, that can only handle version basic functions. It was designed to be used with the ATMEGA168, which is an 8-bit microcontroller with only 1kB of RAM and 16kB of programme memory.

In contrast the ESP8266 has far more RAM and as much as 4Mb of programme memory. This means it is capable of running a far more fully featured IP stack - typically LwIP.

I have never tried it, but you might want to try something like this, which adds ENC28J60 support to LwIP on ESP8266:
https://github.com/Informatic/espenc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants