Search found 5 matches

by timothyp
Mon Mar 02, 2020 7:18 am
Forum: ESP32 Arduino
Topic: Arduino+ESP-FACE Crash after face detection because of calls to free()
Replies: 1
Views: 4472

[SOLVED] Re: Arduino+ESP-FACE Crash after face detection because of calls to free()

Turns out this can be sovled by using Arduino-ESP32 at commit 4638628873a061c36faffebe4d146d13f960076d (tag: 1.0.4)
by timothyp
Fri Feb 28, 2020 6:01 am
Forum: ESP32 Arduino
Topic: Arduino+ESP-FACE Crash after face detection because of calls to free()
Replies: 1
Views: 4472

Arduino+ESP-FACE Crash after face detection because of calls to free()

Hi, I am using the default CameraWebServer.ino sample that comes with Arduino-ESP32. It works and detects my face only to crash after that upon calling `free` (see code below) If I simply disable the calls to free (which I know I probably really should not do) then the app works fine. box_array_t *n...
by timothyp
Thu Feb 27, 2020 8:53 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6979

Re: Cannot build the hello world sample

I downloaded that one before as well but it still tried to download stuff.

Now if this completes. I will have data in ~/Downloads/esp-idf/ and ~/.espressif
Do I need to copy them both if I move to a different system or can I just copy the esp-idf folder?
by timothyp
Thu Feb 27, 2020 7:07 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6979

Re: Cannot build the hello world sample

You are correct.
Apparently it is downloading more stuff again.
This could take anything from minutes to a few days.
Will try again after that.

Is there a local mirror (or single package download) anywhere.
The blockade is affecting a lot of people.
by timothyp
Thu Feb 27, 2020 5:52 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6979

Cannot build the hello world sample

Hi, First off, Github is now as good as blocked in Shenzhen, and when it does work the connection gets cut ever few minutes, so I spent more than 4 days to download esp-idf and then run `./install.sh` which just downloads more stuff. As a Chinese company, you should probably provide local mirrors fo...