Page 1 of 1

ESP-IDF : How to change Esp32S3 with Esp32S3Mini in a project ?

Posted: Mon May 15, 2023 3:41 pm
by ThomasESP32
Good afternoon,

I have created a project using a Esp32S3 under ESP-IDF.
The project is quite big now, and the chip has been changed from an Esp32S3 to an Esp32S3Mini.

In my project (Under ESP-IDF), it seems that I have nothing to change.
The only reference to the chip I have found is in the Esp Target tab and is specified to Esp32S3 (Mini is not provided).
So I have compiled my project the same way and downloaded it into the Esp32S3Mini.

Could you please confirm that this procedure is correct ?
Or is there something else to change please ?

Thank you for your help.
I would like to keep my program working with this new chip without writing it again !

Best regards,

Thomas TRUILHE

Re: ESP-IDF : How to change Esp32S3 with Esp32S3Mini in a project ?

Posted: Tue May 16, 2023 8:18 am
by ESP_Sprite
The ESP32S3Mini is simply a module that contains an ESP32S3 inside; as long as you use the GPIOs that are actually available on the Mini as well as select the correct amount of flash, it should just work.