Search found 2 matches
- Sat Aug 19, 2023 11:34 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 OTA Update from USB PenDrive resets during esp_ota_end()
- Replies: 7
- Views: 3288
Re: ESP32-S3 OTA Update from USB PenDrive resets during esp_ota_end()
Hi every one, I also did a fork of this code but to send and read the ota directly from UART_0 (attached USB port). Thank again to OP and lets continue the share ! #include "main.hpp" uint8_t buf[OTA_MAX_BYTES_PER_BATCH+1]; static uint32_t total = 0; static uint32_t pct = 0; static uint32_t pct_send...
- Sat Nov 19, 2022 11:19 pm
- Forum: General Discussion
- Topic: Send I2S audio from A2DP sink to A2DP Source and then to Bluetooth Speaker
- Replies: 1
- Views: 3456
Re: Send I2S audio from A2DP sink to A2DP Source and then to Bluetooth Speaker
Hi did you manage to make it works ? I'm trying to do an A2DP source from I2S/ADC too but the sound is or very noisy, "chunked" (like if you keep turning on and off)... I presume there is an endiannes correction to do, it looks like the data format is very important... (but changing "communication_f...