A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Type to find tags: |
arduino× 1853
an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating inte…
|
microcontroller× 1279
A device which includes a central processing unit (CPU), memory, and (generally) an assortment of I/O peripherals (UART, ADC, DAC, general-purpose I/O, I2C, etc.) in a tightly-coupled standalone packa…
|
power-supply× 787
An electronic device which supplies electrical energy to a load. Can be AC or DC input. Typically DC output.
|
led× 706
a light emitting diode. Lighting a LED is considered the "Hello world" of a circuit design, and it can be as simple as putting a series resistor or can get more complicated, involving PWM and…
|
power× 672
a primary concern for the design under discussion. Use the "low-power" tag when that applies.
|
pic× 666
a brand of 8, 16, and 32 bit RISC microcontrollers manufactured by Microchip. "PIC" originally was an acronym for "Peripheral Interface Controller".
|
batteries× 522
often used to power embedded devices, and create some design challenges like minimizing the power consumption, protecting from overcharge and full discharge, etc.
|
voltage× 520
Voltage, otherwise known as electrical potential difference (denoted ∆V and measured in volts) is the difference in electric potential between two points (adapted from Wikipedia). Voltage can be const…
|
pcb× 506
the acronym to Printed Circuit Board. A PCB is a carrier for the circuit's components and their electrical connections.
|
transistors× 493
a semiconductor device that can amplify signals and switch power. Most used types are bipolar (BJT, for Bipolar Junction Transistor) and MOSFET (FET, for Field Effect Transistor)
|
capacitor× 481
A fundamental electronic component that stores energy in an electric field, commonly used in filtering applications.
|
usb× 476
Universal Serial Bus. If your question relates to a specific chip, please mention it in your question.
|
digital-logic× 466
Digital electronics use a finite number of states, unlike analog electronics that treat continuous signals. Digital logic is used to perform arithmetic operations with electric signals, and constitute…
|
sensor× 455
Sensors convert a physical quantity (e.g. temperature, pressure) into an electrical signal.
|
avr× 448
a 8- and 32-bit microcontroller core developed by Atmel. AVR was chosen as microcontroller for the popular Arduino SBCs.
|
fpga× 384
a logic chip that is configured by the customer after manufacturing—hence "field-programmable".
|
op-amp× 384
a high gain analog voltage amplifier with differential high impedance inputs, and a low impedance output. A basic building block in signal processing, like as ampl…
|
current× 374
rarely appropriate. Flow of electric charge - typically movement of charge carriers, such as electrons. Measured in amperes (A).
|
audio× 365
for questions about designing electronics for measuring, processing, and amplifying audio signals. Questions about debugging or repairing consumer audio players and speaker setups will be…
|
circuit× 356
nearly useless. Consider using more specific tags to narrow your question down.
|
resistors× 355
A resistor obeys Ohm's law (V=IR); the current through it is equal to the voltage across it divided by the resistance (equivalently \$I=\frac{V}{R}\$)
|
motor× 351
An electrical actuator converting electrical energy into rotational motion.
|
voltage-regulator× 328
an analog circuit that produces a stable output voltage that doesn't vary with input voltage or load changes. Switching regulators are much more efficient than linear ones.
|
mosfet× 306
An transconductance (using voltage to control current) electronic component used for switching and amplification. Acronym for Metal-Oxide-Semiconductor Field-Effect Transistor. (from http://en.wikiped…
|
serial× 301
transmitted as a sequence in time. Main advantage: much less wires needed. Main disadvantage: Higher bandwidth for the same throughput.
|
switches× 301
Devices to interrupt or route a signal or power one of several ways.
|
amplifier× 289
adapt the range of the signal to a requirement, to make it more robust for transmission, or to satisfy interface requirement (like input/output impedance)
|
rf× 275
Short for Radio-Frequency. Frequencies at which radiation (intentional or not) plays a role. Typically associated with wireless communications, but also relevant for high-speed PCB design.
|
analog× 270
Analog circuits have a range of voltages, rather than just two as in digital logic.
|
adc× 269
an Analog to Digital Converter. This device converts analog signals into digital form. It is mainly used by the digital circuitry to take analog measurements.
|
wireless× 266
Using other than a wired connection to transfer signals or power. Includes optical and (ultra)sound, but most often refers to RF (radio-frequent). Distances can be as low as centimeters (e.g. RFID), t…
|
pcb-design× 247
About designing the boards which carry the components of an electronic circuit. For questions about getting them built instead use pcb-fabrication. If your question is specific to a certain CAD tool, …
|
relay× 246
an electrically controlled switch. Electromechanical relays use an electromagnet to activate mechanical contacts, solid-state relays use semiconductor switches.
|
integrated-circuit× 242
an electronic circuit built onto a single plate of a semiconductor material, normally silicon. Modern ICs may contain billions of transistors and they have played a major…
|
ac× 233
refers to alternating current mains power. It usually applies to voltages with >100V RMS, but can also be used for ex. 24V industrial AC power.
|
c× 233
an imperative (procedural) systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language …
|