Arduino Cloud with Olimex ESP32-POE using LAN8720 Ethernet

Hi All,

This is my first post in this forum. I am trying to connect an Olimex ESP32-POE board to Arduino Cloud via Ethernet connection. The Ethernet example for this board with LAN8720 works fine.

I read in the topic (Connect to Arduino IoT Cloud via ESP32 Ethernet), that the use of Ethernet in this case is possible "because LAN8720 is used with the esp32 arduino WiFi library the same way as other network interfaces (STA, SoftAP)". However, I was not able to figure out how to realize it in the sketch.

How to implement Ethernet with this LAN8720 board?
Many thanks.

the problem is, the IoT Cloud library handles the initialization of WiFi or Ethernet, but it only works with proper Arduino networking libraries. the initialization of LAN8720 is not standard

Thanks for the swift response. So I guess there is no easy solution for this.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.