JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
437 stars 89 forks source link

The connection is unstable? #176

Closed sssSake closed 1 year ago

sssSake commented 1 year ago

I use the arduino Mkr WiFi 1010, set up and start the OTA function, separate the arduino from the computer, and when connected to the power supply, the remote port is often not searched。 It should be said that sometimes it can be searched, sometimes it is not. Why this is the case?

JAndrassy commented 1 year ago

the propagation of the OTA port uses mDNS and it has problems in some networks or with some computers and the implementation in ArduionOTA is not really robust either (it is inherited from Arduino's WiFi101OTA library). I recommend https://github.com/JAndrassy/ArduinoOTA#ota-upload-from-ide-without-network-port

sssSake commented 1 year ago

OK,I will try.

sssSake commented 1 year ago

Thank you for your reply.

李雷 @.***

 

------------------ 原始邮件 ------------------ 发件人: "JAndrassy/ArduinoOTA" @.>; 发送时间: 2022年11月9日(星期三) 下午2:14 @.>; @.**@.>; 主题: Re: [JAndrassy/ArduinoOTA] The connection is unstable? (Issue #176)

the propagation of the OTA port uses mDNS and it has problems in some networks or with some computers and the implementation in ArduionOTA is not really robust either (it is inherited from Arduino's WiFi101OTA library). I recommend https://github.com/JAndrassy/ArduinoOTA#ota-upload-from-ide-without-network-port

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>