Close

Setting up of Visual Studio 2015 instead of Arduino Sketch

A project log for Building the Thor robot

Building a 6-axis robot based on the Thor robot. When size DOES matter!

olaf-baeyensOlaf Baeyens 12/31/2016 at 14:090 Comments

Arduino Sketch is a nice tool, but when you want to create a more complex program, then Visual Studio 2015 is a great solution.

I installed Atmel Studio 7.0 but that one was as buggy as hell so I removed it again.

First of all you must have Sketch installed before you continue these steps. The plugin needs the Arduino Sketch installed.

Also you must have Visual Studio 2015 installed.


Go to "Arduino IDE for Visual Studio (plugin)"

Install that one.

Now Visual Studio has this new menu item: VMICRO

You can select the board, add Arduino libraries, build and upload to the Arduino board...

You can edit your projects as you normally would but with a powerful editor.

The Solution explore in Visual Studio 2015

When you go the Windows folder then you see this. (Notice the "Thor_Motor_Test.ino" file that can be opened normally by Arduino Sketch).

Because we want to use FreeRTOS, we have to tell the Visual Studio Arduino plugin that we also want to include the FreeRTOS.

We are now ready to start developing.


Discussions