Open NEHAL608 opened 2 months ago
Hi, could you try initiate other app, before initializing the esp-dl models?
No, now I initialized ESP RainMaker and successfully completed the provisioning. After that, I initialized BLE, and only then did I initialize the ESP-DL model." i got this error
Answers checklist.
IDF version.
5.3
Espressif SoC revision.
ESP32-S3 WROOM2 with 32MB
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
custom board
Power Supply used.
USB
What is the expected behavior?
I'm working on a project with the ESP32-S3 where I need to integrate ESP RainMaker, BLE NimBLE, and the Face Detection Web API from ESP-WHO. When I run each API individually, or even combine ESP RainMaker and BLE NimBLE, everything works perfectly fine. However, when I try to combine all three (ESP RainMaker + BLE + Face Detection), I run into memory allocation failures. I have already tried various memory optimizations.
Has anyone faced similar issues or have suggestions for further memory optimizations to run all three components successfully on the ESP32-S3? Any advice or alternative approaches would be greatly appreciated!
Thanks in advance!
What is the actual behavior?
none
Steps to reproduce.
1 idf.py build 2 idf.py flash
Debug Logs.
More Information.
sdkconfig.zip