How to upload HEX files to Arduino

Published: 13 February 2020
on channel: Delta X Robot
42,632
212

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


Watch video How to upload HEX files to Arduino online without registration, duration hours minute second in high quality. This video was added by user Delta X Robot 13 February 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 42,63 once and liked it 21 people.