feat: remove logseq stuff
This commit is contained in:
parent
233512cb11
commit
55a554161e
@ -1,76 +0,0 @@
|
|||||||
# Ohms Law
|
|
||||||
Solve for voltage:
|
|
||||||
|
|
||||||
$\displaystyle V = \frac{I}{R}$
|
|
||||||
|
|
||||||
*Solve for resistance:*
|
|
||||||
|
|
||||||
$R = \frac{V}{I}$
|
|
||||||
|
|
||||||
_Solve for current_
|
|
||||||
$$
|
|
||||||
\begin{flalign}
|
|
||||||
I & = \frac{V}{R} &
|
|
||||||
\end{flalign}
|
|
||||||
$$
|
|
||||||
|
|
||||||
# Resistors in Series
|
|
||||||
|
|
||||||
$R = R1 + R2 + R3 ...$
|
|
||||||
|
|
||||||
# Resistors in Parallel
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{flalign}
|
|
||||||
&\frac{1}{R} = \frac{1}{R1} + \frac{1}{R2} + \frac{1}{R3} ... &\\
|
|
||||||
\\
|
|
||||||
&\textit{For two resistors in parallel:} &\\
|
|
||||||
\\
|
|
||||||
&R = \frac{R1 * R2}{R1 + R2} &\\\
|
|
||||||
\end{flalign}
|
|
||||||
$$
|
|
||||||
|
|
||||||
***Tip:***
|
|
||||||
If resistors of the same value are in parallel the total resistance is a single resistor divided by the amount if resistors.
|
|
||||||
|
|
||||||
## Thevenin’s Theorem
|
|
||||||
States that it is possible to simplify any linear circuit, no matter how complex, to an equivalent circuit with just a single voltage source and series resistance connected to a load.
|
|
||||||
|
|
||||||
# Kirchhoff's Law
|
|
||||||
|
|
||||||
## Conservation of Charge (First Law)
|
|
||||||
|
|
||||||
All current entering a node must also leave that node
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{flalign}
|
|
||||||
\sum{I_{IN}} = \sum{I_{OUT}}&&
|
|
||||||
\end{flalign}
|
|
||||||
$$
|
|
||||||
|
|
||||||
**Example:**
|
|
||||||
|
|
||||||
![](./assets/kirchhoffs-law-01.svg)
|
|
||||||
|
|
||||||
For this circuit kirchhoffs law states that:
|
|
||||||
|
|
||||||
$\displaystyle i1 = i2 + i3 + i4$
|
|
||||||
|
|
||||||
## Conservation of Energy (Second Law)
|
|
||||||
All the potential differences around the loop must sum to zero.
|
|
||||||
|
|
||||||
$\displaystyle \sum{V} = 0$
|
|
||||||
|
|
||||||
## Capacitors in Series
|
|
||||||
|
|
||||||
$\displaystyle \frac{1}{C_{t}} = \frac{1}{C_{1}}+\frac{1}{C_{2}}+\frac{1}{C_{3}} ...$
|
|
||||||
|
|
||||||
### Impedance in a Circuit
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{flalign}
|
|
||||||
&Z = \sqrt{R^2 + X^2} &\\\
|
|
||||||
\\
|
|
||||||
&X = X_{L} - X_{C} \\
|
|
||||||
\end{flalign}
|
|
||||||
$$
|
|
@ -1,43 +0,0 @@
|
|||||||
# Glossary
|
|
||||||
|
|
||||||
## Impedance (Z)
|
|
||||||
In [electrical engineering](https://en.wikipedia.org/wiki/Electrical_engineering "Electrical engineering"), **impedance** is the opposition to [alternating current](https://en.wikipedia.org/wiki/Alternating_current "Alternating current") presented by the combined effect of [resistance](https://en.wikipedia.org/wiki/Electrical_resistance "Electrical resistance") and [reactance](https://en.wikipedia.org/wiki/Electrical_reactance "Electrical reactance") in a [circuit](https://en.wikipedia.org/wiki/Electrical_circuit "Electrical circuit").
|
|
||||||
|
|
||||||
[[formulas#Impedance in a Circuit]]
|
|
||||||
|
|
||||||
## Voltage (V)
|
|
||||||
**Voltage**, **electric potential difference**, **electric pressure** or **electric tension** is the difference in [electric potential](https://en.wikipedia.org/wiki/Electric_potential "Electric potential") between two points.
|
|
||||||
|
|
||||||
## Resistance (R)
|
|
||||||
The **electrical resistance** of an object is a measure of its opposition to the flow of [electric current](https://en.wikipedia.org/wiki/Electric_current "Electric current").
|
|
||||||
|
|
||||||
## Capacitance (C)
|
|
||||||
**Capacitance** is the ability of a component or circuit to collect and store energy in the form of an electrical charge.
|
|
||||||
|
|
||||||
## Inductance (L)
|
|
||||||
**Inductance** is the tendency of an [electrical conductor](https://en.wikipedia.org/wiki/Electrical_conductor "Electrical conductor") to oppose a change in the [electric current](https://en.wikipedia.org/wiki/Electric_current "Electric current") flowing through it.
|
|
||||||
|
|
||||||
## Current (I)
|
|
||||||
How many electrons flow through a circuit in a second
|
|
||||||
|
|
||||||
## Polarity
|
|
||||||
Means if a component is symmetric or not
|
|
||||||
Polarised means that a component is not symmetric
|
|
||||||
|
|
||||||
## LED
|
|
||||||
|
|
||||||
Anode - The shorter Leg
|
|
||||||
Cathode - The longer Leg
|
|
||||||
|
|
||||||
## Diode
|
|
||||||
## Anode
|
|
||||||
The positive end of a diode
|
|
||||||
|
|
||||||
## Cathode
|
|
||||||
The negative end of a diode
|
|
||||||
|
|
||||||
## Conventional Current Flow
|
|
||||||
When electricity was discovered people thought the electrons flow from the positive terminal to the negative, in actuality they flow in the opposite direction, but it is still possible to calculate the flow with the old way.
|
|
||||||
|
|
||||||
## Reactive Components
|
|
||||||
A component is a **reactive component** when it resists to changes in current or voltage.
|
|
@ -1,75 +0,0 @@
|
|||||||
## Farad
|
|
||||||
Measures capacitance, the ability of a body to store an electrical charge.
|
|
||||||
1 Farad = the ability to store 1 couloumb
|
|
||||||
|
|
||||||
Term | Symbol | Weight
|
|
||||||
-----------|----|------
|
|
||||||
Picofarad | pW | $10^{-12}$
|
|
||||||
Nanofarad | nF | $10^{-9}$
|
|
||||||
Microfarad | $\micro$F | $10^{-6}$
|
|
||||||
Milifarad | mF | $10^{-3}$
|
|
||||||
Farad | F | $10^0$
|
|
||||||
Kilofarad | kF | $10^{3}$
|
|
||||||
|
|
||||||
## Couloumb
|
|
||||||
1 coulomb is the electric charge transported within one second through the cross-section of a conductor in which an electric current of the strength of 1 ampere flows.
|
|
||||||
|
|
||||||
## Henry
|
|
||||||
Measures electrical Inductance
|
|
||||||
|
|
||||||
$\displaystyle V(t)=L{\frac {dI}{dt}}$
|
|
||||||
|
|
||||||
## Volts
|
|
||||||
Measures electric potential
|
|
||||||
|
|
||||||
## Amperes
|
|
||||||
Measures electric current
|
|
||||||
|
|
||||||
## Ohms
|
|
||||||
Measures resistance
|
|
||||||
|
|
||||||
Term | Symbol | Weight
|
|
||||||
-----------|----|------
|
|
||||||
Nanoohm | n$\ohm$ | 10-9
|
|
||||||
Microohm | $\micro \ohm$ | $10^{-6}$
|
|
||||||
Milliohm | m$\ohm$ | $10^{-3}$
|
|
||||||
Ohm | $\ohm$ | $10^{0}$
|
|
||||||
Kiloohm | k$\ohm$ | $10^{3}$
|
|
||||||
Megaohm | M$\ohm$ | $10^{6}$
|
|
||||||
Gigaohm | G$\ohm$ | $10^{9}$
|
|
||||||
|
|
||||||
## Hertz
|
|
||||||
|
|
||||||
Measures frequency
|
|
||||||
|
|
||||||
Term | Symbol | Weight
|
|
||||||
----------|------- | -----
|
|
||||||
Hertz | Hz | $10^0$
|
|
||||||
Kilohertz | kHz | $10^{3}$
|
|
||||||
Megahertz | mHz | $10^6$
|
|
||||||
|
|
||||||
|
|
||||||
## Watt
|
|
||||||
Measures Power
|
|
||||||
|
|
||||||
$Power = V * I = \frac{V^{2}}{R} = I^{2}R$
|
|
||||||
|
|
||||||
Joules per Second
|
|
||||||
|
|
||||||
Term | Symbol | Weight
|
|
||||||
-----------|----|------
|
|
||||||
Nanowatt | nW | $10^{-9}$
|
|
||||||
Microwatt | $\micro$W | $10^{-6}$
|
|
||||||
Milliwatt | mW | $10^{-3}$
|
|
||||||
Watt | W | $10^{0}$
|
|
||||||
Kilowatt | kW | $10^{3}$
|
|
||||||
Megawatt | MW | $10^{6}$
|
|
||||||
Gigawatt | GW | $10^{9}$
|
|
||||||
|
|
||||||
**Examples:**
|
|
||||||
|
|
||||||
Device | Power
|
|
||||||
-------|----------
|
|
||||||
Arduino| 167mW
|
|
||||||
Laptop | 1.5W
|
|
||||||
House | 2.2kW
|
|
@ -1,31 +0,0 @@
|
|||||||
# Roadblocks
|
|
||||||
|
|
||||||
## ~~ Nested tmux sessions ~~
|
|
||||||
|
|
||||||
Adding this:
|
|
||||||
```config
|
|
||||||
RequestTTY true
|
|
||||||
RemoteCommand tmux new -A -s ssh
|
|
||||||
```
|
|
||||||
to the ssh config if the specific hosts will automatically start tmux when connected
|
|
||||||
|
|
||||||
If i ssh into a remote machine with tmux started as well I have some problems:
|
|
||||||
- ~~ Duplicate tmux bar ~~
|
|
||||||
- ~~ Shortcuts don't work in remote ~~
|
|
||||||
- This works by hitting the prefix key twice, e.g. ctrl-a-a
|
|
||||||
|
|
||||||
## ~~ Debian Gnome sometimes comma key doesn't work ~~
|
|
||||||
|
|
||||||
Has not happened in a while
|
|
||||||
|
|
||||||
## ~~ Neovim shortcut to comment out ~~
|
|
||||||
|
|
||||||
Fixed this by installing the NerdCommenter Plugin
|
|
||||||
|
|
||||||
## ~~ Neovim Auto fix problems shortcut + hover window ~~
|
|
||||||
|
|
||||||
## ~~ Better git merging in Neovim, like in VScode ~~
|
|
||||||
|
|
||||||
## ~~ Copying between neovim, tmux and ssh sessions does not work ~~
|
|
||||||
## Learn how to use splits and buffers in neovim
|
|
||||||
## Fix the dictionary for neovim ltex-ls
|
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
Loading…
Reference in New Issue
Block a user