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.

The Software Integrated Development Environment (IDE)

The IDE is a special program running on your computer that allows you to write sketches for the Arduino board in a simple language modeled after the Processing language. The magic happens when you press the button that uploads the sketch to the board: the code that you have written is translated into the C language (which… Continue reading The Software Integrated Development Environment (IDE)