esp-iot-bridge
esp-iot-bridge copied to clipboard
ESP32 can't act as Wi-Fi Hotspot device while connected to ethernet (AEGHB-464)
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,
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