Robotics GA 1.1 Flashcards
-A small computer (SoC) on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals
-Serves as the brain of our robot
-Compared to our nervous system, this unit sends the information programmed so different robotic parts can function
Microcontroller Unit (MCU)
-A single-board microcontroller to make using electronics in multidisciplinary projects more accessible
Arduino
-Can be used with either a 9v or 12v Supply
Power IN (Barrel Jack)
-Provides power and communicates with the board when plugged into a computer via USB
Power IN (USB Port)
-It blinks when receiving data
LED (RX: Receiving)
-It blinks when transmitting data
LED (TX: Transmitting)
-It blinks when the program is running properly
LED (Troubleshooting)
-Can be used for input, output, power, and ground
-Pin 0 – 13
-Analog Output Pins / PWM Pins Pin ~ 3, ~5, ~6, ~9, ~10 and ~11
Pins (Digital, Analog, Ground)
-Indicates if there is power
LED (On/Off)
-Manually resets the Arduino that makes your code restart
Reset Button
-They can be used for input, output, power, and ground
Pin (Analog In, Power In, Ground Power Out, Reset)
-Contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions and a series of menus
-Connects to the Arduino and Genuino hardware to upload programs and communicate with them
Arduino IDE (Integrated Development Environment)
-Compiles and checks your code
-It will catch errors in syntax
Verify
-Sends your code to the Arduino board
-When you click it, you should see the lights on your board blink rapidly
Upload
-This button opens up a new code window tab
New