c-c-c-changes
parent
c701cd00bd
commit
b4c405ccbb
|
|
@ -220,7 +220,7 @@ anchor=south east,
|
|||
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
|
||||
\fi%
|
||||
\end{beamercolorbox}%
|
||||
\vskip2em\par
|
||||
\vskip1em\par
|
||||
\begin{beamercolorbox}[sep=16pt]{date}
|
||||
\usebeamerfont{date}\insertdate
|
||||
\end{beamercolorbox}\vskip-0.5em
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%Meta info
|
||||
%Necessary Information
|
||||
\author[clkl]{Clemens}
|
||||
\title{IoT Night v1.1}
|
||||
\subtitle{S stands for security}
|
||||
\title{IoT Night $v1.1$}
|
||||
\subtitle{S stands for security\\C stands for completeness\\V stands for verified contents\\E stands for electrical safety\\F stands for fair working conditions\\U stands for unharmed bits }
|
||||
%The day of the presentation
|
||||
\date{\today}
|
||||
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
\subject{IoT ESP8266 ESP32}
|
||||
\keywords{iot esp8266 esp32}
|
||||
|
||||
\institute[WIAI]{Fachschaft WIAI}
|
||||
\institute[wiai.de]{Fachschaft WIAI}
|
||||
|
||||
\titlegraphic{\includegraphics[width=13mm,height=13mm]{image/logo}}
|
||||
|
||||
|
|
|
|||
|
|
@ -86,21 +86,22 @@ compress
|
|||
%%%%%%%%%% Content starts here %%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\section{ESP8266}
|
||||
\section{ESP Microcontroller}
|
||||
\subsection{Hardware}
|
||||
\begin{frame}{ESP*}
|
||||
ESP8266
|
||||
\begin{itemize}
|
||||
\item 80 MHz, 64 kB RAM (Code), 96 kB RAM (Daten)
|
||||
\item 4 MB Flashspeicher
|
||||
\item 4 MB Flashspeicher (extern)
|
||||
\item Ardunio-kompatibel
|
||||
\item Open Source Hardware
|
||||
\item Wlan
|
||||
\end{itemize}
|
||||
ESP8266
|
||||
ESP32
|
||||
\begin{itemize}
|
||||
\item 160-240 MHz, 520 kB RAM (Daten)
|
||||
\item 4 MB Flashspeicher
|
||||
\item 160/240 MHz, 520 kB RAM (Daten)
|
||||
\item Dualcore!
|
||||
\item 4 MB Flashspeicher (extern)
|
||||
\item Ardunio-kompatibel
|
||||
\item Open Source Hardware
|
||||
\item Wlan, Bluetooth 4.2, BLE, Ethernet (Treiber)
|
||||
|
|
|
|||
Loading…
Reference in New Issue