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

ddog

I am new to Olimex. I am experiencing exactly the same issue. I have a Rev G board. Followed instruction as per Olimex Website.

Receive same error and switched to POE board. Problem solved.

Is there a resolution to this?

Regards,
D