Search found 15 matches
- Wed Jul 19, 2023 4:03 am
- Forum: ESP Mesh 中文讨论版
- Topic: 【已解决】ESP_MESH_LITE OTA升级问题
- Replies: 2
- Views: 24572
Re: ESP_MESH_LITE OTA升级问题
谢谢大佬,困扰了这么久
- Tue Jun 20, 2023 4:36 am
- Forum: ESP Mesh 中文讨论版
- Topic: 【已解决】ESP_MESH_LITE OTA升级问题
- Replies: 2
- Views: 24572
【已解决】ESP_MESH_LITE OTA升级问题
请问一下我成功使用了esp mesh lite连接外网 ,但是不知道如何使用他的OTA升级功能 ,目前所有设备能够单独连接外网 使用原来的OTA升级方式(IDF例程中),单设备更新没有问题 ,多设备同时 会导致mesh 连接丢失, lite库中并没有OTA相关的例程,请问哪里有相关资料可以参考呢 /** **************************************************************************************** * @FilePath: wifimesh32_lite.c * @Author: jack * @Date: 20...
- Tue Jun 20, 2023 4:31 am
- Forum: ESP Mesh 中文讨论版
- Topic: mdf 是否可以在 idf 5.0 下使用啊?
- Replies: 4
- Views: 26092
Re: mdf 是否可以在 idf 5.0 下使用啊?
您好 请问一下我成功使用了esp mesh lite连接外网 ,但是不知道如何使用他的OTA升级功能 ,目前所有设备能够单独连接外网 使用原来的OTA升级方式(IDF例程中),单设备更新没有问题 ,多设备同时 会导致mesh 连接丢失, lite库中并没有OTA相关的例程,请问哪里有相关资料可以参考呢
- Sun Oct 09, 2022 8:54 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决] windowns环境下,esp32c3如何解除flash加密?
- Replies: 6
- Views: 13609
Re: [已解决] windowns环境下,esp32c3如何解除flash加密?
您好 我OTA也遇到了flash不能写入的问题 请问一下您这边是怎么解决的呢
- Sun Oct 09, 2022 8:06 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用ESP32-S3进行OTA升级时失败
- Replies: 2
- Views: 3619
Re: 使用ESP32-S3进行OTA升级时失败
你解决了吗 我也一样的问题
- Sun Oct 09, 2022 8:03 am
- Forum: ESP-IDF
- Topic: esp32 OTA upgrade : esp_image: image header: 0xff 0xff 0xff 0x0f ffffffff[0mSS [0;31mE (30961) esp_image: image at
- Replies: 0
- Views: 1141
esp32 OTA upgrade : esp_image: image header: 0xff 0xff 0xff 0x0f ffffffff[0mSS [0;31mE (30961) esp_image: image at
i used wifimesh + ota from example/ota/simple_ota_example/ D (30861) HTTP_CLIENT: http_on_body 512[0m D (30871) aiya_ota: HTTP_EVENT_ON_DATA, len=512[0m D (30871) HTTP_CLIENT: is_data_remain=1, is_chunked=0, content_length=200112[0m D (30881) HTTP_CLIENT: need_read=512, byte_to_read=512, rlen=512, r...
- Mon Sep 19, 2022 8:41 am
- Forum: ESP-IDF
- Topic: Problems with install.sh
- Replies: 7
- Views: 8092
Re: Problems with install.sh
its ok now very thank you
- Fri Sep 16, 2022 8:56 am
- Forum: ESP-IDF
- Topic: Problems with install.sh
- Replies: 7
- Views: 8092
Re: Problems with install.sh
hi im have same problem with you can you tell hao to solve this ? home/aiyaname/esp32/esp-idf/components/log/include/esp_log.h:265:27: error: format '%d' expects argument of type 'int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=] 265 | #define LOG_COLOR(COLOR) "\03...
- Fri Sep 16, 2022 2:00 am
- Forum: ESP-IDF
- Topic: esp32 wfi mesh (using examples/mesh/ip_internal_commuinication),device2(child ) cannot get ip from device1(parent)
- Replies: 0
- Views: 1465
esp32 wfi mesh (using examples/mesh/ip_internal_commuinication),device2(child ) cannot get ip from device1(parent)
test process: 1, Power on the No. 1 esp32 and then work normally to obtain the IP assigned by the routing and print the routing table 2. Power on esp32 No. 2 and then No. 1 shows a uknow id (as shown in the figure) and then the routing table shows that No. 2 has joined in 3, but after the No. 2 esp3...
- Fri Sep 16, 2022 1:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32s3 mesh子节点无法获取父节点分配的IP 问题,使用的是官方例程ip_internal_network
- Replies: 0
- Views: 1289
esp32s3 mesh子节点无法获取父节点分配的IP 问题,使用的是官方例程ip_internal_network
问题描述: 我的测试流程是: 1,给1号esp32上电 然后正常工作获取路由分配的IP 打印了路由表 2,给2号esp32上电 然后1号显示了一个uknow id(如图) 然后 路由表显示2号加入进来了 3,但是2号esp32上电之后无法获取 1号父节点分配的IP 还一直提示 mesh_main: Error in receiving raw mesh data: Unexpected size[0m 感觉MAC链路层是没有问题 应该是NAT出问题了 2号没有办法 获取1号的DHCP 1号正常工作时 2号加入mesh的log 打印如下: [0;32mI (438502) mesh_mqtt: ...