Tian Sen Wen
Tian Sen Wen
Have you enabled the "BRIDGE_DATA_FORWARDING_NETIF_SPI" configuration option in menuconfig? I would like to know which netif you need to use for your project. I was able to compile using "release/v5.0",...
Hello, due to the fact that a part of the idf's lwip component hasn't been updated yet, we have created a patch. This patch will be applied to the lwip...
目前是 CMake 自动给 idf 的 component/lwip/lwip 子模块打 patch 的,不需要用户手动打 patch。你可以去 esp-idf/components/lwip/lwip 里面看一下是否已经打上 patch 了,如果已经打上 patch 了,后面 CMake 编译会提示错误,但是可以忽略。
You have selected the Station interface as the external netif, so it will obtain an IP address from the router as a DHCPC after connecting to it. Additionally, you have...
Perhaps you can modify the [eth2ap](https://github.com/espressif/esp-idf/tree/master/examples/ethernet/eth2ap) demo to achieve transparent data transmission between the STA and ETH interfaces.
Using the wifi_router example can solve your needs: https://github.com/espressif/esp-iot-bridge/tree/master/examples/wifi_router
https://github.com/espressif/esp-idf/tree/master/examples/network/eth2ap#troubleshooting
Hello, BRIDGE_CUSTOM_MAX_CONNECT_NUMBER was originally a configuration option reserved for the Mesh-Lite solution. However, we are considering removing this undefined configuration option in the future. Please rest assured that it will...
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
Hi @idrougge I didn't quite understand what usbmodem1234563 is. When I have all the mentioned classes such as CDC, NET, DFU enabled and I open the serial port tool on...