Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDNS not working with T-ETH-Lite-ESP32S3 #53

Open
mathieucarbou opened this issue Feb 6, 2024 · 10 comments
Open

MDNS not working with T-ETH-Lite-ESP32S3 #53

mathieucarbou opened this issue Feb 6, 2024 · 10 comments
Labels

Comments

@mathieucarbou
Copy link

I noticed that in my application: MDNS info is not published when only using ETH, is published when using both ETH and WiFi STA mode, but published with the ETH ip address.

I am running the ETHOTA example to reproduce,

image

I should see esp32-ethernet.local

Note: I even added the following juste before begin() to make sure ArduinoOTA published MDNS info.

ArduinoOTA.setHostname("esp32-ethernet");
ArduinoOTA.setMdnsEnabled(true);
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 13, 2024
@mathieucarbou
Copy link
Author

bump

@lewisxhe
Copy link
Contributor

oh ! I'm not sure about this issue at the moment. I need time to verify it.

@github-actions github-actions bot removed the stale label Mar 14, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Apr 14, 2024
@mathieucarbou
Copy link
Author

Still an issue

@github-actions github-actions bot removed the stale label Apr 15, 2024
@lewisxhe
Copy link
Contributor

This function is already normal when tested in arduino 3.0.0-rc1 version, but there is still a problem in arduino 2.0.15.

@mathieucarbou
Copy link
Author

Is it possible that this is cause by the Eth class ? With Arduino 3, the board does not need the additional Eth class because the Arduino 3 API is already capable of handling spi gpio (miso, mosi).
Ref: #55

@lewisxhe
Copy link
Contributor

There is no need to worry about this issue, because the future will definitely be based on v3.x, and I have added compatibility with v3.x.

@mathieucarbou
Copy link
Author

There is no need to worry about this issue, because the future will definitely be based on v3.x, and I have added compatibility with v3.x.

I disagree... If I follow what you say, it means that MDNS won't be supported for all Lilygo ETH ESP32 S3 boards on Arduino 2. It will only work on Arduino 3.

What would be the solution to add MDNS support to the LIlygo T-ETH S3 board on Arduino 2 ? Is it possible ?

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants