Arduino
Arduino
For Windows:
1. Run the Installer: Locate the downloaded .exe file and double-click it.
2. Follow the Prompts: Choose your installation options. It’s usually fine to keep
the defaults.
3. Install Drivers: If prompted, allow the installation of drivers that enable
communication with Arduino boards.
For macOS:
1. Open the Disk Image: Locate the downloaded .dmg file and double-click it.
2. Drag to Applications: Drag the Arduino icon into the Applications folder.
3. Launch the IDE: Open the Applications folder and double-click on the
Arduino icon. You might need to allow it through your security settings.
For Linux:
1. Extract the Archive: Open a terminal and navigate to the directory where the
downloaded file is located. Use tar -xvf arduino-* to extract it.
2. Run the Install Script: Navigate into the extracted folder and run sudo
./install.sh.
3. Add User to dialout Group: This is necessary for serial port access. Use
sudo usermod -aG dialout $USER and then log out and back in.
Some projects require additional libraries. You can install them via:
o Sketch > Include Library > Manage Libraries...
o Search for the library you need and click Install.