Book Image

Raspberry Pi Embedded Projects Hotshot

Book Image

Raspberry Pi Embedded Projects Hotshot

Overview of this book

Table of Contents (20 chapters)
Raspberry Pi Mechatronics Projects HOTSHOT
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Installing the Arduino IDE


In this section, we will install the Arduino IDE on the Raspberry Pi.

Prepare for lift off

An Arduino microcontroller development platform (any variant that could be programmed using the Arduino IDE is fine) is absolutely essential for this section of the project.

Engage thrusters

  1. The IDE could be installed by executing the following command in the command line terminal:

    sudo apt-get install arduino
  2. Most Arduino products come with a USB port and are programmed via the USB port (the Arduino enumerates as a serial port device) . It takes a while to download and install the Arduino IDE. Once the installation is finished, we can test the installation by executing the following command:

    arduino
    • The Arduino IDE is shown in the following screenshot:

    The Arduino IDE interface

Objective complete – mini debriefing

Now that we have installed the Arduino IDE, let's move on to the next section and run an example test using the Arduino development platform.