- Raspberry Pi Mechatronics Projects HOTSHOT
- Sai Yamanoor Srihari Yamanoor
- 162字
- 2021-07-23 20:31:41
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
- The IDE could be installed by executing the following command in the command line terminal:
sudo apt-get install arduino
- 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
推薦閱讀
- 深入理解Bootstrap
- 軟件項目管理(第2版)
- 技術領導力:程序員如何才能帶團隊
- Mastering matplotlib
- Swift 3 New Features
- Unity 5 for Android Essentials
- C++反匯編與逆向分析技術揭秘(第2版)
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Learning Android Application Testing
- H5+移動營銷設計寶典
- INSTANT Premium Drupal Themes
- Docker on Windows
- Apache Kafka 1.0 Cookbook
- R語言數據分析從入門到實戰