This repository has been archived on 2023-02-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
bachelor-thesis/documentation/poster/poster.tex
Severin Kaderli c1012204fc
Adjust poster
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2023-01-08 19:56:57 +01:00

85 lines
3.3 KiB
TeX

% !TeX program = lualatex
%%
\documentclass[
paper=a1,
18pt,
landscape,
boxstyle=plain,
style=plain, % Stil für Header/Footer einzeln wählbar über title-style/footer-style, default ist plain
%invert-colors % Orange/Blau im title,footer,logo getauscht. einzeln anwählbar über invert-title-colors,invert-footer-colors,invert-logo-colors
]{bfhsciposter}
%Sprache
\usepackage[autostyle]{csquotes}
\graphicspath{ {poster/assets/} }
\begin{document}
\title{Inductive Short-Range Communication Channel}
\author{Severin Kaderli}
\institute{Bern University of Applied Sciences}
\footerqrcode{https://magsend.kaderli.dev}
\footer{Author: Severin Kaderli\\Advisor: Dr. Reto König\\Expert: Thomas Jäggi}
\begin{tcbposter}[
poster={
columns=12,
rows=17,
spacing=2.5cm,
},
boxes = {
frame hidden,
},
]
\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 magnetic induction instead of conventional radio waves for transmission of data and create a prototype that uses magnetic induction for communication.
\end{posterboxenv}
\begin{posterboxenv}[,BFH-plain,title=Objectives]{name=abstract,column=1,row=4,span=6,rowspan=4}
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.
\end{posterboxenv}
\begin{posterboxenv}[,BFH-plain,title=Solution]{name=solution,column=1,row=7,span=6,rowspan=5}
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}.
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.
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}
\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
\fbox{\includegraphics[width=0.85\linewidth]{app.jpg}}
\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{tcbposter}
\end{document}