How to Get/Convert HEX File From .ino File of Arduino Sketch
by Mr innovative in Circuits > Arduino
35377 Views, 8 Favorites, 0 Comments
How to Get/Convert HEX File From .ino File of Arduino Sketch
Hello friends.
Here i want to share How to convert Arduino Sketch from .ino format to HEX format & how to upload it on Arduino using XLOADER
When we are using XLOADER application to upload sketch to Arduino we need Sketch file in HEX format.
This is very simple just follow mention steps and you can watch video for better understanding (recommended)
1) Press "WIN+R" to open Run Command
2) Type "%TEMP%" & press enter
3) Select all item and delete them, some of them can't delete skip them go back to desktop
4) Open Arduino IDE application
5) Now open sketch of which you want HEX file here i am using "BLINK" sketch as a example
6) Now do Complie and after compling close arduino IDE
7) Now again press "WIN+R" to open Run command and type "%TEMP%" & press enter
8) Now type "HEX" in search tab in result you get recently complied sketch in HEX format copy it and paste it where you want
9) Now open XLOADER
A) Select HEX file to upload B) Select your Board C) Select COMport D) Keep Baudrate unchange
10) Now justb click on Upload button so HEX file will upload on Arduino
General Requirment
Following are the item you required
1) Computer system with Windows
2) Arduino board & cable
3) Arduino IDE
4) XLOADER application
Link to download XLOADER
http://russemotto.com/xloader/XLoader.zip
Thanks for your attention
Any suggestion/Comments/Query are welcome