element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino using Visual Studio
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 29 replies
  • Subscribers 393 subscribers
  • Views 2743 views
  • Users 0 members are here
Related

Arduino using Visual Studio

Workshopshed
Workshopshed over 10 years ago

Here's a free training course from Microsoft about using Visual Studio with the Arduino

 

https://www.microsoftvirtualacademy.com/en-US/training-courses/programming-robotic-systems-with-visual-studio-8321/?prid…

 

I'm not sure of the licensing implications but there does seem to be a free download of Visual Studio Community edition

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago +3
    Visual Studio is an excelent tool for creating AVR (Arduino and Native) applications for the ATMEGA328 chips etc. and it is free. Atmel provide a completly free version of it directly from their site and…
  • bobcroft
    bobcroft over 10 years ago +2
    Another brilliant piece of software for programming Arduino's and the various derivatives is Visual Micro. The basic version is free and runs under Atmel Studio (certainly version 6.2) or Visual Studio…
  • balearicdynamics
    balearicdynamics over 10 years ago +1
    I suggest not to use it There are other better ways and as usual MS arrives bad and later. Enrico
Parents
  • Former Member
    Former Member over 9 years ago

    Hi,

     

    The Microsoft Arduino tutorial is about the Visual Micro plugin which replicates the Arduino Ide in either the free Visual Studio Community Edition or Atmel Studio.

     

    The plugin if free but has a paid pro version that also allows debugging over serial/wifi./bluetooth and rf

     

    Upload is via bootloader, hardware programmer and wifi which is the same as the Arduino Ide (which also includes Arduino Yun Network/Wifi Uploading along with associated web server files where applicable)

     

    Visual Micro retains full compatibility with the Arduino Ide from a build perspective. This ensures that the core, libraries and sketch are compiled as three separate units in the same way as the Arduino Ide compiles.

     

    Expert users can break Arduino rules if they want to by storing code in sub folders, editing and debugging local libraries, altering compiler defines and switches. There are a lot of features in the plugin many of which are described within the documentation that can be found here

     

    So to be clear. There isn't a "Microsoft Arduino" solution to confuse or change the resulting code of the Arduino, there is simply a plugin that replicates the build process of the Arduino Ide and that uses the same configuration information to manage the build process. This means we can write the same code for different platforms such as avr/sam/intel and use a simple toolbar or menu click to switch platform and upload. Platform independence is one of the fundamental purposes of Arduino so it doesn't make sense to leave it all to Atmel or Microsoft image

    Visual Micro Debugger for Arduino

    If you try Visual Micro and have any questions or problems there is a forum waiting to help

     

    Thanks, Tim

    www: http://www.visualmicro.com

    how to: http://www.visualmicro.com/page/User-Guide.aspx

    forum: http://www.visualmicro.com/forums/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 9 years ago

    Hi,

     

    The Microsoft Arduino tutorial is about the Visual Micro plugin which replicates the Arduino Ide in either the free Visual Studio Community Edition or Atmel Studio.

     

    The plugin if free but has a paid pro version that also allows debugging over serial/wifi./bluetooth and rf

     

    Upload is via bootloader, hardware programmer and wifi which is the same as the Arduino Ide (which also includes Arduino Yun Network/Wifi Uploading along with associated web server files where applicable)

     

    Visual Micro retains full compatibility with the Arduino Ide from a build perspective. This ensures that the core, libraries and sketch are compiled as three separate units in the same way as the Arduino Ide compiles.

     

    Expert users can break Arduino rules if they want to by storing code in sub folders, editing and debugging local libraries, altering compiler defines and switches. There are a lot of features in the plugin many of which are described within the documentation that can be found here

     

    So to be clear. There isn't a "Microsoft Arduino" solution to confuse or change the resulting code of the Arduino, there is simply a plugin that replicates the build process of the Arduino Ide and that uses the same configuration information to manage the build process. This means we can write the same code for different platforms such as avr/sam/intel and use a simple toolbar or menu click to switch platform and upload. Platform independence is one of the fundamental purposes of Arduino so it doesn't make sense to leave it all to Atmel or Microsoft image

    Visual Micro Debugger for Arduino

    If you try Visual Micro and have any questions or problems there is a forum waiting to help

     

    Thanks, Tim

    www: http://www.visualmicro.com

    how to: http://www.visualmicro.com/page/User-Guide.aspx

    forum: http://www.visualmicro.com/forums/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube