- Raspberry Pi Mechatronics Projects HOTSHOT
- Sai Yamanoor Srihari Yamanoor
- 184字
- 2021-07-23 20:31:41
Programming the Arduino using the Raspberry Pi
We will introduce ourselves to the Arduino IDE with an LED blinking example.
Prepare for lift off
There are several examples for the Arduino and it takes less than a minute to execute the first program. Let's get started with the traditional LED blinking example. The LED blinking example can be found at File
| Examples
| 01
. Basics
| Blink
.
Engage thrusters
- We get started by identifying the Arduino's serial port enumerated on the Raspberry Pi.
- The serial port is identified from Tools | Serial Port. Usually there is only one serial port as shown in the following screenshot. If there is more than one serial port device connected, it is recommended that you proceed with caution.
- We can program the Arduino by clicking on the Upload button.
The Arduino IDE interface
Objective complete – mini debriefing
If the Arduino is connected and the serial port was correctly identified, the program should be uploaded successfully.

Sketch uploaded using the Arduino IDE
Most Arduino products come with an onboard LED to test the LED blinking example.
推薦閱讀
- VMware View Security Essentials
- C程序設計簡明教程(第二版)
- Python神經網絡項目實戰
- GitLab Repository Management
- Oracle Database 12c Security Cookbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Mastering JBoss Enterprise Application Platform 7
- Python Data Structures and Algorithms
- MySQL入門很輕松(微課超值版)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- .NET 4.0面向對象編程漫談:應用篇
- Python程序設計教程
- C語言程序設計實驗指導與習題精解
- Java Script從入門到精通(第5版)
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)