Search found 5 matches

by tqh_vn
Fri Feb 02, 2024 9:01 am
Forum: ESP32 Arduino
Topic: ESP32S3 OTA
Replies: 2
Views: 1005

Re: ESP32S3 OTA

Thanks for reply. Unremark line 44 (prints bytes written), and see if you get a final bytes written without a corresponding OTA percentage The ESP32S3 was restarted while running inside the Update.write function Calling fnProgress is the most likely source of the error. I checked again and this func...
by tqh_vn
Thu Feb 01, 2024 4:06 am
Forum: ESP32 Arduino
Topic: ESP32S3 OTA
Replies: 2
Views: 1005

ESP32S3 OTA

Hi everyone. Have a good day for all. I use Arduino IDE with ESP32 board V3.0.0-alpha3. When updating the firmware (OTA) my ESP32S3 rebooted. The restart occurs when running to the "Update.write" function. This is the debugging section: Begin OTA. Wait updating ... OTA: 1% OTA: 2% OTA: 3% OTA: 4% OT...
by tqh_vn
Fri Oct 27, 2023 4:34 am
Forum: ESP32 Arduino
Topic: ESP-SR
Replies: 4
Views: 1985

Re: ESP-SR

thank you very much
by tqh_vn
Fri Oct 27, 2023 1:49 am
Forum: ESP32 Arduino
Topic: ESP-SR
Replies: 4
Views: 1985

Re: ESP-SR

Thanks for replying.
I always use esp32-s3 with Arduino IDE. From version 2.0.10 esp-sr is not available in directory ".../esp32/2.0.10/tools/sdk/esp32s3/inlcude".
When compiling, I get an error: "esp_afe_config.h: No such file or directory"
by tqh_vn
Thu Oct 26, 2023 8:24 am
Forum: ESP32 Arduino
Topic: ESP-SR
Replies: 4
Views: 1985

ESP-SR

Hi everybody
I used AFE in esp-sr library on arduino-esp32 2.0.9. But from later versions there is no esp-sr library. How can I continue to use this library?