Arduino Flashcards
What Is Arduino?
Arduino is an open source programmable circuit board that can be integrated
into a wide variety of makerspace projects both simple and complex. This one
board contains a microcontroller which is able to be programmed to sense and
control objects in the physical world. By responding to sensors and inputs, the
Arduino is able to interact with a large array of outputs such as LEDs, motors
and displays.
Two cheaper alternatives to Arduino
Adafruit and Sparkfun for example, sell variations of the Arduino
boards which cost less but still have the same quality of the originals.
What component is number 1
Reset Button This will restart any code that is loaded to the Arduino
board
What component is number 2
Reset Button: This will restart any code that is loaded to the Arduino
board
What component is number 3
Ground Pin: There are a few ground pins on the Arduino and they all
work the same
What component is number 4
Digital Input/Output: Pins 0-13 can be used for digital input or output
What component is number 5
PWM: The pins marked with the (∼) symbol can simulate analog output
What component is number 6
USB Connection: Used for powering up your Arduino and uploading
sketches
What component is number 7
TX/RX: Transmit and receive data indication LEDs
What component is number 8
ATmega Microcontroller: This is the brains and is where the programs
are stored
What component is number 9
Power LED Indicator:This LED lights up anytime the board is plugged
in a power source
What component is number 10
Voltage Regulator: This controls the amount of voltage going into the
Arduino board
What component is number 11
DC Power Barrel Jack: This is used for powering your Arduino with
a power supply
What component is number 12
3.3V Pin: his pin supplies 3.3 volts of power to your projects
What component is number 13
5V Pin: This pin supplies 5 volts of power to your projects