Search found 8 matches

by tqh_vn
Mon Feb 10, 2025 1:02 am
Forum: ESP32 Arduino
Topic: ESP-DL
Replies: 4
Views: 2493

Re: ESP-DL

Thanhks @lbernstone.
I think when the new recognition model (faster, lighter, ...) is not ready, the company should still maintain the current version that is running stably.
I hope the company maintains the full functionality of the current library.
by tqh_vn
Mon Feb 10, 2025 12:56 am
Forum: ESP32 Arduino
Topic: ESP-DL
Replies: 4
Views: 2493

Re: ESP-DL

@ahsrabrifat thanks for reply
by tqh_vn
Fri Feb 07, 2025 1:49 am
Forum: ESP32 Arduino
Topic: ESP-DL
Replies: 4
Views: 2493

ESP-DL

I am using ESP-DL (face recognize, Motiondetect-get_moving_point_number) on ESP32S3 with ESP32 arduino API V3.0.7
After V3.1.1 update this library no longer exists.
Does ESP have any plans to update ESP-DL library in the future?
by tqh_vn
Fri Feb 02, 2024 9:01 am
Forum: ESP32 Arduino
Topic: ESP32S3 OTA
Replies: 2
Views: 1273

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: 1273

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: 2522

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: 2522

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: 2522

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?