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 2733 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
  • balearicdynamics
    balearicdynamics over 10 years ago

    I suggest not to use it image

     

    There are other better ways and as usual MS arrives bad and later.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 10 years ago in reply to balearicdynamics

    I use Visual Studio regularly to develop C# applications and would say in general it is a lot better than the Arduino IDE but I've not tried it for developing Arduino/AVR.

     

    What development platform would you you recommend for Arduino?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago

    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 this has been available for free for YEARS. so its not too late and Bad, maybe just not as well known.

     

    ATMEL Studio 6.1, all ready to rock and roll on AVR development

     

    Microsoft is now also on board with thier version of Arduino development but if you want to be coding like you do with the Arduino IDE then the ATMEL Studio is the one you should look at first.

     

    there is nothing wrong with the Arduino IDE, but as soon as you want to get to more complex applications you will want something like ATMEL Studio (Which as I said, is Visual Studio)

     

    Peter

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to Robert Peter Oakes

    That is what I started writing in my previous post in this discussion. I am using AVR studio and it is a (free) version os visual studio very well tailored just for the AVR devices, includes support for the standard Arduino libraries, with the only problem that the sketches become unusable by the old ide. The Arduino IDE should be installed but it is just to get some configuration information, nothing more. AVR Studio is not comparable with the Arduino IDE that is a super-filtered mechanism that makes all simple and a lot not feasable at all.

     

    The big advantage of the AVR studio is that includes all the online and off line examples and documentation for the AVR chips, the possibility to program them with USE via bootloader (works with the Arduino boorloader) or direct programming with ICSP and AVR MK III (other may work but I have never saw them working really). There are lot of advantages because it is a full development environment and it can co-exist on the same PC with the standard Visual Studio for other developments (but I discourage to do this).

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps over 10 years ago in reply to Robert Peter Oakes

    I've read somewhere (but can't recall where) that the new version 7 of the Atmel Studio will also support SAMA5D4.

    There is a Beta program running at the moment...

     

    http://atmel-studio.s3-website-us-west-2.amazonaws.com/

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps over 10 years ago in reply to Jan Cumps

    Just started the install:

     

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • bobcroft
    bobcroft over 10 years ago

    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.  microsoft Visual Studio community edition is free.  If you want the debugger package with Visual Micro then there is a charge but it is still extremely cheap for what it can do.  Visual Micro (VM) adds loads of functionality to the basic Arduino IDE like 'intelisense',  better code highlighting, trace where functions are used etc.  I am only a beginner in programming but VM makes like so much easier.  The code developed in VM is totally compatible with the native Arduino IDE and can be opened and run in that IDE if desired.

    Naturally increased functionality adds to the learning curve but it is easy to get started and there are some good tutorials on line.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps over 10 years ago in reply to Jan Cumps

    The install has finished, and I can't find the SAMA5D4 listed. I'll re-search  the information and see if it was maybe announced for 7.1...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • neilk
    neilk over 10 years ago in reply to bobcroft

    bobcroft - I've just installed it; trying to get started, but run out of time image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to neilk

    If you have no idea why, I suggest a technical description of the scenario where you are running it. And what do you have installed exactly (components, plugins etc.)

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
>
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