Activity: Study About Arduino
Objective :
To identify the suitable type of Arduino used for this project.
Content :
Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package.
Types of Arduino :
1. Arduino Uno (R3)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj879QeQs8GEPYuBOnOhxPr8veRfcAcKhLU3Gn465KMhM48tAB0lzCWhvJStyNlZvrAo5EWzV5BUGou43R-4z0NDH682Ejyla9l-asbBYAlUlRpKyh2rLdFBrYdc-CVFdInDRkq9oPbp8Wn/s200/515b4656ce395f8a38000000.jpeg)
The Uno is a great choice for your first Arduino. It’s got everything you need to get started, and nothing you don’t. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a USB connection, a power jack, a reset button and more. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.
No comments:
Post a Comment