Arduino 简明教程
Arduino Tutorial
Arduino 是一个基于易于使用的硬件和软件的原型平台(开源)。它包括一个电路板,可以进行编程(称为微控制器),以及一个用于编写和将计算机代码上传到物理板的现成软件,称为 Arduino IDE(集成开发环境)。
Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board.
Arduino 提供了一个标准的外形规格,它将微控制器的功能分解成了一个更易于访问的包。
Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.
Audience
本教程面向热情的学生或爱好者。通过 Arduino,人们可以很快了解微控制器和传感器的基础知识,并且可以利用很少的投资开始构建原型。
This tutorial is intended for enthusiastic students or hobbyists. With Arduino, one can get to know the basics of micro-controllers and sensors very quickly and can start building prototype with very little investment.
本教程旨在让您熟悉 Arduino 及其各种功能。
This tutorial is intended to make you comfortable in getting started with Arduino and its various functions.
Prerequisites
在您开始使用本教程前,我们认定您已熟悉 C 和 C 的基本知识。如果您对这些概念还不熟悉,我们建议您先学习我们针对 C 和 C 的简短教程。对微控制器和电子设备也有一定的基本了解。
Before you start proceeding with this tutorial, we assume that you are already familiar with the basics of C and C. If you are not well aware of these concepts, then we will suggest you go through our short tutorials on C and C. A basic understanding of microcontrollers and electronics is also expected.