aboutsummaryrefslogtreecommitdiff
path: root/assembly-instructions
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-03-25 18:39:35 -0500
committerBlaise Thompson <blaise@untzag.com>2021-03-25 18:39:35 -0500
commit915f086db114e1c3d24aaa7e65e427bd7e27bdec (patch)
tree62adab0a79391ffb3e59c9041f3bf9fd2b83db85 /assembly-instructions
parentd43cede5d4ed53c3f6d9349f0c30de75755975b6 (diff)
assembly instructions skeleton
Diffstat (limited to 'assembly-instructions')
-rw-r--r--assembly-instructions/3dp-coverat.jpgbin0 -> 276526 bytes
-rw-r--r--assembly-instructions/assembly-coverart.jpgbin0 -> 195920 bytes
-rw-r--r--assembly-instructions/electronics-coverart.jpgbin0 -> 601868 bytes
-rw-r--r--assembly-instructions/wpr-assembly.pdfbin0 -> 4248307 bytes
-rw-r--r--assembly-instructions/wpr-assembly.tex138
5 files changed, 138 insertions, 0 deletions
diff --git a/assembly-instructions/3dp-coverat.jpg b/assembly-instructions/3dp-coverat.jpg
new file mode 100644
index 0000000..4f6a3ca
--- /dev/null
+++ b/assembly-instructions/3dp-coverat.jpg
Binary files differ
diff --git a/assembly-instructions/assembly-coverart.jpg b/assembly-instructions/assembly-coverart.jpg
new file mode 100644
index 0000000..3712fdd
--- /dev/null
+++ b/assembly-instructions/assembly-coverart.jpg
Binary files differ
diff --git a/assembly-instructions/electronics-coverart.jpg b/assembly-instructions/electronics-coverart.jpg
new file mode 100644
index 0000000..f3c93d3
--- /dev/null
+++ b/assembly-instructions/electronics-coverart.jpg
Binary files differ
diff --git a/assembly-instructions/wpr-assembly.pdf b/assembly-instructions/wpr-assembly.pdf
new file mode 100644
index 0000000..2a1f19a
--- /dev/null
+++ b/assembly-instructions/wpr-assembly.pdf
Binary files differ
diff --git a/assembly-instructions/wpr-assembly.tex b/assembly-instructions/wpr-assembly.tex
new file mode 100644
index 0000000..d146cf9
--- /dev/null
+++ b/assembly-instructions/wpr-assembly.tex
@@ -0,0 +1,138 @@
+%% document
+\documentclass[11pt]{article}
+\usepackage[letterpaper, portrait, margin=0.75in]{geometry}
+\usepackage{setspace}
+\usepackage{color}
+
+% text
+\usepackage[utf8]{inputenc}
+\setlength\parindent{0pt}
+\setlength{\parskip}{1em}
+\usepackage{enumitem}
+\renewcommand{\familydefault}{\sfdefault}
+\newcommand{\RomanNumeral}[1]{\textrm{\uppercase\expandafter{\romannumeral #1\relax}}}
+
+% math
+\usepackage{amssymb}
+\usepackage{amsmath}
+\usepackage[cm]{sfmath}
+\usepackage{commath}
+\usepackage{multirow}
+\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
+
+% graphics
+\usepackage{graphics}
+\usepackage{graphicx}
+\usepackage{epsfig}
+\usepackage{epstopdf}
+\usepackage{xpatch}
+\usepackage{pdfpages}
+\usepackage{float}
+
+% each section begins new page
+\let\stdsection\section
+\renewcommand\section{\clearpage\stdsection}
+
+% hyperref
+\usepackage{hyperref}
+\hypersetup{
+ colorlinks,
+ bookmarksopen,
+ bookmarksnumbered,
+ hidelinks,
+}
+\usepackage[all]{hypcap} % helps hyperref work properly
+
+% bibliography
+\usepackage[numbers]{natbib}
+
+% title
+\title{Wisconsin Photoreactor \\ Assembly Instructions}
+\author{
+ Philip Lampkin \\
+ Blaise J. Thompson \\
+ Samuel H. Gellman
+ }
+\date{\today}
+
+\begin{document}
+
+\maketitle
+
+\includegraphics[width=\textwidth]{"../coverart.jpg"}
+
+\tableofcontents
+
+\section{Introduction}
+
+Throughout this document we refer to an online repository containing source and design files.
+This repository appears at \url{https://github.com/uw-madison-chem-shops/wisconsin-photoreactor}.
+This repository contains everything including the source for this very document.
+
+\section{3D Printed Enclosure}
+
+\includegraphics[width=\textwidth]{"./3dp-coverat.jpg"}
+
+\section{Electronics}
+
+\includegraphics[width=\textwidth]{"./electronics-coverart.jpg"}
+
+\subsection{Analog}
+
+\includepdf[landscape=true]{"../analog-driver/driver.pdf"}
+
+\subsection{Digital}
+
+TODO: document I2C connection choice.
+Consistent with Adafruit, Sparkfun, Seeed...
+
+\subsubsection{Driver}
+
+\includepdf[landscape=true]{"../digital-driver/driver.pdf"}
+
+\subsubsection{Controller}
+
+\section{Assembly}
+
+\includegraphics[width=\textwidth]{"./assembly-coverart.jpg"}
+
+
+0.5'' standoff: RAF 4505-440-AL
+
+\subsection{Base}
+
+\subsubsection{LED and Heatsink}
+
+TODO: LED PCB part number
+
+TODO: heatsink part number
+
+\begin{figure}[H]
+ \centering
+ \includegraphics[width=\textwidth/2]{"./tap-heatsink.jpg"}
+ \caption{Two of the innermost holes on the extruded heatsink must be 4-40 tapped.}
+\end{figure}
+
+Tap the heatsink.
+We used thread-forming tap: OSG 1400105300.
+
+TODO: heatsink compoud
+
+Install with wires facing towards printed hole
+
+Use 4-40 1/4''.
+
+\subsubsection{Fan}
+
+TODO: fan part number
+
+Noctua NF-A12x15 PWM
+
+pins:
+blue: PWM (5 V)
+yellow: +12 V
+black: ground
+
+Use 4-40 3/4'' into captured nuts
+
+\end{document}