Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
training:arduino_introduction [2017/08/01 08:43]
klauritzen [Arduino Introduction]
training:arduino_introduction [2021/09/19 21:59] (current)
Line 4: Line 4:
   * [[embedded systems|Embedded Systems Introduction]]   * [[embedded systems|Embedded Systems Introduction]]
   * [[git and github|Git and Github]]   * [[git and github|Git and Github]]
 +
 +===== A Word of Caution =====
 +
 +The Arduino does tend to abstract many things - it's important to understand that the inner workings of the Arduino are not that magical. There is a deep pool of EE-related knowledge underneath that abstraction that you can understand if you take the time to carefully consider what is happening. ​
 +
 +Refer back to the embedded systems concepts you covered earlier when you get confused conceptually.  ​
 ===== Arduino Introduction ===== ===== Arduino Introduction =====
  
Line 13: Line 19:
 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. 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.
  
 +To get started, please read this [[ https://​www.arduino.cc/​en/​Guide/​Introduction | Arduino Introduction ]] article.
  
 +While not completely necessary, you can review [[https://​en.wikipedia.org/​wiki/​Arduino|this wikipedia article]] and [[https://​www.youtube.com/​watch?​v=UoBUXOOdLXY|this youtube video]] for further information on the Arduino platform.
  
-====== Readings/​Videos ====== 
  
-  - [[ https://​www.arduino.cc/​en/​Guide/​Introduction ​| Arduino ​Introduction ​]] + 
-  - https://en.wikipedia.org/wiki/Arduino  + 
-  - https://​www.youtube.com/watch?​v=UoBUXOOdLXY +===== Learning Arduino ===== 
-====== Assignment ======+ 
 +This guide will get you through learning the Arduino platform, regardless if you've had previous exposure to microcontrollers or not.  
 + 
 +From here, visit the [[ https://​www.arduino.cc/​en/​Guide/​HomePage| Arduino ​homepage ​]] to start working with ArduinoFrom there, follow the corrosponding links and guides on how to install and use the Arduino IDEOnce you've installed the Arduino ​IDE and set up your Arduino board, please go through the following examples to ensure everything is set up correctly: 
 +    - Bare Minimum 
 +    - Blink   
 +    ​Blink Without Delay 
 + 
 + 
 +Things might still be confusing at this point - [[ https://​www.arduino.cc/en/​Tutorial/​Foundations | this page ]] might help clear up some things. It might be your benefit to skim through some of those materials.  
 + 
 +Also, if in doubt - as for clarification or help! Other teams may be available, your mentors are there to help you and the leadership team is always there.  
 + 
 +===== Assignments ​=====
  
 Answer these questions before continuing - make it concise enough to make it clear that you understand the concepts. ​ Answer these questions before continuing - make it concise enough to make it clear that you understand the concepts. ​
Line 32: Line 52:
     - What are some advantages?     - What are some advantages?
     - What are some disadvantages?​     - What are some disadvantages?​
 +  - Were you able to program the Arduino?
 +  - Did you have any problems during the Arduino process? ​
 +  - What you think is the next step after this?
  
  
  
-====== 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.1501576998.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)