New to arduino. Why is windows telling me to authorise a bounch of stuff

it was telling me the friewall the drivers the do you want this app to do changes to your device? and im confused. i accepted all

Hi @deelex9404.

Arduino IDE has a helper tool named "mdns-discovery". This tool is used for the "over-the-air" (OTA) upload feature that allows you to upload sketches to certain boards via the Wi-Fi network instead of having to plug them into your computer:

https://docs.arduino.cc/tutorials/mkr-1000-wifi/wifi-101-ota

https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html#application-example

This tool requires access to your network, and so Windows Firewall asks you if you want to give it permission to do that.

The drivers are installed so that Windows can recognize the serial ports of some Arduino boards when they are connected to your computer with a USB cable.

thanks, driving me crazy

You are welcome. I'm glad if I was able to be of assistance.

Regards, Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.