Meet the Arduino
1. What is the Arduino
By now, you probably have asked yourself what Arduino is, or seen a cool project online. After all, it is on the course title!
Arduino today is not just a single piece of technology, but an open platform that helps creative minds, makers, hobbyists, students and teachers, absolute beginners and professional researchers build interactive electronics projects. It is a paradigm that brought programming and physical computing, fields normally associated with electrical engineering and computer science, closer to everyone.
Hardware: The microcontroller boards, such as the Arduino UNO.
Software: To program the boards, we will use a software program called the Arduino IDE (Integrated Development Environment).
Programming language: The Arduino programming language, which is based on the famous C programming language.