doc: port instruction flyer from inkscape to LaTeX
This commit is contained in:
parent
3184f31ad3
commit
e9d398e81d
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -34,3 +34,10 @@ firmware/doc/doxygen_sqlite3.db
|
|||
|
||||
# synth generated header file
|
||||
synth/tune.h
|
||||
|
||||
# latex project files for flyer
|
||||
doc/anleitungsflyer/*.pdf
|
||||
doc/anleitungsflyer/*.gz
|
||||
doc/anleitungsflyer/.project
|
||||
doc/anleitungsflyer/.texlipse
|
||||
doc/anleitungsflyer/tmp
|
||||
|
|
Binary file not shown.
83
doc/anleitungsflyer/anleitungsflyer.tex
Normal file
83
doc/anleitungsflyer/anleitungsflyer.tex
Normal file
|
@ -0,0 +1,83 @@
|
|||
%%This is a very basic article template.
|
||||
%%There is just one section and two subsections.
|
||||
\documentclass[a6paper]{article}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[top=0.5cm, bottom=2.0cm, outer=0.5cm, inner=0.5cm]{geometry}
|
||||
\usepackage[]{background}
|
||||
\usepackage{fancyhdr}
|
||||
|
||||
|
||||
\newcommand{\bugVersion}{2.1}
|
||||
|
||||
\renewcommand\thesection{}
|
||||
\renewcommand\thesubsection{}
|
||||
|
||||
|
||||
\backgroundsetup{
|
||||
scale=1,
|
||||
color=black,
|
||||
opacity=0.05,
|
||||
angle=0,
|
||||
position={2.5,-3},
|
||||
contents={%
|
||||
\includegraphics[width=0.4\paperwidth]{buglogo.png}
|
||||
}%
|
||||
}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\cfoot{\scriptsize Lizenz CC-BY-SA {\tiny
|
||||
http://creativecommons.org/licenses/by-sa/3.0/}\\
|
||||
Chaos Computer Club Dresden 2013}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\sffamily
|
||||
|
||||
\section{pentabug Bausatz {\scriptsize v\bugVersion}}
|
||||
|
||||
\subsection{\small Stückliste:}
|
||||
\scriptsize
|
||||
\begin{center}
|
||||
\begin{tabular}{lll}
|
||||
IC1 & ATMEGA88PA & \textbf{Einbaulage beachten!}\\
|
||||
R1 & Widerstand 100K & braun-schwarz-schwarz-gelb-braun\\
|
||||
R2 & Widerstand 22K & rot-rot-schwarz-rot-braun\\
|
||||
R3 & Widerstand 10K & braun-schwarz-schwarz-rot-braun\\
|
||||
R4, R5 & Widerstand 33$\Omega$ & orange-orange-schwarz-gold-braun\\
|
||||
S1, S2 & Taster & \\
|
||||
SG1 & Piezo Buzzer & \\
|
||||
C1, C2, C3 & Kondensator 100nF & \\
|
||||
JP1, JP3 & Stiftleiste 1x3 & \\
|
||||
JP2 & Stiftleiste 2x3 & \\
|
||||
JP4, JP5 & Buchsenleiste 1x5 & \\
|
||||
M1 & Motor & an die quadratischen Lötpads\\
|
||||
Q1, Q2 & Transistor 2N7000 & \textbf{Einbaulage beachten!}\\
|
||||
IR & IR-Empfänger & \textbf{Einbaulage beachten!}\\
|
||||
LED1, LED2 & LED farbig & \textbf{Polarität beachten!}\\
|
||||
LED3, LED4 & IR-LED klar & \textbf{Polarität beachten!}\\
|
||||
BAT1 & Batteriefach & \textbf{vor Einbau Schaltung testen}\\
|
||||
& Jumper & auf Dreier-Stiftleiste stecken
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\subsection{\small Aufbau:}
|
||||
Die Bauteile in der Reihenfolge der Stückliste in die Platine stecken und
|
||||
verlöten. Bei IC1, Q1, Q2, IR, den LEDs und dem Batteriefach die Einbaurichtung
|
||||
beachten. Die flachen Seiten der LEDs (kurzes Bein) zeigen stets in die gleiche
|
||||
Richtung, zum oberen Platinenrand. Hier kannst Du die Beine länger lassen und
|
||||
die LEDs nach vorn umbiegen. Bevor Du das Batteriefach montierst, teste die
|
||||
Funktion, da das Fach einige Lötstellen verdeckt! Zuletzt den Jumper in Stellung
|
||||
BAT auf die Dreier-Stiftleiste stecken. Wenn der Käfer mit dem voreingestellten
|
||||
Testprogramm blinkt, piepst und wackelt, dann stimmt vermutlich alles. Nun
|
||||
kannst Du den Käfer noch verzieren (Fühler gefällig?) und Deine eigenen
|
||||
Programme auf den Controller laden.
|
||||
|
||||
\subsection{\small Links:}
|
||||
Projektdateien, Schaltplan, Software:
|
||||
https://github.com/c3d2/pentabug\newline
|
||||
weitere Infos: https://www.c3d2.de/wiki/Pentabug\newline
|
||||
Löten ist einfach:\newline
|
||||
http://mightyohm.com/files/soldercomic/translations/DE\_SolderComic.pdf
|
||||
\end{document}
|
BIN
doc/anleitungsflyer/buglogo.png
Normal file
BIN
doc/anleitungsflyer/buglogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue
Block a user