The Arduino is an open-source computer hardware/software platform for building digital devices and interactive objects that can sense and control the physical world around them. In this class you will learn how the Arduino platform works in terms of the physical board and libraries and the IDE (integrated development environment). You will also learn about shields, which are smaller boards that plug into the main Arduino board to perform other functions such as sensing light, heat, GPS tracking, or providing a user interface display. The course will also cover programming the Arduino using C code and accessing the pins on the board via the software to control external devices. Please note that this course does not include discussion forums.
이 강좌는 An Introduction to Programming the Internet of Things (IOT) 특화 과정의 일부입니다.
제공자:


이 강좌에 대하여
귀하가 습득할 기술
- Arduino
- C Programming
- Debugging
제공자:

캘리포니아 대학교 어바인 캠퍼스
Since 1965, the University of California, Irvine has combined the strengths of a major research university with the bounty of an incomparable Southern California location. UCI’s unyielding commitment to rigorous academics, cutting-edge research, and leadership and character development makes the campus a driving force for innovation and discovery that serves our local, national and global communities in many ways.
강의 계획표 - 이 강좌에서 배울 내용
Arduino Environment
This module provides an introduction to the Arduino environment which is composed of three things: the Arduino board, the Arduino IDE, and the Arduino-compatible shields together with their libraries. We first investigate the board, discussing all of its main components, inputs, and outputs. We discuss how each component is used and we examine the board schematic to see how they are connected. We then discuss the Arduino Integrated Development Environment (IDE) which is used primarily to write, compile, and upload code. We survey the interface of the IDE and discuss how to install and use it. We also examine the use of shields to extend the functionality of an Arduino-based system. We discuss how shield libraries provide a useful abstraction to facilitate programming.
C Programming
This module covers the basics of the C programming language which will be used to write code for the Arduino. The course first covers basic syntax, variables, and types. Most of the basic C operators are presented. Conditional statements (if, switch) and loops (while, for) are described. The concept of functions is presented together with how to define and call functions. Creation and use of global variables is explained.
Arduino Programs
This module describes the composition of an Arduino program, or sketch, and the process by which it is compiled and uploaded. The Arduino IDE is a user interface for the software tools which actually compile and upload the program. We outline the use of these tools in the build process. We describe the basic structure of a sketch, including the use of the setup() and loop() functions. The main interface of an Arduino is through its pins, so we describe how to access those pins from a sketch.
Module 4
This module is an introduction on debugging embedded software on an Arduino. We discuss the basic debugging requirements: controllability and observability. The debugging environment available for an Arduino UNO is limited, so we describe how to use the UART communication protocol to gain controllability and observability. We present the use of the Serial library to communicate with the Arduino through the serial monitor.
검토
- 5 stars73.27%
- 4 stars21.56%
- 3 stars3.58%
- 2 stars0.85%
- 1 star0.72%
THE ARDUINO PLATFORM AND C PROGRAMMING의 최상위 리뷰
Nice course. The platform and programming is explained in a simple way. If you are already a C or C++ programmer, only the topics dealing with the Arduino platform will be important.
Loved it. Got to learn a lot, Professor Ian is the best at explaining things here. Especially the communication and the debugging part was a nice addition. Overall a wonderful course.
very nice and handy course for arduino beginners. but you need a little bit of knowledge about microcontrollers beforehand. you cannot start with an absolutely blank canvas.
I enjoyed a lot during this course and also learned some great arduino lessons and practicals. I can confidently tell you that I can do some actual arduino programs in real time applications.
An Introduction to Programming the Internet of Things (IOT) 특화 과정 정보
Design, create, and deploy a fun IoT device using Arduino and Raspberry Pi platforms.

자주 묻는 질문
강의 및 과제를 언제 이용할 수 있게 되나요?
이 전문 분야를 구독하면 무엇을 이용할 수 있나요?
재정 지원을 받을 수 있나요?
궁금한 점이 더 있으신가요? 학습자 도움말 센터를 방문해 보세요.