Saturday, September 14, 2024

Installing Arduino IDE 2.x on Windows 10

Installing Arduino IDE 2.x on Windows 10


Naviate to https://www.arduino.cc/en/software and click on the first option for Windows.

Unblock the application after downloading.



Install Arduino IDE (In File Explorer, double-click to install)

In Choose Installatin Option, select either Anyone or Only for me. Generally, it is cleaner to only install for me(the current user), as the application will not polute other users profile on the same computer.

In Choose Install Location, default location should be fine. Of course you can change it the location of your choosing.

Finish!

No comments:

Post a Comment

Q&A: How to create a blinky baremetal application on STM32F407G-DISC1 using STM32CubeMX and Keil μVision

Q: How to create a blinky baremetal application on STM32F407G-DISC1 using STM32CubeMX and Keil μVision Answer: Blinking an LED is the equiv...