MJLorton Solar Power and Electronic Measurement Equipment Forum

Arduino => Arduino => Topic started by: Dennis on May 23, 2013, 05:10:36 PM

Title: Arduino Programming with Visual Micro and Atmel Studio
Post by: Dennis on May 23, 2013, 05:10:36 PM
I recently used this fantastic tool for programming the Arduino Platform and thought I would share.

Check it out at http://www.visualmicro.com (http://Check it out at http://www.visualmicro.com)

It is a great little add-in that extends the Atmel Studio program to include programming for the Arduino. Atmel Studio and Visual Micro are both FREE! Visual Micro does have an optional DEBUGGER that comes with a 30 day free trial or $15 to buy. The debugger is great. No longer do you have to sprinkle your code with Serial.println statements to debug. Just set a break-point and set the variables you want to watch.

I used it developing my last project (which I will post also) and it saved a bunch of time working the kinks out.

The compiler is lighting fast too compared to the Arduino IDE. This saves a bunch of time especially when working with boards like the Due!.

Here are some screen shots:
(http://www.visualmicro.com/pics/atmel-studio-arduino-leonardo-debug.png)

(http://www.visualmicro.com/pics/Debug-Arduino-Due-Atmel-Studio.png)

(http://www.visualmicro.com/image.axd?picture=2012%2f5%2fArduino+Visual+Studio+BreakPause+F5+To+Continue.png)
Title: Re: Arduino Programming with Visual Micro and Atmel Studio
Post by: Paul Collins M0BSW on July 20, 2013, 08:52:55 AM
I would like to answer, but I just do not understand this stuff at all, there are some pic chip projects I'd like to do, however I just do not understand it ::)