Tian Sen Wen

Results 350 comments of Tian Sen Wen

Hello, we currently have some USB Host related examples in another repository. Please refer to: https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host

If USB RNDIS or USB ECM is required, you can use the wired_nic or wireless_nic examples. You need to manually enable the CONFIG_BRIDGE_FORWARDING_NETIF_USB configuration option in menuconfig.

The device should be directly plugged into the USB host device. Plugging it into a hub may not work.

日志有提示什么,确定硬件没有问题吗?

Is it that you haven't enabled the following two configuration options? CONFIG_LWIP_IP_FORWARD=y CONFIG_LWIP_IPV4_NAPT=y

# Override some defaults to enable PPP CONFIG_LWIP_PPP_SUPPORT=y CONFIG_LWIP_PPP_PAP_SUPPORT=y

> I was able to successfully build the test_app and flash the code onto the esp32. but as suggested, it is for carrying out tests. I want to make a...

Are you communicating with the 4G module using UART? UART typically has low data rates. Could the low data rate be causing issues with OTA updates, or do you need...

For the current architecture, since WiFi and Ethernet belong to two different interfaces, their network segments are also different. It is currently not possible to have two different types of...

请问您需要哪个芯片在 idf5.2 上运行哪个示例呢?