Search found 2 matches
- Sun Jan 28, 2024 10:04 pm
- Forum: ESP-IDF 中文讨论版
- Topic: esp_http_client发送文件求助
- Replies: 0
- Views: 903
esp_http_client发送文件求助
您和,我准备使用ESP32-S3开发板http post请求发送SD卡上的大文件,但是使用esp_http_client_set_post_field的buffer太小,内存不能一次性申请太大,请问如何循环边读取文件边分块发送文件呢? esp_http_client_set_method(client, HTTP_METHOD_POST); esp_http_client_set_header(client, "Content-Type", "multipart/form-data; boundary=" "----WebKitFormBoundary7MA4YWxkTrZu0gW"); es...
- Sat Jan 27, 2024 9:39 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP32-S3-Korvo-2 V3.0 es8311 无法播放声音
- Replies: 1
- Views: 3588
ESP32-S3-Korvo-2 V3.0 es8311 无法播放声音
我用 examples文件夹 i2s_es8311 在ESP32-S3-Korvo-2 V3.0开发板上播放没有声音,配置如下:。pipeline_http_select_decoder例子是可以播放的,哪位老师有时间帮忙看看哈 /* I2C port and GPIOs */ #define I2C_NUM (0) #define I2C_SDA_IO (GPIO_NUM_17) #define I2C_SCL_IO (GPIO_NUM_18) /* I2S port and GPIOs */ #define I2S_NUM (0) #define I2S_MCK_IO (GPIO_NUM_...