You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the PC is connected to a wireless LAN, Arduino IDE is VERY slow to open, and if you try to save or compile a sketch, it also hangs.
I suspect this has to do with searching? for a UnoWifi board via some kind of discovery. Is there no way to specify the IP of the board(s) you want to connect, to instead of waiting for the discovery or for it to timeout and find nothing?
The text was updated successfully, but these errors were encountered:
Could be a duplicated of #6350, we are working on a long term solution to solve it once for all.
The hang while compiling, instead, could be due to an antivirus checking all the intermediate files produced by the build. If you are on windows, try pausing your AV and check if it alleviates the issue.
I took a look at thread 6350, and while I do also have the VirtualBox Host-Only Network "NIC" that does not seem to be related. Tested on two different machines...
Again, when connected to the LAN with WiFi, opening the IDE takes forever, a save takes forever, a compile or an upload takes forever.
On the same machine, when disconnected from wireless, but connected to the LAN with a hard-line Ethernet cable, opening the IDE is fast, as is save/compile/upload.
There is NO anti-virus anti-malware product installed on either machine.
I used wireshark to make a packet capture when starting the IDE on Eth vs. on WiFi
When on WiFi there seems to be a bunch more queries for "MDNS" and "._arduino._tcp.local"
Curiously, on my WiFi there are other things that are responding to .local besides just the UnoWiFi board ... for example something/spotify on the Amazon Fire TV box ... when I unplug the Amazon Fire TV box, then the Arduino IDE starts much faster. There must be some kind of timeout waiting for the not-right/not-expected response from the Amazon Fire TV? Obviously it is not an Arduino.
When on Eth there is nothing responding to .local so the IDE loads up quick.
When the PC is connected to a wireless LAN, Arduino IDE is VERY slow to open, and if you try to save or compile a sketch, it also hangs.
I suspect this has to do with searching? for a UnoWifi board via some kind of discovery. Is there no way to specify the IP of the board(s) you want to connect, to instead of waiting for the discovery or for it to timeout and find nothing?
The text was updated successfully, but these errors were encountered: