Search found 4 matches
- Sun Dec 07, 2025 7:36 am
- Forum: ESP32 Arduino
- Topic: The OTA of ESP32-C3 can only receive 1/3 of the data packets.
- Replies: 3
- Views: 3684
- Sun Dec 07, 2025 5:37 am
- Forum: ESP32 Arduino
- Topic: The OTA of ESP32-C3 can only receive 1/3 of the data packets.
- Replies: 3
- Views: 3684
Re: The OTA of ESP32-C3 can only receive 1/3 of the data packets.
See the code in the attachment。
- Thu Dec 04, 2025 11:54 pm
- Forum: ESP32 Arduino
- Topic: The OTA of ESP32-C3 can only receive 1/3 of the data packets.
- Replies: 3
- Views: 3684
The OTA of ESP32-C3 can only receive 1/3 of the data packets.
[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
The WeChat platform employs a non-acknowledged transmission method, and the esp32-c3's reception speed is not as fast as its transmission speed, resulting in the entire process being able to receive only ...
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
The WeChat platform employs a non-acknowledged transmission method, and the esp32-c3's reception speed is not as fast as its transmission speed, resulting in the entire process being able to receive only ...
- Thu Dec 04, 2025 11:46 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C3的OTA只能接收1/3的数据包。
- Replies: 0
- Views: 4979
ESP32-C3的OTA只能接收1/3的数据包。
[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
微信平台发送采用无应答方式,esp32-c3接收速度没有发送的快,整个过程约只能接收1/3的数据包。程序中的task在OTA是已挂起。整包有1.5M.我的csv配如下:
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init ...
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
微信平台发送采用无应答方式,esp32-c3接收速度没有发送的快,整个过程约只能接收1/3的数据包。程序中的task在OTA是已挂起。整包有1.5M.我的csv配如下:
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init ...