ESP32-Gateway - cannot run sample code

Started by leodashevskiy, December 22, 2021, 09:52:18 AM

Previous topic - Next topic

tohox

Same here with rev G board.

Selecting ESP32-Gateway board and specifying rev F results in the error mentioned above but compiling with ESP32-POE board instead works OK.

LubOlimex

Oh, I think there were some changes to board configurations, please add at top of the demo these lines (before the header include):

#define ETH_CLK_MODE ETH_CLOCK_GPIO17_OUT
#define ETH_PHY_POWER 5
#include <ETH.h>

It was explained here:

https://www.olimex.com/forum/index.php?topic=8638.0
Technical support and documentation manager at Olimex

LubOlimex

Technical support and documentation manager at Olimex