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

@ -8,7 +8,7 @@ The main communication protocol works over magnetic induction. By putting a load
For simplification purposes the protocol in this project is used to transmit ASCII text but in reality any bitstream can be transmitted.
To indicate the start of a message in the signal, a preamble is used. The preamble used in this protocol is 3 high signals, followed by 3 low signals, followed by 3 high signals. The duration of one signal in preamble is 1 second. That means the entire preamble takes 9 seconds.
To indicate the start of a message in the signal, a preamble is used. The preamble used in this protocol is 3 high signals, followed by 3 low signals, followed by 3 high signals. The duration of one signal in the preamble is 1 second. That means the entire preamble takes 9 seconds.
\subsection{Packet Format}
\subsubsection*{Encoding}