Tian Sen Wen

Results 350 comments of Tian Sen Wen

You can temporarily add the following patch to the code, and we will update the example for the NIC solution later. ``` diff --git a/components/iot_bridge/CMakeLists.txt b/components/iot_bridge/CMakeLists.txt index 61e8593..6a0d290 100644 ---...

Hi @redfast00 , there is an internal MR under review and will be released soon.

The current example can already use USB netif normally and does not require any modification to the components.

Ensure that the 4g module is reset after the chip is up. If the 4g module is not reset, or the AT communication is initiated before the 4g module is...

Hello, for the IoT-Bridge architecture, since it involves NAPT, the IP subnet for SoftAP must be distinct from the IP subnet for the station. However, if you're referring to something...

https://github.com/espressif/esp-iot-bridge/blob/master/components/iot_bridge/Kconfig#L154 You can try changing the value of BRIDGE_GPIO_RANGE_MAX.

Do you mean the external wants to communicate with the ethernet connected device, if so, you may need to add **portmap** in your code, currently Nat does have some limitations....

https://github.com/espressif/esp-iot-bridge/blob/master/components/iot_bridge/src/bridge_eth.c#L326-L336 如果是用 w5500,可以将剩下两个 esp_spi_eth_new_dm9051、esp_spi_eth_new_ksz8851snl 注释掉

Hi @RenjithBeginow What is the version of idf you are using, you can delete this esp_restart() first, this will not be affected.