zyq20170820

Results 7 comments of zyq20170820

已经固定了组件版本号为1.4.1,编译告警如下: Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:\Espressif\python_env\idf5.2_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 E:\test\esp-iot-bridge-master\examples\wireless_nic"... -- IDF_TARGET not set, using default target: esp32 -- Found Git: C:/Espressif/tools/idf-git/2.39.2/cmd/git.exe (found version "2.39.2.windows.1") -- git rev-parse returned 'fatal:...

请问一下,esp32怎么去掉这个组件usb_host_cdc_acm。

esp-idf版本v5.2.1,设置目标为esp32s3时,配置报错。麻烦帮忙看看 Set Target to: esp32s3, new sdkconfig will be created. Running cmake in directory E:\test\esp-iot-bridge-master\examples\wifi_router\build Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:\Espressif\python_env\idf5.2_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DIDF_TARGET=esp32s3 -DCCACHE_ENABLE=1 E:\test\esp-iot-bridge-master\examples\wifi_router"... -- Found Git: C:/Espressif/tools/idf-git/2.43.0/cmd/git.exe (found...

我之前下载的代码,然后cd进目录编译有问题。用工具下载idf.py create-project-from-example "espressif/iot_bridge=*:wifi_router"编译是正常的,ipv6是不是不能用?我测试好像只有ipv4。连接方式:STA接路由器,网口接电脑。

请问一下如果需要使用ipv6,网络连接方式同wifi_router一样:STA接广域网路由器,网口接电脑/嵌入式设备。有其它例程推荐吗?

请教一下:https://github.com/espressif/esp-idf/tree/master/examples/network/eth2ap与https://github.com/espressif/esp-idf/tree/master/examples/network/sta2eth 这两个例程的区别,两个例程ipv4都是正常的,ipv6只有eth2ap是正常的。我看代码sta2eth在MAC地址上做了处理,只处理ipv4的MAC地址,如果ipv6也要考虑,请问一下sta2eth可以怎么修改呢?谢谢

请教一下:https://github.com/espressif/esp-idf/tree/master/examples/network/eth2ap与https://github.com/espressif/esp-idf/tree/master/examples/network/sta2eth 这两个例程的区别,两个例程ipv4都是正常的,ipv6只有eth2ap是正常的。我看代码sta2eth在MAC地址上做了处理,只处理ipv4的MAC地址,如果ipv6也要考虑,请问一下sta2eth可以怎么修改呢?谢谢