d-a-v / W5500lwIP

W5100, W5500 and ENC28J60 for esp8266 and lwIP (or any other uC using lwIP)
43 stars 11 forks source link

This repository has been merged into esp8266/Arduino and is now obsolete.

You can use the git version of esp8266/Arduino or the unofficial esp8266/Arduino snapshot release regularly or on-request rebuilded.

For reference:

Ethernet drivers for lwIP on esp8266

This library brings full ethernet (RJ45 cables) connectivity into an already existing lwIP stack, such as the one in esp8266.

Every network services should work

W5100, W5500 and enc28j60 drivers are slightly modified versions of

https://github.com/njh/W5100MacRaw

https://github.com/njh/W5500MacRaw

https://github.com/njh/EtherSia (enc28j60)

How to use

Example soon (watch the few opened issues)

As for now, the network interface is working as DHCP client only

What's next

Notes (esp8266 and w5500, w5100?)

Roadmap