Skip to content

Instantly share code, notes, and snippets.

@LongLiveCHIEF
Last active December 29, 2015 05:29
Show Gist options
  • Save LongLiveCHIEF/7621893 to your computer and use it in GitHub Desktop.
Save LongLiveCHIEF/7621893 to your computer and use it in GitHub Desktop.
An essential electronics reference guide for beginning hackers and makers

##Schematic/Formula Symbols, abbreviations, and Definitions

  • I: amps, amperes
  • V: volts
  • R: resistance
  • Ω: ohm
  • C: coulomb
  • Q: charge
  • S: siemens
  • τ: time constant

###Symobl Prefixes

##Terms

###Very Important Terms (safety first!)

Note: This is by no means an exhaustive list of the dangers of working with electricity

  • Power Ratings: ,see [Sparkfuns]'s page on Power Ratings
  • Power Loss:
  • Thermal Stress:

###Common Terms

  • Polarity:
  • Joules:
  • Coulomb:
  • Watt:
  • Voltage:
  • Charge:
  • Resistance:
  • Ohm:
  • Current:
  • Series:
  • Parallel:
  • Capacitance: The ability of a body to store a charge. All conductors have capacitance to varying degrees

Note: The first time I learned that adding a resistor to a circuit in a parallel configuration decreased the overall resistance, I had to really scratch my head. After some digging on the internet, I found a particularly helpful question on physics.stackexchange.com. Several of the answers that weren't accepted do a great job of explaining this concept in a way that beginners can understand. Check it out: Parallel Circuits and decreasing resistance

###Advanced Terms

###Basic components

  • Resistor: Creates a varying amount of Resistance in a circuit based on the build of the component. Colored markings on a resistor will ,see Decoding Resistors
  • Diode:
  • Capacitor:
  • Voltage Regulator:
  • Amplifier:
  • Transistor:

###Common Components (abbreviations and definitions)

  • IC:
  • PCB:
  • LED:
  • SMD: Surface Mounted Device (has pins)
  • Drivers:

##Measurment Tools

  • Multimeter:
  • Oscilloscope:
  • Thermometer:

###Ohm

###Voltage

###Amperes

###Watts

watt = joule/second

Wattage (Power) calculations in a purely resistave circuit

W = V<sup>2</sup>/R
W = I<sup>2</sup> x R

###Coulomb

###Capacitance

Time Constant Formula

τ = R x C (tau is equal to the resistance in ohms times the cpacitance in farads)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment