Search found 2 matches

by GlenMorris
Tue Jan 03, 2023 9:18 am
Forum: ESP-IDF
Topic: Connect ESP32 to host pc with ethernet
Replies: 2
Views: 2781

Re: Connect ESP32 to host pc with ethernet

Hello,

Thank you for the detailed reply. It took me some time to set up a DHCP server, as I was trying it on Windows, but I have finally able to do it in Linux (was much easier).

Have a nice day :)
by GlenMorris
Thu Dec 22, 2022 3:06 pm
Forum: ESP-IDF
Topic: Connect ESP32 to host pc with ethernet
Replies: 2
Views: 2781

Connect ESP32 to host pc with ethernet

Hello, I am trying to connect my ESP32 device (OLIMEX ESP32-POE-ISO-EA-IND) to my PC (host machine) with Ethernet. I have looked to examples (eth2ap and tcpclient) and was able to install the ETH driver and also attach the ETH to netif using esp_eth_new_netif_glue() . But I am not able to have a com...