Silicon Labs
|
Silicon Labs Community Silicon Labs Community
  • Products
    1. 8-bit MCU
    2. 32-bit MCU
    3. Bluetooth
    4. Proprietary
    5. Wi-Fi
    6. Zigbee & Thread
    7. Z-Wave
    8. Interface
    9. Isolation
    10. Power
    11. Sensors
    12. Timing
  • Development Tools
    1. Simplicity Studio
    2. Third Party Tools
  • Expert's Corner
    1. Announcements
    2. Blog
    3. General Interest
    4. Projects
How to Buy
English
  • English
  • 简体中文
  • 日本語
//
Community // Blog

Choosing Electronic Parts for Your Project - Part 1

08/229/2016 | 03:55 AM
lynchtron

Level 5


electronic_parts_header.png

In the last few sections, we summarized the process to create your own PCB.  This book/blog series attempts to show you how to design, program, build, and test your prototypes, eventually turning those prototypes into production-worthy gadgets.  Every electronic circuit need is different, however, and your solution to your problem will need specific circuits to solve that problem most efficiently and cost effectively. 

 

So you have an idea for an electronic gadget...great!  The trickiest step in the whole process is figuring out which electronic components, or parts, are needed to make up your circuits.  This is not a step to be taken lightly.  There are a billion ways to solve any problem and seemingly a billion parts out there to help you do it.  First off, you have to find the components that make your solution possible, and then you will likely need to refine the design such that it is economically viable and power efficient.  There are so many parts out there that it is hard for anyone to know all of the possible options.  It takes a lot of research. 

 

Often, electronics designers stick to what they know and have experience working on from past projects.  This is with good reason; part specifications can be long, confusing, and sometimes inaccurate documents.  Designing with something that you already know can vastly improve the chances of the prototypes working in short order.  However, technology is always moving forward, and new parts can combine functions of other parts or improve cost and performance over past technologies. 

 

This section aims to give you an overview of the types of parts that are available and teach you the terminology necessary to find the types of parts needed to solve your circuit problem.  Your parts will be identified by a set of specifications that detail exactly what the parts can do, how much power they consume or dissipate, the temperature they can withstand, how they mount to your board or how they are packaged, the type of material makeup, and their size and weight.  This is just for starters.

 

The best resource at your disposal to learn about the available options are the electronic part distributors such as Mouser, Digikey, Arrow, Avnet, and Newark, but prepare to be overwhelmed with choices!  You can also find harder-to-find or specialized parts on eBay and Alibaba.

 

This post starts with the basic circuit elements and works up to the more interesting active, smart circuit devices.

 

Note About Packaging

The packages of electronics components refer to how the parts mount to the circuit board.  Most parts are either soldered to a Printed Circuit Board (PCB) with a through-hole method or with Surface Mount Technology (SMT).  Within the SMT category, devices can utilize legs, pads, or balls to connect to the PCB.  Some parts can be wired into your circuit through wire terminals or lugs.  Yet other devices can utilize specialized connectors between the device and the circuit board.

a2_packages.png


Foundational Electronic Components
 

The simplest of all components are discrete passive components.  These parts only have a singular purpose, such as offering resistance, capacitance, inductance, or adding a voltage or current control.  Most discrete components only have two or three pins.  Although these are very simple devices in theory, there are still a million choices to be made regarding the construction of each device.  Electronics engineering is a very specific industry, so be prepared for that. 


Resistors offer electrical resistance to a circuit.  Resistance is measured in ohms, designed as Ω.  Parts are ordered according to the resistance as well as the current capacity of the device.  Resistors are packaged most commonly in either a through-hole or SMT package.  Resistors have no polarity and can be installed in any direction.  Resistor networks are parts that combine multiple resistors together in the same package in order to save space on the board and simplify assembly.

a2_resistors.png

 

Potentiometers are variable resistors that have three terminals.  The potentiometer is simply a resistor that has third pin to act as a mechanical “wiper” that allows the resistance between terminals 1 and 2 or 2 and 3 to be varied.  Potentiometers can be used to allow user input into a circuit, for example a volume knob on a stereo.  They can also allow fine tuning of a design during the production process.  Potentiometers are ordered according to the total resistance offered and the degrees of turn, or number of turns that the wiper allows.  Higher accuracy and more turns increases the cost.  Potentiometers have no polarity are packaged in through-hole and SMT packages for production but are commonly implemented with wire lugs.
a2_potentiometers.png 
 
Capacitors store electrical charge.  Capacitors have many applications in filtering of frequencies.  They can be used to store charge for a power regulator circuit or to dampen frequency response of a circuit.  Capacitance is measured in Farads designated as F, most commonly in micro, nano or pico Farads, designated as µF, nF, or pF.  Capacitors are packaged most commonly in either through-hole or SMT packages.  Electrolytic capacitors have a polarity and must be installed such that the positive lead is always more positive charge than the negative terminal, or else the capacitor could be destroyed.  Non-electrolytic capacitors have no polarity constraints.  When ordering capacitors, you must specify the type of polarization, the type of dielectric (i.e. ceramic, plastic, paper, etc.) the voltage rating, and the amount of capacitance offered.  There are many different types of capacitors that have many specific uses.  More information on capacitors can be found here.

a2_capacitor.png

 


Inductors store electrical energy in a magnetic field.  Like capacitors, inductors are primarily used in filtering of frequencies.  Inductance is measured in Henries, most commonly in micro or nano Henries, designated as µH or nH.  Inductors are packaged most commonly in either through-hole or SMT packages.  Inductors have no polarity constraints.

a2_inductors.png

 

 Ferrite beads, also known as chokes, offer impedance to a circuit.  Ferrites are primarily used to prevent high-frequency noise from propagating past them and are often found on the end of cables that connect devices together.  They can be ordered in through-hole, SMT or as a wire shield.

a2_ferrite.png

 

Transformers are essentially two inductors that are packaged together to transmit alternating current (AC) power from one circuit to another through electromagnetic induction.  They are commonly used to transform an AC voltage from one value to another.  The number of windings in each inductor dictates how the voltage will be transformed.  In this way, they are a simple AC voltage converter, based upon how the transformer is constructed.  Transformers can be packaged in a variety of different packages from SMT all the way up to house-sized buildings for commercial power delivery.

a2_transformer.png 

Diodes are devices that either permit or block the flow of current in a circuit, based on the voltage on its terminals.  The current can only flow if the anode terminal is at a higher voltage than the cathode terminal, usually by at least 0.7 volts.  Diodes are like a one-way valve for voltage, and prevents voltage from going the wrong way.  They are used in power conversion from AC to DC and to protect circuits from an out-of-bounds voltage input.  A Zener diode is a special kind of diode that is used as a power regulator.  A Schottky diode has a lower forward voltage drop (in the 0.15 to 0.45V range) and a faster turn-on time.

a2_diodes.png

 

Light Emitting Diodes (LEDs) share many of the same properties with normal diodes, covered above, but are primarily used to generate light.

a2_leds.png

 

Photo Diodes perform the opposite function of LEDs, whereby they produce electrical current if light is present.  These devices are useful to detect the presence of light.

a2_photodiodes.png

 

Transistors are versatile circuit elements that are the most complicated of the passive discretes on this list.  The three-pin devices can be used as voltage or current-dependent switches, or as power amplifiers or regulators, depending on the circuit.  If you have a problem, there is a solution that can be created with transistors, as a microprocessor is at its heart a very large collection of transistors.  There are two general technology types, Bipolar Junction (BJT) and Field Effect (FET.)  These two types of transistors differ in pin terminology.  The BJT transistors have two sub types, known as NPN and PNP which describe the polarity of the component.  The FET transistors have many sub types that pertain to n-channel and p-channel. More information on the types of transistors can be nicely summarized here. Note that the direction of the arrows in the symbol change based on the type of transistor it is describing. 

a2_transistor.png 

In the next section, we’ll cover more parts that every project likely needs: switches, connectors and sensors.

 

PREVIOUS | NEXT

  • Blog Posts
  • Makers
  • jitcomp

    Level 3


    Replied Sep 08 2016, 9:42 AM

    Electronic components distributor http://www.components2world.com, offer all parts for your need.

    0
  • erikm

    Pathfinder
    Level 7


    Replied Oct 12 2016, 6:00 PM
    Part 1
     

    In the last few sections, we summarized

     

    The last few sections of what?  Part 1 and "the last few sections" is rather confusing

     

    Electronic components distributor ..., offer all parts for your need.

     

    for prototyping, I rely on Digikey

    0

Tags

  • Wireless
  • High Performance Jitter Attenuators
  • EFR32FG22 Series 2 SoCs
  • EFR32MG21 Series 2 SoCs
  • Security
  • Bluegiga Legacy Modules
  • Zigbee SDK
  • ZigBee and Thread
  • EFR32BG13 Series 1 Modules
  • Internet Infrastructure
  • Sensors
  • Wireless Xpress BGX13
  • Blue Gecko Bluetooth Low Energy SoCs
  • Z-Wave
  • Micrium OS
  • Blog Posts
  • Low Jitter Clock Generators
  • Bluetooth Classic
  • Makers
  • Flex SDK
  • Tips and Tricks
  • timing
  • Smart Cities
  • Smart Homes
  • IoT Heroes
  • Reviews
  • RAIL
  • Simplicity Studio
  • Tiny Gecko
  • EFR32MG22 Series 2 SoCs
  • Mighty Gecko SoCs
  • Timing
  • Temperature Sensors
  • Blue Gecko Bluetooth Low Energy Modules
  • Ultra Low Jitter Clock Generators
  • General Purpose Clock Generators
  • EFR32BG22 Series 2 SoCs
  • Industry 4.0
  • Giant Gecko
  • 32-bit MCUs
  • Bluetooth Low Energy
  • 32-bit MCU SDK
  • Gecko
  • Microcontrollers
  • Jitter Attenuators
  • EFR32BG21 Series 2 SoCs
  • News and Events
  • Wi-Fi
  • Bluetooth SDK
  • Community Spotlight
  • Clock Generators
  • Biometric Sensors
  • General Purpose Jitter Attenuators
  • Giant Gecko S1
  • WF200
  • Flex Gecko
  • Internet of Things
  • 8-bit MCUs
  • Wireless Jitter Attenuators
  • Isolation
  • Powered Devices
  • Power

Top Authors

  • Avatar image Siliconlabs
  • Avatar image Jackie Padgett
  • Avatar image Nari Shin
  • Avatar image lynchtron
  • Avatar image deirdrewalsh
  • Avatar image Lance Looper
  • Avatar image lethawicker

Archives

  • 2016 March
  • 2016 April
  • 2016 May
  • 2016 June
  • 2016 July
  • 2016 August
  • 2016 September
  • 2016 October
  • 2016 November
  • 2016 December
  • 2017 January
  • 2017 February
  • 2017 March
  • 2017 April
  • 2017 May
  • 2017 June
  • 2017 July
  • 2017 August
  • 2017 September
  • 2017 October
  • 2017 November
  • 2017 December
  • 2018 January
  • 2018 February
  • 2018 March
  • 2018 April
  • 2018 May
  • 2018 June
  • 2018 July
  • 2018 August
  • 2018 September
  • 2018 October
  • 2018 November
  • 2018 December
  • 2019 January
  • 2019 February
  • 2019 March
  • 2019 April
  • 2019 May
  • 2019 June
  • 2019 July
  • 2019 August
  • 2019 September
  • 2019 October
  • 2019 November
  • 2019 December
  • 2020 January
  • 2020 February
  • 2020 March
  • 2020 April
  • 2020 May
  • 2020 June
  • 2020 July
  • 2020 August
  • 2020 September
  • 2020 October
  • 2020 November
  • 2020 December
  • 2021 January
  • 2021 February
Silicon Labs
Stay Connected With Us
Plug into the latest on Silicon Labs products, including product releases and resources, documentation updates, PCN notifications, upcoming events, and more.
  • About Us
  • Careers
  • Community
  • Contact Us
  • Corporate Responsibility
  • Privacy and Terms
  • Press Room
  • Investor Relations
  • Site Feedback
  • Cookies
Copyright © Silicon Laboratories. All rights reserved.
粤ICP备15107361号
Also of Interest:
  • Bring Your IoT Designs to Life with Smart,...
  • A Guide to IoT Protocols at Works With...
  • IoT Hero Rainus Enhances the In-Store Shopping...