Skip to content

Port is discovered only intermittently using mdns-discovery, but instantly with Arduino IDE 1.x #61

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

Open
3 tasks done
bartgrefte opened this issue Mar 7, 2024 · 4 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@bartgrefte
Copy link

bartgrefte commented Mar 7, 2024

Describe the problem

When using Arduino IDE 2.x, mDNS detection only works intermittently.

When I use Arduino IDE 1.8.* the problem does not occur; mDNS detection works immediately.

To reproduce

Flash the "BasicOTA" example sketch of the "ArduinoOTA" library with the appropriate Wi-Fi credentials, to an ESP-module, Pico W or similar device.

Start both Arduino IDE 2.x and 1.x and see the immediate detection in 1.x and spotty (at best) detection in 2.x.

Expected behavior

mdns-discovery reliably discovers the network protocol ports of Arduino boards.

mdns-discovery version

1.0.9

Operating system

Windows

Operating system version

10 LTSB 2016

Additional context

I'm currently using Arduino IDE 2.3.2.

Additional reports

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@bartgrefte bartgrefte added the type: imperfection Perceived defect in any part of project label Mar 7, 2024
@christianh104

This comment has been minimized.

@bartgrefte
Copy link
Author

I'm surprised there isn't more buzz about this, OTA updates works very poorly because of this.

Maybe there are not enough people using this functionality?

@rtek1000
Copy link

rtek1000 commented May 4, 2025

In fact, many tutorials still recommend using IDE 1.18.19 due to the lack of adequate support for operating with ESP8266 and OTA sketch.

It's a shame for the Arduino IDE 2 programmers to have focused on appearance and not been able to maintain the functionality of IDE version 1.

It practically killed many projects, and to continue using it, programmers were unable to migrate to the new IDE 2.

@rtek1000

This comment has been minimized.

@per1234 per1234 changed the title Intermittend mDNS detection on IDE 2.*.*, instant on 1.8.* Port is discovered only intermittently using mdns-discovery, but instantly with Arduino IDE 1.x May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants