training:arduino_introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

training:arduino_introduction [2017/08/01 08:43]
klauritzen [Arduino Introduction]
training:arduino_introduction [2021/09/19 21:59]
Line 1: Line 1:
-===== Pre-Requisites ===== 
-Please make sure you've read and understood the following articles and related topics 
- 
-  * [[embedded systems|Embedded Systems Introduction]] 
-  * [[git and github|Git and Github]] 
-====== Arduino Introduction ====== 
- 
- 
-An "​Arduino"​ is a microcontroller platform that allows you to write programs that interact with the real world via sensors, motors etc. It's a microcontroller //​platform//​ because it has more than just a microcontroller - there is a built-in programmer, voltage regulators, etc. As a 296 student, you will most likely be using the Arduino Uno as the platform for the development of your project. 
- 
-An arduino is an example of an [[embedded systems|embedded system]]. ​ 
- 
-Now, the Arduino has gotten super popular recently because of it's ease of use. It's quick to get started and comes with a ton of libraries that people have written for it. You can find these libraries all over the internet. This article will provide you with links to pages on the arduino website. Please review these pages to further your understanding on Arduino. 
- 
- 
- 
-====== Readings/​Videos ====== 
- 
-  - [[ https://​www.arduino.cc/​en/​Guide/​Introduction | Arduino Introduction ]] 
-  - https://​en.wikipedia.org/​wiki/​Arduino ​ 
-  - https://​www.youtube.com/​watch?​v=UoBUXOOdLXY 
-====== Assignment ====== 
- 
-Answer these questions before continuing - make it concise enough to make it clear that you understand the concepts. ​ 
- 
-  - What is Arduino? 
-  - What is an Arduino Uno? 
-  - What kind of programming language does the Arduino IDE support? 
-  - What are the two functions that are present in an Arduino program? 
-  - How is it different from a regular microcontroller?​ 
-  - Why do people use the Arduino? 
-    - What are some advantages? 
-    - What are some disadvantages?​ 
- 
- 
- 
-====== Next Steps ====== 
- 
-Make sure that you've gone through all of the material on this page before continuing. 
- 
-  - [[ Learning Arduino ]] \\ 
-  - [[ Bare Arduino ]] \\ 
- 
  
  • training/arduino_introduction.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)