Search found 3 matches
- Wed Apr 16, 2025 5:51 pm
- Forum: Hardware
- Topic: Flash (no app development) ESP32 from android phone
- Replies: 1
- Views: 2207
- 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: 4336
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 ...
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 ...
- 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: 2
- Views: 6155
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 ...
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 ...