Nessun prodotto
Follow us on facebook
Questo kit è rivolto principalmente a chi desidera iniziare a...
La scheda PROTO SHIELD PLUS rende comodo ed immediato sperimentare e...
Adatta facilmente componenti SMD a piastra sperimentale (breadboard) con...
La scheda PROTOSHIELD PLUS rende comodo ed immediato sperimentare e...
Published : 10/09/2018 16:18:11
Categories : Proto Shield Plus
The standard Arduino IDE (https://www.arduino.cc/en/Main/Software) (Integrated Development Environment) is quite good: it comes for free, it is developed by the “Arduino” company and, of course, it is the first IDE software you will ever download to start writing code and uploading it to your Arduino board!
Anyway, it is well known that after some time, you will feel the need of some additional features in terms of IDE usability…
Visual Micro is an extension for Atmel Studio that allows any Arduino project to be developed, compiled, and then uploaded to any Arduino board. It is fully compatible with the Arduino development environment and uses the same libraries.
The difference lies in Visual Micro's user interface which provides an advanced and professional development environment.
One of the main advantages is the ability to set up and manage breakpoints and / or monitor variable values to easily debug your code!
Let’s start…
Installing the standard Arduino IDE
Even if we are not going to use it I suggest to install the latest standard Arduino IDE available from www.arduino.cc/en/Main/Software.
The main reason is to be sure to have at least one properly working IDE on our PC.
Just click on the setup icon and start the install process
Review and accept license agreement…
Just accept the default settings…
Allow various Software from Arduino and other publishers
Once installation is complete, you can run the Arduino IDE from its desktop icon.
Let’s proceed downloading Atmel Studio from http://www.microchip.com/mplab/avr-support/atmel-studio-7
Once downloaded, start the installation...the whole process will take a quite a long time to finish…
Just agree to license terms and conditions…(of course!)
Let default settings to be applied
The installer will perform a system validation in order to check that the minimum requirements for Atmel Studio are met.
Start the installation…
Allow various Software from various publishers and then you’re done!
Atmel Studio will start...
Click on Tools -> Extension and updates
Select the Online tab on the left, then scroll until you find Arduino IDE for Atmel Studio…then click on the Download button
The download process will start…
You have to allow the installer to make changes to your device and then accept license agreement…
At the end the installation is complete!
Just click on Restart Now button in order for the changes to take effect.
Once restarted you will be asked to specify Arduino IDE version and its location (usually the location is the one shown by default C:Program Files (x86)Arduino)
You will notice the presence of the new vMicro menu and toolbar in Atmel Studio…
You are now ready to start coding your Arduino with a much more versatile environment!
To start using your new environment, you can open an existing Arduino sketch (.ino file) or start a new blank project.
Open an existing Arduino sketch
Let’s start opening a very simple sketch: the APSP_blink_LEDs code available from the Proto Shield Plus sample sketches (Click here to download the sample sketches).
Of course you can use the “standard” Blink example provided with the Arduino IDE installation.
You will notice that the folder APSP_blink_LEDs folder contains just the APSP_blink_LEDs.ino file.
Now, in Atmel Studio, click on File->Open->Arduino Project
Navigate to the APSP_blink_LEDs folder and select the APSP_blink_LEDs.ino file
Wait a few seconds and the file will open in Atmel Studio…
Taking a look at the APSP_blink_LEDs folder you will notice some new files and folder are now present: they will be used from Atmel Studio to setup the environment.
Anyway your APSP_blink_LEDs.ino file is still the same and can be used with the “standard” Arduino IDE.
Start a new blank project
Click on File->New->Arduino Project
Enter a valid name for your new Arduino Project and click OK
The new project is created and saved in DocumentsArduino
You can now add you own code…
Select your Arduino environment, your board and the COM port assigned to your board
Select Release from the drop down menu and click the Start Without Debugging button
On your first compile, a window asking you to buy Visual Micro will probably pop-up, by clicking the Cancel button you will skip the process and keep evaluating the Visual Micro software.
After the trial period the software will keep running, buying the software and support developers it’s up to you…
The Output window will show the compile results and then it will upload the code to your board!