espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SREERAG56 opened this issue · 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,

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