Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: Manuel on May 22, 2019, 07:18:40 PM

Title: ESP23-Gateway Arduino ethernet
Post by: Manuel on May 22, 2019, 07:18:40 PM
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.
Title: Re: ESP23-Gateway Arduino ethernet
Post by: LubOlimex on May 23, 2019, 12:40:13 PM
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