ArduinoJargon
Jump to navigation
Jump to search
Arduino Jargon and Terms
Arduino jargon can be confusing for beginners, but understanding key terms is essential for working with this popular prototyping platform. Here are some important Arduino jargon terms explained:
- Core Concepts
- Arduino**: An open-source prototyping platform for electronics and DIY projects[2].
- Sketch**: The name for an Arduino program, which must contain void setup() and void loop() structures[2][5].
- IDE (Integrated Development Environment)**: A software application that includes a code editor, compiler, and debugger for writing and uploading Arduino sketches[2].
- Hardware Components
- Arduino Board**: A microcontroller that can be used to create, design, and experiment with electronics[3].
- Breadboard**: A prototyping tool used to build temporary circuits without soldering
- Breakout Board or "Brick"**: A small printed circuit board with a specific type of circuit, which can be connected to an Arduino via wires[1].
- Pin**: The connection points on an Arduino board, used for inputs and outputs[1].
- Programming Concepts
- Variable**: A container for storing information in a program[2].
- Function**: A set of instructions applied to given inputs in a program[2].
- Datatype**: A set of values with pre-defined characteristics in programming[2].
- Debugging**: The process of finding and fixing errors in code[2].
- Electronic Components
- LED (Light Emitting Diode)**: A small electronic component that emits light when current flows through it[3].
- Resistor**: An electronic component used to limit and control voltage and current in a circuit[3].
Understanding these terms will help you navigate Arduino projects and documentation more effectively.
--- Answer from Perplexity: pplx.ai/share