-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinhalt.tex
135 lines (97 loc) · 3.83 KB
/
inhalt.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
\maketitle
\tableofcontents
\chapter{Installation}
\section{Raspjamming (Raspbian) - Raspberry Pi}
\input{RaspbianInstall}
\section{USB Gadget / OTG Modus - Raspberry Pi Zero}
\input{OTG}
\input{Connection}
%\section{Einstellungen}
%Folgende Einstellungen sind bei vorbereiteten Image bereits durchgeführt worden, zur %Veranschaulichung aber nochmals explizit aufgelistet.\\
%\input{Settings}
\section{Programme und Werkzeuge}
\input{install}
\input{geany}
\clearpage
\input{WiringPi}
\input{Python}
\clearpage
\input{CSharp}
\input{Blockly-gPIo}
\chapter{Elektronik Projekte} \label{Projekte}
Folgende Raspberry Pi Projekte können entweder auf einem Steckbrett aufgebaut werden oder man verwendet den GC2-xHAT vom Grazer Computer Club.
\begin{figure}[ht]
\centering
\includegraphics[scale=0.10]{images/GC2-xHAT.jpg}
%\caption{}
%\label{GPIORaspberryPi}
\end{figure}\\
Die Programmierung kann dann mit einer der angegebenen Beispiele erfolgen. Wobei auch zusätzliche Aufgaben vorgeschlagen werden die selbständig umgesetzt werden müssen.
\section{LED} \label{sec:Projekt_LED}
\input{LED}
\clearpage
\section{Ampel} \label{sec:Projekt_Ampel}
\input{TrafficLight}
\clearpage
\section{Temperatur-/Feuchtesensor DHT11/DHT22/AM2303}
\input{DHT22}
\clearpage
\section{7-Segement Display}
\input{TM1637Display}
\clearpage
\section{Distanzsensor HC-SR04}
\input{HC-SR04}
\clearpage
\section{ESP8266}
\input{ESP8266}
\clearpage
\section{Atmega328}
\input{Atmega328}
%\chapter{Privacy Projekte} \label{PrivacyProjekte}
%\section{USB-Sanitizer / USB-Stick Prüfer}
%\input{Sanitizer}
\chapter*{Anhang}
\subsection*{GPIO's Raspberry Pi Zero}
\begin{figure}[ht]
\centering
\includegraphics[scale=0.45]{images/PiZero.jpg}
\includegraphics[scale=0.65]{images/PinOut-RPi.png}
%\caption{}
%\label{GPIORaspberryPi}
\end{figure}
\clearpage
\subsection*{GC2-xHAT (Grazer Computer Club Raspjamming Raspberry Pi HAT)}
\begin{figure}[ht]
\centering
\includegraphics[scale=0.19]{images/GC2-xHAT.jpg}
%\caption{}
%\label{GPIORaspberryPi}
\end{figure}
Am GC2-xHAT sind alle beschriebene Projekte bereits entsprechend der Anleitung angeschlossen. Weitere Informationen erhält man auf \url{https://github.com/GrazerComputerClub/GC2-xHAT}.\\
Alle hardwarespezifischen Befehle sind auf \urlsmall{https://github.com/GrazerComputerClub/GC2-xHAT/blob/master/aliases/bash_aliases_GC2xHAT} aufgelistet, folgende Befehle sind eine Auswahl:\\
\textbf{beep/piep} \dots Ein kurzer Ton wird am Summer erzeugt\\
\textbf{redon/rotan} \dots Rote LED wird eingeschaltet\\
\textbf{redglow/rotglimmen} \dots Rote LED wird schwach leuchtend eingeschaltet\\
\textbf{redoff/rotaus} \dots Rote LED wird ausgeschaltet\\
\textbf{orangeon/orangeein} \dots Orange LED wird schwach leuchtend eingeschaltet\\
\textbf{orangeglow/orangeglimmen} \dots Orange LED wird schwach leuchtend eingeschaltet\\
\textbf{orangeoff/orangeaus} \dots Orange LED wird ausgeschaltet\\
\textbf{greenon/grünan} \dots Grüne LED wird ausgeschaltet\\
\textbf{greenglow/grünglimmen} \dots Grüne LED wird schwach leuchtend eingeschaltet\\
\textbf{greenoff/grünaus} \dots Grüne LED wird ausgeschaltet\\
\textbf{ledon/ledan} \dots Alle LEDs werden eingeschaltet\\
\textbf{ledoff/ledaus} \dots Alle LEDs werden ausgeschaltet\\
\textbf{atpoweron/engeriean} \dots ESP8266/ATmega328 werden mit 3.3 V versorgt\\
\textbf{atpoweroff/engerieaus} \dots ESP8266/ATmega328 werden nicht mehr versorgt\\
\textbf{esppoweron} \dots ESP8266/ATmega328 werden mit 3.3 V versorgt, serial Terminal gestoppt\\
\textbf{esppoweroff} \dots ESP8266/ATmega328 werden nicht mehr versorgt, serial Terminal gestartet\\
\begin{figure}[ht]
\centering
\includegraphics[scale=0.55]{images/GC2-xHAT-circuit_diagram.png}
%\caption{}
%\label{GC2xHAT-CircuitDiagram}
\end{figure}
\clearpage
\input{CC_Lizenz}
\subsection*{Haftungsausschluss}
\input{Haftungsausschluss}