This is a continuation of the Arduino Programming With Atmel Studio 6.0 post. In this video I use Omar’s script in the (then) newly released Atmel Studio 6.1 beta and give it a test drive.
One of the biggest flaws in the 6.0 version was the inability to import the user template libs. That was fixed in this version of the Atmel IDE.
Atmel Studio 6.1 “External Tools”
Command:
“Arduino IDE Path”\hardware\tools\avr\bin\avrdude.exe
Arguments:
-C”Arduino IDE Path”\hardware\tools\avr\etc\avrdude.conf -patmega328p -carduino -P\\.\COM9 -b115200 -Uflash:w:”$(ProjectDir)Debug\$(TargetName).hex”:i
You will also need to change the comport COM9 to the com port your Arduino is using.
Watch in HD!
Recent Comments