Page 1 of 1

Need help for ESP32-SOLO-1 module

Posted: Thu Mar 14, 2019 5:24 pm
by Ritesh
Hi,

We are working on ESP8266 and ESP32 modules and developed few applications for both. We have used ESP32 WROOM and WROVER modules in most of applications.

Now, We have one project requirement in which we need to use ESP32-SOLO-1 module and we have checked that there is only one core into that module. Also there is no any PARAM support for that as well.

We have checked into menu config and found that we need to select option to run freeRTOS on single core. We have choosed that option and moved further with our developed application.

Does anyone has idea like do we need to use only latest stable IDF like 3.1 or 3.2 or 3.3 etc? Do we need to take care anything else to use that module?

Hope anyone has used that module for their application development purpose.

Re: Need help for ESP32-SOLO-1 module

Posted: Fri Mar 15, 2019 11:28 am
by Ritesh
Hi SDK Developer,

Anyone has any update regarding this?

Re: Need help for ESP32-SOLO-1 module

Posted: Fri Mar 15, 2019 2:41 pm
by ESP_Sprite
From what I know, the solo modules are supported by all ESP-IDF versions, given that you indeed disable use of the 2nd core.

Re: Need help for ESP32-SOLO-1 module

Posted: Fri Mar 15, 2019 4:14 pm
by Ritesh
ESP_Sprite wrote:
Fri Mar 15, 2019 2:41 pm
From what I know, the solo modules are supported by all ESP-IDF versions, given that you indeed disable use of the 2nd core.
Thanks for your promt response regarding same. Also, There is no any PSRAM support into that module.

So, Apart from that core related change, Do we need to take care anything extra for that? Also, Low level tasks will be handled by IDF to execute on core 0. Correct?