Work on thesis report

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-10 21:04:43 +01:00
parent 36a642d0b4
commit 19b6c78cb1
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 163 additions and 13 deletions

View file

@ -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