Arduino overview

Arduino is an open-source electronics platform based on easy-to-use hardware and software. It is an excellent tool for fast prototyping. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. Thanks to Arduino’s simple and accessible user experience, Arduino is an excellent choice for class project. Students can use Arduino to build their own projects and learn key engineering concepts.

Arduino Uno R3 Development Board - Control Voltage Installing Arduino IDE - learn.sparkfun.com
Arduino board Install Arduino IDE Install Arduino Library
Arduino has plenty connectors which provides many useful functions. Let’s take a look of each part on the Arduino board. Arduino IDE is the official Arduino coding platform. Let’s go thought the installation of this IDE. Arduino Libraries are collections of prewritten code. Using libraries can save you a ton of time. Let’s learn how to install these library.