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