Arduino is an open-source electronic platform that lets you work on simple to advanced electronic projects. You can learn more about Arduino by following the link below.
Official Arduino Webpage:
Getting started
Firstly, choose the compatible physical programmable circuit board(also known as microcontroller) . There are several types of boards and personally I prefer Arduino Uno as it is more popular and easy to use for beginners. I will be using Arduino Uno R3 throughout my basic projects.
You can learn more about the boards here:
Then, you must download the Arduino IDE (Integrated Development Environment) from the Arduino website to allow the Arduino board to execute functions.
Download the compatible software from this link:
After the download is complete, proceed with the installation. After installation is complete, open the software and choose your board from the 'Tools' menu and select your port.
Comments
Post a Comment