ESP8266 Developer Zone The Official ESP8266 Forum 2015-12-02T09:30:12+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1462 2015-12-02T09:30:12+08:00 2015-12-02T09:30:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1462&p=4857#p4857 <![CDATA[Ethernet packet handling with ESP8266]]>
I wanted to implement a ethernet interface in ESP8266 module.

Just in time, Espressif released open-source-lwIP as below.
http://bbs.espressif.com/viewtopic.php?f=46&t=951

So, for just test reason, I implemented ethernet packet handling code using ESP8266 as above.

With this test, I'm sure that many projects with ESP8266 and ethernet are possible.
- Ethernet to WiFi (Ethernet to 802.11 converter)
- Dual NIC Application(WiFi and Ethernet)

And, I think that W5500 is a best choice for the ESP8266's ethernet interface.
https://github.com/Wiznet/ioLibrary_Driver

Please refer to my test result and source codes as below.
https://github.com/SungEun-Steve-Kim/ethernet_packet_handling_using_esp8266

Image

Steve

Statistics: Posted by SteveKim — Wed Dec 02, 2015 9:30 am


]]>