ESP32 POE 16MB Arduino IDE settings

Started by joopheuvel, February 06, 2024, 06:23:34 PM

Previous topic - Next topic

joopheuvel

Have recently acquired your ESP32 poe 16mb version and would like to use memory potential in the Arduino Ide. Currently there is no selection (only the 4mb version). I can add/edit the variants/boards myself in the specific appdata folder if i know the required settings. What do you suggest, can you please help with this, provide settings for the boards file?
Thank you

LubOlimex

We haven't updated our packages yet. Use the generic ESP32 one "ESP32 Dev Module" and select 16MB.
Technical support and documentation manager at Olimex

joopheuvel

Hi
It seems the ESP Dev module does not have the right pin and clock asignments (GPIO12,17) that are specific to the Olimex HW. Any idea when you will be adding the specific files or can you supply the boards.txt and variant file before that time.
Thx.
Joop

LubOlimex

Just declare it at the start of the code. What is defined in the code would overwrite what is in the board config.

#define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT
#define ETH_PHY_POWER 12
Technical support and documentation manager at Olimex