Page 1 of 2

ESP32-Mini-1 with Arduino IDE

Posted: Thu Mar 24, 2022 1:05 pm
by Moha S.
Hello,

i try to programm my ESP32-Mini-1 with Arduino IDE and i get the error message:

E (106) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (106) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig

Can anyone help me please?

Re: ESP32-Mini-1 with Arduino IDE

Posted: Fri Mar 25, 2022 10:58 am
by rpiloverbd

Re: ESP32-Mini-1 with Arduino IDE

Posted: Fri Mar 25, 2022 12:17 pm
by lbernstone

Re: ESP32-Mini-1 with Arduino IDE

Posted: Fri Mar 25, 2022 1:43 pm
by Moha S.
Thank you all.
I tryed this: https://github.com/lbernstone/arduino-esp32-solo
But i get an Error.

Did I choose the right folder?

Image

I see differences between the two folders (I mean the file sdkconfig).

Inside the folder include looks like this:

Image

Can you help me please?

Re: ESP32-Mini-1 with Arduino IDE

Posted: Fri Mar 25, 2022 6:47 pm
by lbernstone
Fixed- download the latest v2.0.2. Sorry, I no longer have a solo to test on, so I have to work in the dark.

Re: ESP32-Mini-1 with Arduino IDE

Posted: Fri Mar 25, 2022 7:36 pm
by Moha S.
Thank you. I still get an Error:

Image

doesn't the sdkconfig file in the esp32 folder need to be replaced?
In git I only find two folders:
1. include
2. lib
but in my PC I find 2 folders and one file:
1. folder: include
2. folders: lib
3. file: sdkconfig

Image

Re: ESP32-Mini-1 with Arduino IDE

Posted: Sat Mar 26, 2022 5:47 am
by lbernstone
No, sdkconfig is used by the idf to compile the libraries. sdkconfig.h provides the CONFIG_* macros to arduino.

Ok, one more time. This thing is getting very large. I expect v2.0.2 is the last version I will release. Word on the street is that v2.2.0 will support solo.

Re: ESP32-Mini-1 with Arduino IDE

Posted: Sat Mar 26, 2022 6:41 am
by Moha S.
Thank you. The Code is uploaded without Errors, but it doesn't work. But i get in ther Serial Monitor:

Image

Could you please try it one time more? I really need it :cry:

Re: ESP32-Mini-1 with Arduino IDE

Posted: Sat Mar 26, 2022 6:53 am
by lbernstone
Ok. I am able to compile and execute on a standard esp32 now.

Re: ESP32-Mini-1 with Arduino IDE

Posted: Sat Mar 26, 2022 8:12 am
by Moha S.
I really thank you my friend. It works now very good! Thaaaanks!