Tian Sen Wen
Tian Sen Wen
I would like to ask which version of idf you are using?
Apologies, our team is currently busy with other tasks. Are there any updates on this issue? If you have any new findings or could provide a PR, we would greatly...
You can select CONFIG_BRIDGE_DATA_FORWARDING_NETIF_USB to enable the USB Device function, which is possible if your stm32's USB Host supports USB Net Class.
Then it is impossible to connect to stm32, because the USB interface of esp32-S implements Net Class and can only be used as a USB Device.
What is the purpose of connecting stm32 via USB? Is it used for CDC communication or something else? We support USB host. For specific examples of using USB host, please...
编译失败的输出是什么呢? 在终端中执行下 pip install idf-component-manager==1.4.1,将 idf-component-manager 固定到 1.4.1 版本再试试
将 build 和 managed_components 和 dependencies.lock 都删了重新 set-target 试试。 https://github.com/espressif/esp-iot-bridge/blob/master/components/iot_bridge/idf_component.yml#L14-L17,usb_host_cdc_acm 是 esp_modem_usb_dte 依赖的组件,但是理论上 esp32 不会拉取 esp_modem_usb_dte 这个组件的。
bridge 方案不支持 ipv6
https://github.com/espressif/esp-idf/tree/master/examples/network/eth2ap 可以仿照这个透传方案改一下,改成 sta2ap。
https://github.com/espressif/esp-idf/blob/master/examples/network/sta2eth/main/ethernet_iface.c#L153 那应该只支持 ipv4。