Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: dev.homeye on February 17, 2020, 04:33:29 PM

Title: ESP large application
Post by: dev.homeye on February 17, 2020, 04:33:29 PM
Hello,
I'm new to ESP32.
I need to developp an application that supports at the same time BLE and Wifi (UDP, DHCP).
I'm using Arduino IDE.
At a very first stage I faced a sketch too big.
I managed to come over by changing the partitionScheme.
As I'm using an ESP32-DevKit-LiPo which is based on a WROOM-32D ie 4MB.
I am wondering if I use a WROOM-32D-16M, could I benefit from the extra flash to increase code size ?

Any help will be welcome.
Thanks