The Arduino IDE is perfect for small coding, large projects suffer a bit with lack of recusses, but for beginners, the IDE is perfectly fine. As our goal is rapid prototyping, the Arduino IDE is the best option. Dozens of libraries help our development. Review collected by and hosted on G2.com.
Lack of autocompletion and one of the features that most dislike programmers. Review collected by and hosted on G2.com.
The arduino IDE is great for beginners in embedded programming. It has sufficient resources for those who need to program and not get lost amid so many things. The programmed can choose the device or board that will program, can choose the port that will use, among other benefits. In addition, the language used is based on C / C ++ very simple and easy to use. IDE brings a series of ready-made examples for the person to use and already has many libraries ready to go using any extra components. Review collected by and hosted on G2.com.
In the arduino IDE there are two features missing: The first is that the debug that does not exist, to simulate the debug I need to create add snippets of code in the programming. The second is the identation of the IDE which is very bad, very close to the guide line. These are the only two problems I saw in Arduino. Review collected by and hosted on G2.com.
The interface is really easy to use and has a very quick learning curve. Review collected by and hosted on G2.com.
The IDE is fairly simple and does what it needs to. I have not found anything that I dislike yet. Review collected by and hosted on G2.com.
-It's open source and very light IDE
-Easy to import libraries through library manager
-In-built examples useful for beginners
-Easy to debug program Review collected by and hosted on G2.com.
-There is no disliked features as per usage
-Sometimes its difficult to run any third party code which has any other third party library usage Review collected by and hosted on G2.com.
Arduino makes things easy. Like, really easy. You don't need to know that you're compiling C and getting it through the Atmel toolchain; you just hit "upload" and select your serial port and it works. It's' fantastic for beginners, and can be used to teach programming and electronics to people with no experience. The built-in libraries are useful and allow you to easily use common components (servos, LCD screens) without learning the details of the protocol yourself. Review collected by and hosted on G2.com.
Arduino makes it easy, but it comes at a cost. The IDE makes it very difficult to program anything advanced. It is difficult or impossible to use local libraries in a file (they have to be installed on the user's libraries folder, so no portable repos). When you compile a program, it rearranges your code before passing it to the C compiler, so you'll often come across mysterious compile errors that reference lines in a temp file that you can't see before it's destroyed. Organizing a larger project in the Arduino IDE is absolutely hellish, and I switched over to a NetBeans plugin for my advanced stuff. Review collected by and hosted on G2.com.
Super simple to use! Sit down and learn the kit within a few days and then the tool is open to your imagination! I use it for basic prototyping of interfaces for product prototypes Review collected by and hosted on G2.com.
Can be tricky using add on kits figuring certain functions out following the learning period but youtube can save confusion Review collected by and hosted on G2.com.
Arduino IDE is the key to create interactions between your computer and external hardware from all the Arduino universe products. It's a great way to start getting in to the programming languages world mainly because of all the community support offered around this platform nowadays. Review collected by and hosted on G2.com.
Even though it's a relatively easy to learn software, there are some details that are not really clear and you have to do a lot of research to understand all the capabilities of the program. I would like some kind of guided tutorial to get the basics at least. Review collected by and hosted on G2.com.
The things I like best about the Arduino IDE is that is is easy to find examples and use libraries from within the program itself, helping make the code more accessible to beginners. Review collected by and hosted on G2.com.
I dislike the lack of customization and spellcheck, which makes it more difficult for those with vision problems or learning disabilities to access. Review collected by and hosted on G2.com.
For simple and fast projects it is very easy to use. In my opinion, its best feature is its project library, where you can find all of your sketches. Review collected by and hosted on G2.com.
Sometimes it is just too reduced. There is no code overview and the debugger sometimes is a bit misterious. Review collected by and hosted on G2.com.