Getting Started With Arduino Board
Getting Started With Arduino Board A wide range of boards are manufactured by Arduino. These have different sizes, different microcontrollers, and different processing capabilities. For information about the Arduino UNO R3 board, refer the topic Arduino UNO R3 in the basics section of Arduino. You can refer this link to check out the various Arduino boards available. In order to write codes for various applications and to program the Arduino boards, we require the Arduino IDE. The Arduino IDE is available for download on the Arduino website. Since Arduino is open source, the IDE is available for free. You can download the latest version for your operating system from here . Online IDE is also available. To use the online IDE, an account needs to be created on the Arduino website. For information on how to use the online IDE, click here . Refer the topic Using Arduino IDE and Adding a new library to Arduino IDE and using it in the ba