use ESP32 as wifi AP/Ethernet switch ?
use ESP32 as wifi AP/Ethernet switch ?
Hi All,
ESP32 has both wifi AP function and Ethernet interface.
Does anyone has a ESP32 solution for wifi AP device, with Ethernet interface to plug in a RJ45 port?
It act like a layer two switch, which transparent deliver between wifi/Ethernet, and convert 802.3 to 802.11 frame.
Note, it not has routing function, just layer two switch!
Best Regards.
ESP32 has both wifi AP function and Ethernet interface.
Does anyone has a ESP32 solution for wifi AP device, with Ethernet interface to plug in a RJ45 port?
It act like a layer two switch, which transparent deliver between wifi/Ethernet, and convert 802.3 to 802.11 frame.
Note, it not has routing function, just layer two switch!
Best Regards.
-
- Posts: 9757
- Joined: Thu Nov 26, 2015 4:08 am
Re: use ESP32 as wifi AP/Ethernet switch ?
Right now probably not, as we're still writing both the documentation as well as the drivers about the Ethernet interface.
Re: use ESP32 as wifi AP/Ethernet switch ?
Thanks for reply.
So could you please give us the detail schedule about Ethernet driver and Wifi AP switch?
So could you please give us the detail schedule about Ethernet driver and Wifi AP switch?
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.
As for packet switching, you will probably have to implement this by enabling routing between interfaces in LwIP.
Re: use ESP32 as wifi AP/Ethernet switch ?
Thank you for schedule.
"As for packet switching, you will probably have to implement this by enabling routing between interfaces in LwIP."
I think we may not need involve in LwIP.
We just need transparent transport the 802.11 frame from wifi port to 802.3 frame of ethernet port.
"As for packet switching, you will probably have to implement this by enabling routing between interfaces in LwIP."
I think we may not need involve in LwIP.
We just need transparent transport the 802.11 frame from wifi port to 802.3 frame of ethernet port.
Re: use ESP32 as wifi AP/Ethernet switch ?
Well you still have to do L2 frame translation. Why do you want to use an IOT chipset to do this instead of an AP/router chipset?
Re: use ESP32 as wifi AP/Ethernet switch ?
because the cost. Wifi router chipset is too expensive.WiFive wrote:Well you still have to do L2 frame translation. Why do you want to use an IOT chipset to do this instead of an AP/router chipset?
Re: use ESP32 as wifi AP/Ethernet switch ?
Mt7688an is pretty cheap.
Re: use ESP32 as wifi AP/Ethernet switch ?
Thank you for your information.WiFive wrote:Mt7688an is pretty cheap.
Actually we didn't need router function, we just want extend wifi signal from ethernet port.
Is there any other more simply solution?
Re: use ESP32 as wifi AP/Ethernet switch ?
Hi ESP_igrrESP_igrr wrote: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.
How can I enable routing between interfaces?
thanks
Who is online
Users browsing this forum: No registered users and 110 guests