Search found 4 matches
- Wed Sep 17, 2025 6:57 pm
- Forum: ESP-IDF
- Topic: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
- Replies: 6
- Views: 1924
Re: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
That fixed it - thank you!
- Mon Sep 15, 2025 3:08 pm
- Forum: ESP-IDF
- Topic: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
- Replies: 6
- Views: 1924
Re: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
The example code I'm using is this:
https://github.com/espressif/esp-idf/tr ... _multi_net
https://github.com/espressif/esp-idf/tr ... _multi_net
- Thu Sep 11, 2025 3:01 pm
- Forum: ESP-IDF
- Topic: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
- Replies: 6
- Views: 1924
Re: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
I tested the default TCP server (baidu.com) using https://check-host.net/ and they seem to have their TCP port up and running. I also tried changing the TCP server to Google and still get the same result. Do you have any other ideas what could cause this error?
- Thu Sep 04, 2025 3:04 pm
- Forum: ESP-IDF
- Topic: I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
- Replies: 6
- Views: 1924
I can't get "Multiple Ethernet Example" provided with ESP-IDF to work.
I have the ESP32 dev kit (ESP32-ETHERNET-KIT-VE) and I'm trying to run the example called, "Multiple Ethernet Example."
The only thing I changed using menuconfig was to set the SSID and password of my wifi network here. When I compile and run the example, both the ethernet and wifi tasks fail and ...
The only thing I changed using menuconfig was to set the SSID and password of my wifi network here. When I compile and run the example, both the ethernet and wifi tasks fail and ...