Tian Sen Wen

Results 350 comments of Tian Sen Wen

Please execute `pip install idf-component-manager==1.4.1`

Hi, If you've already ensured that the `idf-component-manager` version is 1.4.1 and it's still not compiling, it's likely a network environment issue or an IDF environment problem. Do you have...

Which version of IDF did this compilation issue occur in?

Hello, I have tested with the examples from the latest iot-bridge repository and did not encounter any compilation issues. May I ask which demo you are compiling and which configurations...

这个是对应 mcu 那边的驱动:https://github.com/espressif/esp-iot-bridge/tree/master/examples/spi_and_sdio_host 可以参考这边的文档:https://github.com/espressif/esp-hosted/blob/release/fg-v0.0.5/esp_hosted_fg/docs/Linux_based_host/porting_guide.md

https://github.com/espressif/esp-iot-bridge/blob/master/components/iot_bridge/User_Guide_CN.md#1-%E6%A6%82%E8%BF%B0

1. 直接基于原始的 esp-mesh-lite 工程里面的 examples/mesh_local_control 进行开发 2. 执行 `idf.py create-project-from-example "espressif/mesh_lite^1.0.0:mesh_local_control"` 命令创建一个 mesh_local_control 工程 3. 将 esp-mesh-lite 工程里面的 examples/mesh_local_control 示例复制一份到自己的某个目录,直接编译也可以

是可以正常编译运行的,但是目前只能使用 NCM。

没有,5.2 以后 USB Net Class 除了暂时不支持 Windows,其他都挺好的

Currently, iot-bridge does not yet support P4. You can implement the bridge between netif interfaces by referring to the iot-bridge component code. Once iot-bridge is updated with P4 support, we...