Plug in your Arduino
Select your Arduino board from the Arduino IDE Tools - Board menu
Select your Arduino board's port from the Tools - Port menu
File - Preferences - Show verbose output during - upload(check)
Sketch - Upload
After Upload completes, scroll up in the console window until you see the avrdude command. On windows with Uno selected it looks something like:
Code:
C:\Users\Admin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\Admin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega2560 -cwiring -PCOM13 -b115200 -D -Uflash:w:C:\Users\Admin\Documents\hex/Blink.ino.hex:i
Select and copy the avrdude command.
Paste the avrdude command to the command line
Change the file name to the hex file you want to upload. In my case is
from C:\Users\Admin\Documents\hex/Blink.ino.hex:i
to C:\Users\Admin\Desktop/Delta_Firmware.ino.hex:i
Press Enter
Смотрите видео How to upload HEX files to Arduino онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Delta X Robot 13 Февраль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 42,63 раз и оно понравилось 21 людям.