- Arduino by Example
- Adith Jagadish Boloor
- 252字
- 2021-07-16 20:06:31
Setting up
This topic involves downloading the Arduino software, installing the drivers, hooking up the Arduino, and understanding the IDE menus.
Downloading and installing the software
Arduino is open source-oriented. This means all the software is free to use non-commercially. Go to http://arduino.cc/en/Main/Software and download the latest version for your specific operating system. If you are using a Mac, make sure you choose the right Java version; similarly on Linux, download the 32-or 64-bit version according to your computer.

Arduino download page
Once you have downloaded the setup file, run it. If it asks for administrator privileges, allow it. Install it in its default location (C:\Program Files\Arduino
or C:\Program Files (x86)\Arduino
). Create a new folder in this location and rename it My Codes
or something where you can conveniently store all your programs.
Once the ZIP file has finished downloading, double-click to expand it. Copy the Arduino application to the Applications
folder. You won't have to install additional drivers to make the Arduino work since we will be using only the Arduino UNO and MEGA throughout the book. You're all set.
If you didn't get anything to work, go to https://www.arduino.cc/en/guide/macOSX.
Once you have downloaded the latest version of Arduino from the preceding link, install the compiler and the library packages using the following command:
sudo apt-get update && sudo apt-get install arduino arduino-core
If you are using a different version of Linux, this official Arduino walkthrough at http://playground.arduino.cc/Learning/Linux will help you out.
- Learning Scala Programming
- LabVIEW入門與實戰開發100例
- Go語言高效編程:原理、可觀測性與優化
- MATLAB圖像處理超級學習手冊
- Apache Hive Essentials
- DevOps Automation Cookbook
- C/C++常用算法手冊(第3版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Mastering Drupal 8 Views
- Unity&VR游戲美術設計實戰
- SQL Server 入門很輕松(微課超值版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- PHP動態網站開發實踐教程
- Unity 3D UI Essentials