Adjust poster
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f9bf12b18b
commit
c1012204fc
5 changed files with 31 additions and 29 deletions
BIN
documentation/poster/assets/packet.png
Normal file
BIN
documentation/poster/assets/packet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
documentation/poster/assets/test.png
Normal file
BIN
documentation/poster/assets/test.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
BIN
documentation/poster/assets/transfer.jpg
Executable file
BIN
documentation/poster/assets/transfer.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
BIN
documentation/poster/assets/website.png
Normal file
BIN
documentation/poster/assets/website.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
\documentclass[
|
\documentclass[
|
||||||
paper=a1,
|
paper=a1,
|
||||||
|
18pt,
|
||||||
landscape,
|
landscape,
|
||||||
boxstyle=plain,
|
boxstyle=plain,
|
||||||
style=plain, % Stil für Header/Footer einzeln wählbar über title-style/footer-style, default ist plain
|
style=plain, % Stil für Header/Footer einzeln wählbar über title-style/footer-style, default ist plain
|
||||||
|
@ -21,21 +22,14 @@
|
||||||
\title{Inductive Short-Range Communication Channel}
|
\title{Inductive Short-Range Communication Channel}
|
||||||
\author{Severin Kaderli}
|
\author{Severin Kaderli}
|
||||||
\institute{Bern University of Applied Sciences}
|
\institute{Bern University of Applied Sciences}
|
||||||
%\inst kann in den Autor und Institutsfeldern genutzt werden um eine Zuordnung zu ermöglichen. Bei Nummerierung ist der Nutzer dafür verantwortlich Konflikte mit \thanks zu vermeiden.
|
|
||||||
%\titlegraphic{\includegraphics[width=10cm]{example-image}}
|
|
||||||
\footerqrcode{https://magsend.kaderli.dev}
|
\footerqrcode{https://magsend.kaderli.dev}
|
||||||
\footer{Author: Severin Kaderli\\Advisor: Dr. Reto König\\Expert: Thomas Jäggi}
|
\footer{Author: Severin Kaderli\\Advisor: Dr. Reto König\\Expert: Thomas Jäggi}
|
||||||
|
|
||||||
%Instituts/Sponsorenlogos von links nach rechts
|
|
||||||
%\footergraphics{
|
|
||||||
% \includegraphics[height=\height]{example-image}
|
|
||||||
% \includegraphics[height=\height]{example-image}
|
|
||||||
%}
|
|
||||||
|
|
||||||
\begin{tcbposter}[
|
\begin{tcbposter}[
|
||||||
poster={
|
poster={
|
||||||
columns=4,
|
columns=12,
|
||||||
rows=9,
|
rows=17,
|
||||||
spacing=2.5cm,
|
spacing=2.5cm,
|
||||||
},
|
},
|
||||||
boxes = {
|
boxes = {
|
||||||
|
@ -43,36 +37,44 @@
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
\begin{posterboxenv}[,BFH-abstract,title=Abstract]{name=abstract,column=1,row=1,span=2,rowspan=4}
|
\begin{posterboxenv}[,BFH-abstract,title=Introduction]{name=abstract,column=1,row=1,span=6,rowspan=4}
|
||||||
In this thesis, I research an alternative short-range wireless communication method that uses
|
In this thesis, I research an alternative short-range wireless communication method that uses magnetic induction instead of conventional radio waves for transmission of data and create a prototype that uses magnetic induction for communication.
|
||||||
magnetic induction instead of conventional radio waves for transmission of data, and point out the advantages and disadvantages of magnetic induction as a communication channel.
|
|
||||||
|
|
||||||
For demonstrating the communication method, I create a prototype implementation of a simple communication protocol that utilizes magnetic induction and that can be run using components found in everyday devices such as a smartphone and a laptop.
|
|
||||||
|
|
||||||
At the end, I benchmark the prototype implementation under multiple conditions and configurations to illustrate how feasible and robust the communication is and if it is viable as an alternative to radio wave communication.
|
|
||||||
\end{posterboxenv}
|
\end{posterboxenv}
|
||||||
|
|
||||||
\begin{posterboxenv}[,BFH-plain,title=Solution]{name=solution,column=1,row=5,span=2,rowspan=5}
|
\begin{posterboxenv}[,BFH-plain,title=Objectives]{name=abstract,column=1,row=4,span=6,rowspan=4}
|
||||||
The solution that I created for my thesis consists of two parts: a laptop that acts as the sender and a smartphone that acts as the receiver. The communication between the devices works over magnetic induction using a simple protocol.
|
The goals of the prototype were that it should work one way between a laptop and a smartphone and that the transmission should also be possible, when no other connectivity is available e.g. when the phone is in airplane mode, as this is one of the advantages of magnetic induction based connectivity.
|
||||||
|
|
||||||
On the sending side, by putting controlled stress on the processor of the laptop, an attempt can be made to manipulate the magnetic field that gets generated around the CPU. By manipulating the magnetic field in a controlled way, a payload signal can be encoded into the field. The sender was implemented as a website which allows the user to input a text, which then gets transmitted.
|
|
||||||
|
|
||||||
On the receiving side, a smartphone is used to receive the signals from the magnetic field. By putting the smartphone on top of the sender, the magnetic field emitted by the CPU can be measured using a magnetometer, which is a sensor that is available in most modern smartphones. The received signal is then decoded and the contents of the payload can be displayed. This part was realized as a native Android application, which allows the user to listen for data signals in the magnetic field and display them on the screen.
|
|
||||||
\end{posterboxenv}
|
\end{posterboxenv}
|
||||||
|
|
||||||
\begin{posterboxenv}[,BFH-plain,title=Results]{name=abstract,column=3,row=1,span=2,rowspan=4}
|
\begin{posterboxenv}[,BFH-plain,title=Solution]{name=solution,column=1,row=7,span=6,rowspan=5}
|
||||||
The results of my thesis is a pair of applications and a protocol that I call together \textbf{MagSend}.
|
The solution that I created consists of two parts: a website for sending data and a smartphone application for receiving data. I call the complete system \textbf{MagSend}.
|
||||||
|
|
||||||
MagSend allows the user to send small messages of up to 16 characters over a small distance using magnetic induction. The speed of the transmission is very slow with about 1 bit/s, and it is very susceptible to wrong results when other applications already use the CPU on the laptop or by moving the receiver during the transmission.
|
On the sending side, by putting controlled stress on the processor of the laptop, an attempt can be made to manipulate the magnetic field that gets generated around the CPU. By manipulating the magnetic field in a controlled way, a payload signal can be encoded into the field.
|
||||||
|
|
||||||
In the future, MagSend could be improved by incorporating more sophisticated error detection methods and by increasing the transmission data rate.
|
On the receiving side, a smartphone is used to receive the signals from the magnetic field. By putting the smartphone on top of the sender, the magnetic field emitted by the CPU can be measured using a magnetometer in the phone. The received signal is then decoded and the contents of the payload can be displayed.
|
||||||
\end{posterboxenv}
|
\end{posterboxenv}
|
||||||
|
|
||||||
|
|
||||||
\begin{posterboxenv}[BFH-plain]{name=notitle,column=3,row=4,span=2,rowspan=4}
|
\begin{posterboxenv}[BFH-plain]{name=notitle,column=7,row=1,span=3,rowspan=4}
|
||||||
|
\fbox{\includegraphics[width=\linewidth]{transfer.jpg}}
|
||||||
|
\captionof{figure}{Devices during transfer}
|
||||||
|
\end{posterboxenv}
|
||||||
|
|
||||||
|
\begin{posterboxenv}[BFH-plain]{name=notitle,column=10,row=1,span=3,rowspan=4}
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=\linewidth]{applications.png}
|
\fbox{\includegraphics[width=0.85\linewidth]{app.jpg}}
|
||||||
\captionof{figure}{MagSend Applications: Website for sending on the left; App for receiving on the right}
|
\captionof{figure}{App screen after receiving a message}
|
||||||
|
\end{posterboxenv}
|
||||||
|
|
||||||
|
\begin{posterboxenv}[BFH-plain]{name=notitle,column=7,row=10,span=3,rowspan=4}
|
||||||
|
\centering
|
||||||
|
\fbox{\includegraphics[width=\linewidth]{website.png}}
|
||||||
|
\captionof{figure}{Website during sending}
|
||||||
|
\end{posterboxenv}
|
||||||
|
|
||||||
|
\begin{posterboxenv}[BFH-plain]{name=notitle,column=1,row=13,span=6,rowspan=4}
|
||||||
|
\centering
|
||||||
|
\fbox{\includegraphics[width=0.85\linewidth]{packet.png}}
|
||||||
|
\captionof{figure}{Structure of a MagSend packet including preamble}
|
||||||
\end{posterboxenv}
|
\end{posterboxenv}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue