Work on thesis report
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
36a642d0b4
commit
19b6c78cb1
8 changed files with 163 additions and 13 deletions
|
@ -34,8 +34,10 @@ Manchester is a simple encoding code for the transmission of binary data. The da
|
|||
|
||||
The advantages of manchester encoding is that there are no prolonged high or low signals and the original clock signal can be extracted from the signal, on the other side the bandwidth requirements are doubled as two bits in the signal are needed to encode one bit of the original data \cite{manchesterCode}.
|
||||
|
||||
\section{Hall Sensor}
|
||||
// TODO: Write this section
|
||||
\section{Hall Effect Sensor}
|
||||
A Hall Effect Sensor is a type of sensor to measure the strength of magnetic fields. This type of magnetometer is found in many smartphones today \cite{hallEffectSensor} and is generally used for compass capabilities and for positioning \cite{smartphoneSensors}.
|
||||
|
||||
It utilizes the so-called hall effect to do so. The hall effect is the voltage between two sides of a current-carrying conductor inside a magnetic field \cite{hallEffect} \cite{hallEffect2}.
|
||||
|
||||
\section{Magnetic Induction}
|
||||
// TODO: Write this section
|
||||
|
|
Reference in a new issue