Port Identification: Linux

Invoke the Arduino IDE by typing: From the Tools menu in the Arduino IDE, select Serial Port. You will see one or more serial ports with names like /dev/tty. One of the ports will say Arduino/Genuino Uno following the port name. This is the one to select. Once you’ve figured out the serial port assignment,… Continue reading Port Identification: Linux

Granting Permission on the Serial Ports: Linux

The serial ports that the Arduino uses are normally restricted to administrators, so you will need to grant yourself permission to use those serial ports. Do this by adding yourself to the dialout group by typing: you will be asked to provide your password to authenticate. After typing your password the command is finished, but it won’t… Continue reading Granting Permission on the Serial Ports: Linux

Installing the IDE: Linux

When the file download has finished, go to the folder to which the file was downloaded, which is typically and uncompress the file by typing: (or whatever filename you downloaded.) This will take a few seconds during which nothing is displayed. When it finishes you will find a new folder: Move this folder to wherever… Continue reading Installing the IDE: Linux

Port Identification: MacOS

Invoke the Arduino IDE, either through the Applications folder or by using Spotlight. From the Tools menu in the Arduino IDE, select Serial Port and then select the port that begins with /dev/cu.usbmodem or /dev/tty.usbmodem. They will probably also say Arduino/Genuino Uno following the port name. Both of these ports refer to your Arduino board, and it makes no difference… Continue reading Port Identification: MacOS

Installing the IDE: MacOS

When the file download has finished, depending on your browser settings, it may be automatically expanded or you may need to manually expand it, usually by double-clicking on it. Drag the Arduino application into your Applications folder.