weatherbox:team_nova:arduino

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
weatherbox:team_nova:arduino [2016/02/02 22:09]
dtokita
weatherbox:team_nova:arduino [2021/09/19 21:59] (current)
Line 27: Line 27:
 ====== Arduino Questions ====== ====== Arduino Questions ======
  
-1. What is Arduino?\\+**1. What is Arduino?**\\
  
-2. What is an Arduino Uno?\\+Arduino ​is an open-source prototyping platform based on easy-to-use hardware and software. ​
  
-3. What kind of programming language does the Arduino ​IDE support?\\+**2. What is an Arduino ​Uno?\\**
  
-4. What are the two functions that are present in an Arduino ​program?\\+The Arduino ​Uno is a micro controller board that is normally useful for learning the basics of coding and micro controllers.
  
-5How is it different from a regular microcontroller?\\+**3What kind of programming language does the Arduino IDE support?\\ 
 +** 
 +It uses C/C++ language.
  
-6Why do people use the Arduino?​\\ +**4What are the two functions that are present in an Arduino ​program?\\ 
-People use Arduino because it is simple to use and has the potential to incorporate hardware and software in one module. +** 
-  +setup() ​is configuring the registers ​and initializing ​the arduinoloop() is continuous main function.
- a. What are some advantages?​\\+
  
- bWhat are some disadvantages?\\+**5How is it different from a regular microcontroller?\\ 
 +** 
 +Arduino allows the user to easily operate a microcontroller. The Arduino itself is not a microcontroller,​ it is an embedded system.
  
 +**6. Why do people use the Arduino?\\
 +**
 +People use Arduino because it is simple to use and has the potential to incorporate hardware and software in one module.
 + 
 +** a. What are some advantages?​\\
 +**
 +Arduino is open-source and is flexible and adaptable to a project. Arduino is also easy to use and compatible with PCs and Macs using USB. Another advantage is that Arduino is affordable and there is a large support community behind it online with various resources for help.
 + 
 +** b. What are some disadvantages?​\\
 +**
 +As a result of Arduino'​s ease of use for a beginner, it often can limit an experienced or a more sophisticated user. 
  
  • weatherbox/team_nova/arduino.1454450995.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)