Posts

Showing posts with the label sketch

Arduino 101: Programming with Visual Studio 2015 Community Update 2

Image
 How can I program Arduino 101 board using Visual Studio? It is not very difficult. You need to use the right tools. If you rather not use Visual Studio 2015, you could also use the program from Arduino . But Visual studio does lot more than Arduino Program. Follow these steps. Step 1: First thing you need to have is the correct version (if you follow my advice) of Visual Studio. Get the Visual Studio 2015 Community (What I have is the same but with Update 2). If you do not have, no problem. Read this post . Step 2: For Arduino to work with Visual Studio 2015 Community (VS2015C), you need to install the Arduino Extensions for Visual Studio. A default install of VS2015C does not have the 'hooks' to create a Arduino Project. You will not find it in the ' New Project... ' templates. You need to install the Arduino Extension for Visual Studio 2015. You can get an idea how to do it by following this Swaytorial : Step 0: Of course you need to buy t...