Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

143 reviews
from

External reviews are not included in the AWS star rating for the product.


    Kenil V.

Best open source platform to design iot projects

  • November 25, 2021
  • Review provided by G2

What do you like best about the product?
- you can code in embedded C.
- It is easy to use for beginners.
- Many libraries are available for integrations.
- There is an easy setup with just 2 functions of code.
What do you dislike about the product?
- It does not support other programming languages.
- Sometimes it shows an error that the port is busy that is irrelevant.
- It has limited support for the backend.
What problems is the product solving and how is that benefiting you?
I had used it in my IoT projects and it is very easy to use. you can find code online and also you can get enough tutorials for learning.
Recommendations to others considering the product:
- You can start building your smart code with this app.
- You can follow the tutorial if you are missing something.


    Joshua W.

The standard IDE for Arduino

  • November 19, 2021
  • Review provided by G2

What do you like best about the product?
Simple, but it gets the job done. Integrating libraries, choosing your board type, choosing the correct USB device... you can do all of them easily in Arduino IDE.
What do you dislike about the product?
More advanced features may require a more robust IDE. There is no debugging, no memory inspector, things of that nature.
What problems is the product solving and how is that benefiting you?
I have created a product based on the Arduino Nano and an LTE cellular + GPS module called the SIM7500A. The Arduino IDE is free, easy to use, does what I need it to do. A debugger would be helpful.


    Reverend F.

The right tool for the job.

  • November 09, 2021
  • Review provided by G2

What do you like best about the product?
This is a simple programming IDE for all Arduino controllers, including some of the embedded ones in other hardware devices. Everything you need in one package, and if you don't see what you need, likely, someone has already produced an add-on for it. That you can get for free.
What do you dislike about the product?
I dislike that fact that you have to change permissions before uploading to Arduino controllers when you're using the Linux version. However, there is a pop-up window on first run, that covers how to make those changes.
What problems is the product solving and how is that benefiting you?
The Arduino IDE is allowing me to program Arduino controllers (and many of thier clones) to make constructed projects more self-contained and portable.
Recommendations to others considering the product:
Don't bother with any other IDE's that are claiming to be "better"... they're not.


    Ruhi S.

As an Engineer, this really puts together every single thing!

  • October 25, 2021
  • Review provided by G2

What do you like best about the product?
I have been using Arduino IDE for a really long time and have been using it in projects as my code editor for electromechanical projects. This has a very concise display of notifications and ease of writing code with proper functionality
What do you dislike about the product?
Sometimes, there is an issue with processing the data, and can take a little while to pop the results out
What problems is the product solving and how is that benefiting you?
It becomes really easy to share your code with a team and make changes to it remotely too. This was helpful during the pandemic.


    Primary/Secondary Education

Arduino IDE is simple and easy

  • October 15, 2021
  • Review provided by G2

What do you like best about the product?
I use it for teaching high school students programming and robotics. It makes learning a lot easier for students.
What do you dislike about the product?
It lacks the "professional" features like you find in Eclipse.
What problems is the product solving and how is that benefiting you?
Context highlight helps students understand what does what.
Recommendations to others considering the product:
It has everything I need for teaching students who are learning robotics. And none of the pro features that can confuse or trip up beginners.


    Roger Alexander E.

The update of Arduino IDE 1.8.16 makes programming easier.

  • October 02, 2021
  • Review provided by G2

What do you like best about the product?
We must take into account that Arduino has a large support community among programmers; it is a very large and active community. As for the IDE, the ease of programming on some boards has been improved while still maintaining its classic environment. It has a large list of predefined programming boards. I love that when you install it, it comes with some predefined libraries in addition to the graphical examples. From the official website, you have access to the Arduino Reference to guide you with the programming language.
What do you dislike about the product?
That other very common boards like the ESP8266 should be added. The serial monitor is still a floating window and not an area of the workspace.
What problems is the product solving and how is that benefiting you?
Generally, I use the application to develop projects both at an educational and professional level. It is a very practical tool to use once you are familiar with the environment, which is why not many changes are made to it. It is very beneficial due to its convenience in programming Arduino boards, the programming language is easy to understand and it has great support for error checking. I have developed physics lab projects, personnel record systems, and facial recognition systems.
Recommendations to others considering the product:
I recommend using Arduino IDE as it brings many benefits due to the constant updates and support from its website and community. You should also consider that its environment is very easy to understand and use during classes. To manage the boards and libraries, there is a lot of support from Arduino and other websites, most of which are created by community collaborators.


    Haresh S.

Easy and best solution for Arduino based devices

  • September 30, 2021
  • Review provided by G2

What do you like best about the product?
easy development for Arduino and esp based controllers
What do you dislike about the product?
It does not provide entire library support and quick bug fixing
What problems is the product solving and how is that benefiting you?
Codding.
easy implimantion


    Fadi K.

machine learning

  • September 20, 2021
  • Review provided by G2

What do you like best about the product?
It's a tiny tool with incredible possibilities and endless utilization
What do you dislike about the product?
Sometimes the USB port on my laptop doesn't identify the board, i have to try couple of times before i manage to see the board on the GUI
What problems is the product solving and how is that benefiting you?
We are providing our customers with a way to identify the waiting time the patients spend in the waiting room before he is called and picked by the radiographer.
We managed to use Arduino to create a solution to capture camera pictures and using our AI, we managed to identify patients using facial recognition, and we calculated the time spent by patients in the room


    Electrical/Electronic Manufacturing

My first ever embedded electronics experience

  • August 29, 2021
  • Review provided by G2

What do you like best about the product?
Arduino was one of the first things because of which I entered the semiconductor industry. I used Arduino during my college days; I constructed various projects using Arduino UNO, Dew. The more I learned about it, the more I fell into love with electronics. I owe my success to Arduino. Coming to the software, Arduino IDE is used to program Arduino. The primary language used is C-based. I love how it supports different baud rates so that PC and Arduino can get in sync.
What do you dislike about the product?
The lack of proper documentation by the Arduino developers itself made my learning curve a lot more linear than exponential. Arduino is a great software to use and a great microcontroller, but the lack of a proper application document has made it a lot more challenging to use it. It does not have similar support as Raspberry Pi; I feel it needs to be more marketed. The most hated thing that I observed in Arduino was its lack of performing multi-threading/parallel processes in most of its Arduinos. Arduino Dew is capable of performing parallel processing, but it can not due to development limitations.
What problems is the product solving and how is that benefiting you?
I used it in one of my college projects. It is a beautiful microcontroller that gives an insight into what we can achieve if we step into electronics. I learned various industry-level protocols like UART, I2C, and SPI while using Arduino in my college. I didn't know how vital these protocols were at that time. If the developers work a little more in improving documentation and pipelining availability, they can make an outstanding product that is already in the excellent category.


    Chamal Ayesh W.

The most easy to learn developer friendly IDE for Microcontroller programing

  • August 26, 2021
  • Review provided by G2

What do you like best about the product?
The most valuable features of the Arduino IDE are board management and library management. It is straightforward to set up. It supports all most all the microcontroller development boards in the market today.
What do you dislike about the product?
Arduino IDE does not fully support FreeRTOS and Zephyr, but I hope the maker of Arduino IDE will make it compatible with RTOS.
What problems is the product solving and how is that benefiting you?
All my microcontroller programming is done using the Arduino IDE.
Recommendations to others considering the product:
If you are a newbie to microcontroller programming, I highly recommend you to start with Arduino IDE.