W

Arduino Uno Programming with Atmel Studio 6.1

On June 25, 2013, in Arduino, by Dennis Hill

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!

Tagged with:  
W

Arduino Programming With Atmel Studio 6.0

On June 25, 2013, in Arduino, by Dennis Hill

I don’t know about you, but it doesn’t take long for me to get tired of the standard Arduino IDE. Don’t get me wrong; if all you are doing is trying out new code, compiling and uploading to your board for testing, then the IDE is fine. But when you are working on a project and desire a full featured IDE you have to look no further than Atmel Studio.

In the video below I review and demo the steps involved to get your Arduino board up and running (programmed) with Atmel Studio 6.0.

Omar Francisco Arduino Installer Program
http://arduinoinstaller.codeplex.com/

Setting up the Arduino USB to Serial programmer inside Atmel Studio.
http://www.jayconsystems.com/tutorial/atmerpt1/

Watch in HD!