Arduino Microcontroller: Intro to Arduino Flashcards
Is a single-board microcontroller, intended to make the application of interactive objects or environments more accessible.
Arduino
A project was initiated to make a device for controlling student-built interactive design projects that was less expensive than other prototyping systems available at the time
Arduino
Designed to make the process of using electronics multidisciplinary projects more accessible
Arduino
Arduino sense the environment by receiving input from variety of sensors
True/False
True
Arduino affect its surroundings by controlling lights, motors, and other actuators
True/False
True
What year did the Arduino project was initiated ?
2005
Who are the founders of Arduino?
Massimo Banzi and David Cuartielles
What was Arduino named after?
Arduin of Ivrea
Where is the small factory that the founders began producing boards.
Ivrea
Where can Arduino Uno be programmed?
Arduino Software IDE
(integrated development environment)
Is a chip microcontroller used in Arduino Uno
Atmega328
The Atmega328 on the Arduino Uno comes preburned with a Bootloader that allows you to upload new code to it without the use of an external hardware programmer
True/False
True
Where can you also bypass the Bootloader and program the microcontroller through?
ICSP (In-Circuit Serial Programming) header
Arduino IDE works on Windows , Linux as well as Mac lion X platforms
True/False
True
Operating Voltage of Ardino
5V and 3.3 V
Input Voltage (recommended) of Arduino
7-12V
Input Voltage (limits) of Arduino
6-20V
How many Digital I/O Pins does Arduino have?
14
How many digital pins in Arduino provide PWM output
6
How many Analog Pins does Arduino have?
6
What are the factors that indicates the different versions of Arduino?
- Number of input/output channels
- Form factor
- Processor
Give the 6 types of Arduino
- Leonardo
- Due
- Micro
- LilyPad
- Esplora
- Uno