Search found 4 matches

by MikeCode
Tue Mar 28, 2023 8:09 am
Forum: Hardware
Topic: ESP32­-S3-­MINI-­1 Vapor Phase Soldering
Replies: 1
Views: 796

ESP32­-S3-­MINI-­1 Vapor Phase Soldering

Hello,

is there any specification or recommentation on using Vapor Phase Soldering to solder the ESP32-S3-MINI-1? The datasheet only specifies a Reflow Profile but does not mention, if the ESP32-S3-MINI-1 Module can be soldered using Vapor Phase Soldering.

Thanks in advance,
Mike
by MikeCode
Wed Jul 06, 2022 8:51 am
Forum: ESP-IDF
Topic: Is it ok to call esp_ota_write() with buffer size of 1 byte?
Replies: 2
Views: 2022

Is it ok to call esp_ota_write() with buffer size of 1 byte?

Hi, we are calling the esp_ota_write(esp_ota_handle_t handle, const void *data, size_t size) function with a buffer size of 1 byte, because we are receiving the firmware byte per byte. Is it ok to do so, or will this lead to a faster wear of the flash, because only one byte is writte at one time? Th...
by MikeCode
Fri Apr 22, 2022 9:11 am
Forum: ESP-IDF
Topic: Slow OTA Update on ESP32-S2-MINI-1
Replies: 0
Views: 914

Slow OTA Update on ESP32-S2-MINI-1

Hi, when using the Simple OTA Example from IDF 4.4 esp-idf\v4.4\examples\system\ota\simple_ota_example\ on an ESP32-S2-MINI-1 the update time is around 30 seconds for a 1MB firmware file, which seems way too long compared to the 10 seconds needed when writing the file via serial bootloader. Is this ...
by MikeCode
Wed Apr 20, 2022 11:08 am
Forum: ESP-IDF
Topic: High noise when reading ADC1 with IDF 4.4 on ESP32-S2-MINI-1
Replies: 0
Views: 771

High noise when reading ADC1 with IDF 4.4 on ESP32-S2-MINI-1

Hi, I noticed an significant increase of noise while reading from ADC1 on ESP32-S2-MINI-1 with adc1_get_raw when migrating my project from IDF 4.3 to IDF 4.4. My code looks like: adc1_config_width(width); adc1_config_channel_atten(ADC1_CHANNEL_6, atten_11_db); adc1_config_channel_atten(ADC1_CHANNEL_...