fbpixel
Tags:

This article gives an overview of the components used in analog electronics. Electronic components are linked together to form an electronic circuit to perform a certain function.

There are two main families of components: passive components and active components. Active components require electrical power and can amplify a voltage or current signal.

Passive components

Resistance

Resistors are passive components made of carbon or metal, commonly used in electronics. Its primary function is to limit the current in an electrical circuit. It can therefore protect other components.

electrical-resistor Electronics components

Example of function and use

  • Limits electrical current (brightness control or protection)
  • Divides voltage (voltage divider bridge)
  • Stabilizes electrical current (signal filtering)

Capacitor

A capacitor is used to store electrical charges. It consists of two conductive plates separated by a dielectric material. They are used to stabilize a power supply, filter signals and separate alternating and direct current.

capacitors Electronics components

Example of function and use

  • Stores and releases electrical energy
  • Smoothes voltage variations
  • Passes AC signals, blocks DC signals

Inductance

Inductances are used to store magnetic energy, capture waves or create a pulse, for filtering and their electromagnetic properties. They are also known as coils or solenoids.

bobine-inductance Electronics components

Example of function and use

  • Stores magnetic energy
  • Filters signals by frequency
  • Produces magnetic fields

Active components

Diode

The special feature of the diode is that it allows current to flow in only one direction. It is used, for example, to protect a power source or to convert alternating current into unidirectional current.

Diode_pinout Electronics components

Example of function and use

  • Allows current to flow in one direction only
  • Converts AC to DC (rectification)
  • Emits light in light-emitting diodes (LEDs)

Voltage regulator

Voltage regulators are used, as the name suggests, to modify the electrical voltage level. They are used to power components requiring a nominal voltage lower than the supply voltage.

voltage-regulator Electronics components

Transistor

A transistor is a semiconductor that modulates the current or voltage on its output electrode (collector or drain) by means of a signal on its control electrode (base or gate). It acts as a controlled amplifier or switch.

module-transistor Electronics components

Example of function and use

  • Electrical signal amplification
  • Circuit switching
  • Power control

Thyristor and triac

The thyristor operates on the same principle as the transistor, except that it acts as a switch for high voltages. Combining thyristors produces diac or triac.

tiristor Electronics components

Integrated circuits

Multiplexer

The multiplexer is used to transmit different signals through the same medium, selecting one input at a time.

multiplexer-cd4051be Electronics components

Shift register

The shift register is an integrated circuit with memory registers for storing a high or low state and switching the corresponding output pin to high (5V) or low (0V). It is often used to increase the number of inputs and outputs on a microcontroller.

shiftregister-74hc595 Electronics components

Diode bridge

A diode bridge is an assembly of diodes for full-wave current rectification. This means passing positive current and reversing the sign of negative current.

Interface components

Push button

The pushbutton is the basic element for sending information from an interface. When pressed or released, it sends information to a microcontroller.

bouton-poussoir Electronics components

LED

The LED (light-emitting diode) is a well-known component for receiving information from an interface. This component exists in various forms, such as the 5mm LED or the LED ribbon made up of addressable LEDs.

leds-5mm-arduino Electronics components

Display

Seven-segment displays, LCD screens, OLED screens or TFT screens are ideal for displaying comprehensive information and creating interfaces.

screen-lcd-16x2 Electronics components

Potentiometer

A potentiometer is a variable resistor. It sends information according to the position of the knob.

potentiometer-10k Electronics components

Rotary encoder

A rotary encoder sends angle and direction information. It is usually fitted with a pushbutton, making it ideal for browsing a menu.

rotary-encoder-1 Electronics components

Actuators

Relay

A relay is a controllable switch that opens or closes a contact depending on the state of its control pin. This component has the particularity of galvanically isolating the control part from the power part. As a result, it is often used to control power or AC circuits.

relay-5V Electronics components

Electromagnet

An electromagnet consists of a coil and an iron core that transforms electrical power into linear motion.

solenoid-electroaimant Electronics components

Motors

Electric motors are components that transform electrical power into motion. There are different types: DC motor, stepper motor, brushless motor

dcmotor-robotbase-ttgm Electronics components

Digital components

Microcontroller

The microcontroller is the basis of a computer: it consists of a processor, an I/O interface and a memory.

microcontroleur-atmega Electronics components

Microprocessor

The microprocessor is the component that executes the computer program.

Quartz

Quartz is a component that oscillates at a stable frequency when powered. This makes it an important component for creating the clock in digital electronics.

quartz Electronics components

Memory

Memory is a digital electronic component used to store data.

memory-ram Electronics components