- 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
推薦閱讀
- AngularJS入門與進階
- JSP網絡編程(學習筆記)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 網絡爬蟲原理與實踐:基于C#語言
- 重學Java設計模式
- Modern JavaScript Applications
- Android Native Development Kit Cookbook
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- TMS320LF240x芯片原理、設計及應用
- Managing Microsoft Hybrid Clouds
- 分布式架構原理與實踐
- HTML5游戲開發實戰
- 寫給青少年的人工智能(Python版·微課視頻版)