esp-iot-bridge icon indicating copy to clipboard operation
esp-iot-bridge copied to clipboard

ESP32 can't act as Wi-Fi Hotspot device while connected to ethernet (AEGHB-464)

Open SREERAG56 opened this issue 2 years ago • 1 comments

Hi, i am getting internet by ethernet through LAN module enc28j60(SPI connection) for my ESP32.I am trying to set ESP32 as wifi hotspot device so all the connected device can access internet. But i am not able to do so. Can anyone help me ..? thanks,

SREERAG56 avatar Nov 25 '23 10:11 SREERAG56

Hello, the wired_nic example can meet your needs. You just need to ensure that the following two configuration items are turned on. CONFIG_BRIDGE_EXTERNAL_NETIF_ETHERNET=y CONFIG_BRIDGE_DATA_FORWARDING_NETIF_SOFTAP=y

tswen avatar Nov 27 '23 02:11 tswen