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
|
@ -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}
|
||||
|
|
Reference in a new issue