ESP23-Gateway Arduino ethernet

Started by Manuel, May 22, 2019, 07:18:40 PM

Previous topic - Next topic

Manuel

Hi.
I just bought an ESP23-Gateway board. I can not find examples and documentation to operate the board with ethernet cable.
I work with the Arduino IDE.
Do you know where I can find information on this topic?
Greetings and thanks.

LubOlimex

The board has configuration in the official Arduino package for ESP32: https://github.com/espressif/arduino-esp32/tree/master/variants/esp32-gateway

First install the latest Arduino release as explained here: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md

Then select the ESP32-GATEWAY in the board selection.

Then go to the examples and run the WiFi/examples/ETH_LAN8720/ETH_LAN8720.ino - this one: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/ETH_LAN8720/ETH_LAN8720.ino
Technical support and documentation manager at Olimex