Search found 2 matches

by lnunez
Thu Aug 30, 2018 8:19 pm
Forum: General Discussion
Topic: use ESP32 as wifi AP/Ethernet switch ?
Replies: 11
Views: 20975

Re: use ESP32 as wifi AP/Ethernet switch ?

Ethernet driver will be part of ESP-IDF 1.0 release. Please refer to this post: http://esp32.com/viewtopic.php?f=10&p=1779#p1708 As for packet switching, you will probably have to implement this by enabling routing between interfaces in LwIP. Hi ESP_igrr How can I enable routing between interfaces?...
by lnunez
Wed Aug 22, 2018 7:42 pm
Forum: ESP-IDF
Topic: Enabling WiFi & Ethernet together
Replies: 23
Views: 42321

Re: Enabling WiFi & Ethernet together

Hi mertkahyaoglu, From the software side, this is possible at the moment if you enable both WiFi and Ethernet in the "Component Config" section of IDF config. (At the moment, due to a bug, you have enable both in configuration but you don't have to use both .) The two interfaces will be treated as ...