Page 1 of 1

ESP32-WROOM-32D Software compatible with ESP32-PICO-MINI-02

Posted: Tue Jan 11, 2022 12:48 pm
by bixxewoscht
Hello,

I was thinking of moving from ESP32-WROOM-32D to ESP32-PICO-MINI-02, to save space. Are programs that run on the WROOM device generally compatible or do I need to change something? Both are dual Core and the PICO even seems to have more RAM.

Thanks in advance.

Re: ESP32-WROOM-32D Software compatible with ESP32-PICO-MINI-02

Posted: Tue Jan 11, 2022 2:21 pm
by WiFive
Pico-mini-02 has external ram so if you use it you have to enable it in menuconfig and make sure you are using it properly (some things can't be placed in external ram). Pinouts/available gpio are slightly different.

Re: ESP32-WROOM-32D Software compatible with ESP32-PICO-MINI-02

Posted: Thu Jan 13, 2022 7:20 pm
by hereiam
bixxewoscht wrote:
Tue Jan 11, 2022 12:48 pm
Hello,

I was thinking of moving from ESP32-WROOM-32D to ESP32-PICO-MINI-02, to save space. Are programs that run on the WROOM device generally compatible or do I need to change something? Both are dual Core and the PICO even seems to have more RAM.

Thanks in advance.
hello,
Did you reach to convert your program ?