Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 3.35 KB

THEORY.md

File metadata and controls

79 lines (54 loc) · 3.35 KB

Ohm´s Law

The first, and perhaps most important, the relationship between current, voltage, and resistance is called Ohm’s Law, discovered by Georg Simon Ohm and published in his 1827 paper.
The Galvanic Circuit Investigated Mathematically.

Resistor

Is an electrical device that opposes the flow of current. Its value is measured in ohms (Ω).

Resistivity

It describes the behaviour of a material when faced with the electric current flow, so it gives an idea of how good or bad a conductor it is.
A high resistivity value indicates that the material is a poor conductor, while a low value will indicate that it is a good conductor.
It is usually designated by the lower case Greek letter rho (ρ) and is measured in ohms per meter (Ω m).

Pull Down & Pull Up Resistor

When making our circuits, we find components that work in two states: HIGH or LOW.
These ranges present a zone of uncertainty, in which the electronic noise can generate erroneous readings.
To avoid these erroneous readings, we use the pull up or pull down resistance.

  • Pull Up: When the circuit is at rest, the voltage drop on the board is 5V(HIGH), but when the button is pressed, all the current is diverted to ground, 0V(LOW).
    Normally 10K resistor will be used.
  • Pull Down: When the circuit is at rest, the voltage drop on the board is 0V(LOW), but when the button is pressed, the voltage drop drops to 5V(HIGH).
    Normally 10K resistor will be used.

LED (Light Emitting Diode)

Four terminal push button

Seven segment display

Consists of seven LEDs arranged in a rectagular fashion as shown. Each of the seven LEDs is called a segment because when illuminated, the segment forms part of an alphanumerical digit to be displayed.
An additional 8th LED is sometimes used to display decimal numbers.

There are two types of display:

  • Common Anode:

  • Common Cathode:

For protecting the Arduino UNO board, because the current demand of a 7-segment display can exceed 150 mA, we will use a transistor, such as the 2N2222.

Source