espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.
Apache License 2.0
140 stars 49 forks source link

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

Open SREERAG56 opened 5 months ago

SREERAG56 commented 5 months ago

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,

tswen commented 5 months ago

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