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
To upload firmware to your Arduino you have to install Arduino IDE. Also if your Arduino board is not original one but is a "replica", you should install additional driver for communicating with PC from the vendor of the board.
Usually the chip is CH340. Its driver can be found here. It doesn't require special settings.
Next step is setting up you IDE.
To do this go to Tools > Board to select your board (we use Arduino Nano). Go to Tools > Processor to select processor of your board.
Sometimes there can be options with "Old Bootloader": if there are any errors try to choose this one (it means that your device has old version of software updater).
Mainly there are no COM ports in system so if you correctly install driver for your Arduino board (for original drivers are installed with Arduino IDE) you can see here something like COM3 (number can be other). Select this option and press Upload (or Ctrl + U) to upload your sketch to board.