Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) Newbe Inatalling Arduino Plugin For Atmel Studio 7 (Read 8123 times)
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Newbe Inatalling Arduino Plugin For Atmel Studio 7
Sep 16th, 2016 at 4:06am
Print Post  
Howdy:

I have down loaded and installed VisualMicro For Arduino plugin for Atmel Studio 7. I seem to need help in setting it up.  I was told I should see Tools-> Arduino!! I see instead Tools->VisualMicro. So it I seem's I done something wrong.

I am using Arduino IDE 1.6 .11.

Can some one help this new be in setting up the Atmel Studio 7/VisualStudio For Arduino?

Thanks  Smiley

Rocket Nut
« Last Edit: Sep 16th, 2016 at 4:07am by RocketNut »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #1 - Sep 16th, 2016 at 11:10am
Print Post  
Hi,

It sounds like you have everything installed correctly. The menus have changed slightly in the past years Smiley

The documentation is here along with "first steps" guide

http://www.visualmicro.com/page/User-Guide.aspx?doc=index
  
Back to top
IP Logged
 
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #2 - Sep 16th, 2016 at 1:42pm
Print Post  
I have already visted  tha tsite and done all the steps mentioned, without success.

I have also uninstalled both both an reinstalled, again no joy.

Rocket Nut

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #3 - Sep 16th, 2016 at 1:53pm
Print Post  
Okay thanks for explaining.

So can we please take a step back and explain what the problem is? 

What of the first steps doesn't work?

Smiley
« Last Edit: Sep 16th, 2016 at 1:54pm by Tim@Visual Micro »  
Back to top
IP Logged
 
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #4 - Sep 16th, 2016 at 3:14pm
Print Post  
Install Visual Micro by doubleclicking on the "vsix" icon of the downloaded file.

When I double click the "vsix" nothing happens!

Thinking that's normal, I opened Amtel. the config manger pops up. Here is a screen shot of :

According to the setup web site, I am done.

Rocket Nut
« Last Edit: Sep 16th, 2016 at 3:14pm by RocketNut »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #5 - Sep 16th, 2016 at 3:20pm
Print Post  
Hi,

You have installed Visual Micro OK. Normally the easiest place to install is from "tools>extensions and updates" but it is okay because the picture you have provided confirms installation is OK.

I assume you have already installed the arduino ide and it is located in "c:\program files(x86)\arduino"

So you can now create an Arduino project by following the first steps in the documentation?

Have you tried to follow the First Steps and create or open an Arduino project?




« Last Edit: Sep 16th, 2016 at 3:20pm by Tim@Visual Micro »  
Back to top
IP Logged
 
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #6 - Sep 16th, 2016 at 3:50pm
Print Post  
Yes arduino ide is installed an working. I have been working on a sketch with it.

Yes I did the new project step. When I click on a new project I selected arduino project. The project name dialog box pops up, I enter the project name of "DataLogger_V3. Then a blank sketch appears. I copy the sketch I wrote with aduino ide.

Thinking I need to reset atmel, I closed it restarted it.

I still can not find the aduino ide functions (I.E. upload,compile,serial monitor)!!!!!

Rocket Nut
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #7 - Sep 16th, 2016 at 6:43pm
Print Post  
Hi,

To open an existing arduino project you can simply click "File>Open>Arduino Project" instead of creating  anew project and copying in the code.

After you have a project then you can open it using any of the atmel file>open commands, the file>recent list or keep using the File>Open>Arduino Project.

You should see the vMicro menu on the top menu bar. This gives you simple ways to to everything. It's for new users. 

On the vMicro menu you can see Open, New, Build, Build & Upload, Serial Monitor.

You should also be able to see the Visual Micro tool bars with quick access to many of the features on the vMicro menu such as select board, port,  serial monitor, build, upload etc.

However Visual Micro integrates into Atmel Studio and when an Arduino project is open Visual Micro overrides the standard Atmel Studio debug and build commands making them work like Arduino should work. This means that the "Debug" menu is useful. For example Start without debugging will make an arduino build and then upload using the serial port (or programmer) you have selected.

Atmel studio also has a tool bar with many options on it. The green and blue arrows are shortcuts to the "Debug" menu items.

The vMicro menu and Visual Micro tool bars also have library selection.

If you can't see the vMicro toolbars then right click a blank area in the tool bar region and you will see the available "Micro" bars that you can show or hide.

The commands to open an existing project, create a project are documented in the first steps of the documentation index page link I posted earlier. If you continue to read down the index page you will also find the vMicro menu and other features are also documented.

I hope this helps. Please do suggest something that can be more clearly documented.

Thanks
« Last Edit: Sep 16th, 2016 at 6:48pm by Tim@Visual Micro »  

Please Register or Login to the Forum to see File Attachments
Back to top
IP Logged
 
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #8 - Sep 18th, 2016 at 12:26am
Print Post  
Sorry for the delay in response.

I notice my device now shows up correctly.
 
I was told I could see what output pins (ON or OFF) with out connecting to my Adafruit Feather M0 Adalogger device using the debugger. How do I set that debugger to show the output pins?

I have found and used both verify and upload functions with out errors.

It's the debugger I am having problems with now.

What does the red circle with a + sign next to the highlighted void loop function mean?

Rocket Nut
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #9 - Sep 18th, 2016 at 1:28am
Print Post  
Great,

If you read through the Debugging section of the User Guide it will answer all of those questions and the next ones Smiley

The red spots are called Breakpoints. They can be configured to print messages or stop at code, show variable and expressions values, change variables without recompiling but you should read the docs because they explain what debugging is.

You will also find the Debugging section noted above gives a link to the Digital, Analog and Free Memory viewers.
  
Back to top
IP Logged
 
RocketNut
Junior Member
**
Offline


Posts: 16
Joined: Sep 16th, 2016
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #10 - Sep 18th, 2016 at 1:35am
Print Post  
Hmmm I seemed to missed all that in the user manual.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #11 - Sep 18th, 2016 at 2:13am
Print Post  
Smiley
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Newbe Inatalling Arduino Plugin For Atmel Studio 7
Reply #12 - Sep 21st, 2016 at 8:29pm
Print Post  
Hi, I have answered and moved the question to new thread. Please see link below.

automated message ...
Off-Topic replies have been moved to this Topic.
« Last Edit: Sep 21st, 2016 at 8:39pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint