Electronics Post List

Electronics Posts

Very Basic Electronics Concepts What are Valence Electrons Using Ohms Law Series, Parallel and Series/Parallel circuit resistance configuration types Kirchhoff’s-voltage-law,current-law, Thevenin’s theorem How to apply Thevenin’s Theorem Physical Resistors Resistor Color code and SMD code Specialty Resistors More terminology definitions and information regarding resistors Both theoretical and practical Capacitance The P N Junction PN junctions […]

Continue Reading

What Are Valence Electrons

The outer shell of the Atom is referred to as the Valence shell. The number of electrons in the Valence shell determines the electrical characteristics of a material. Electrical Current is defined as electrons in motion. A conductor is a material through which electric current can pass. An insulator is a substance or device that does not […]

Continue Reading

More Terminology Definitions and Information Regarding Resistors

  Direct & Alternating Current Current in a circuit can be broadly divided into two categories: First, Direct Current which is current flowing in only one direction: Second, Alternating Current which periodically switches direction. The term “passive component” refers to components that do not add power to a circuit. Resistors, capacitors, inductors, transformers, and even […]

Continue Reading
Resistors

Physical Resistors

  Symbols with engineered values are one thing but Physical Resistor creation is another. Technology is where the creation of actual resistors comes into play. The opposition to current flow presented by a material is dependent on its conductivity, cross-sectional area, and applied voltage. Wire made from various metals, carbon composition, carbon film or metal […]

Continue Reading

Specialty Resistors

Plain and Specialty Resistors Plain resistors  and specialty resistors are both standardized.  Electronic Industries Association (EIA) specifies standard graphical Symbols, along with several other authorities.  Multiple standards exist for electrical and electronic schematic symbols. Component representations in drawings by individual, company, or even industrial engineers may vary. The Consumer Electronics symbols, Industrial Electronics, and Electrical symbols […]

Continue Reading

Resistor Color code and SMD code

Resistor values Reading Resistor values is an important item for engineering and technology training. Price and availability go into design dissensions as well as the fabrication of prototypes. The resistor color code relatively easy to commit to memory. There are some common mnemonics for remembering the values assigned to the colors: The four and five […]

Continue Reading

Series, Parallel and Series/Parallel Circuit Resistance Configuration Types

  Series, Parallel and Series/Parallel are the basic circuit resistance configuration types that you may encounter. The first is the easiest of the three: In a Series circuit resistance configuration. (The R subscript N means any number of parallel resistors)    Series Circuit Rules  1.  Total Resistance is the sum of the individual series resistances 2.  […]

Continue Reading

Kirchhoff’s Voltage-law, Current-law, Thevenin’s Theorem

Kirchhoff’s voltage law (KVL) and Kirchhoff’s Current law (KCL) are used to analyze Direct current circuits. The polarity of the voltage across resistances is significant in circuit analysis. The current direction is another factor that may be needed in circuit analysis. Electron flow will be used in this discussion. The negative end of the voltage […]

Continue Reading

How to apply Thevenin’s Theorem

Thevenin’s Theorem Thevenin’s Theorem shows how any combination of batteries and resistances with two terminals can be replaced by a single voltage source VTH and a single series resistor RTH. Steps to apply Thevenin’s Theorem: 1. Disconnect the load resistor. 2. Calculate the Open Circuit Voltage using Kirchhoff’s Law, Ohm’s Law, etc. The result is the […]

Continue Reading
capacitors

Both Theoretical and Practical Capacitance

  Capacitance Up to now the discussion has been primarily about resistance. We will concentrate on theoretical practical capacitance  in this post. .  First we need to review some terms and definitions.   When the Atoms of a material have less than four outer shell electrons (Valence electrons) the material is a conductor.  Materials made up […]

Continue Reading

Programming the PIC microcontroller

The E-Book includes a listing of two of the five categories of assembly language commands.  Also included is information on writing your program in a form of Basic or in C. The standard format for a PIC program is outlined along with links for several websites that provide specifics regarding the programming process.  Return to […]

Continue Reading

Arithmetic and Logic Operations Group

Disclosure: This post contains affiliate links and I may be compensated if you make a purchase after clicking through one of my links. This post will cover the ARITHMETIC AND LOGIC OPERATIONS GROUP. Instructions for the PIC micro controller. The Arithmetic and logic operations of the micro controller (PIC) perform all math and logic internal functions. The […]

Continue Reading

Semiconductor Fundamentals

Semiconductor Elements The primary materials used in the forming of transistors are classed as Semiconductors. The materials in this category include Silicon, and Germanium. What makes semiconductor atoms unique is that they have four valence (outer shell) electrons. Conductor atoms have less than four and insulator atoms have more than four. The maximum number of […]

Continue Reading

DIY Party Quality Color Organ Display

Party Quality Color Organ Display This E-Book is all about a display that I built back in the 60’s.  An article in “Popular Electronics” magazine was published about the Musette Color Organ. The circuit divided the audible frequency spectrum into five parts. Each part drove a different colored flood light. Using music as an input, […]

Continue Reading

Programming the PIC Microcontroller Continued

Transfer code into chips memory Weather you have written a program to control an original project, got a program off the internet, or just want to experiment with a PIC microcontroller chip, you will need to transfer the code into the chip’s memory. Build the hardware The editor, compiler, and programming software are free. You […]

Continue Reading

BJT Common Emitter Configuration

Bipolar Junction Transistors can be connected in three major configurations. The following schematic is for the most used of these configurations. R1 Set bias R2 Set bias & develop input R3 Develop the output R4 Prevent Degeneration C1 Coupling Capacitors to separate the AC signals from the DC biasing voltage.  C2 Coupling Capacitors to    separate the AC […]

Continue Reading