From 915f086db114e1c3d24aaa7e65e427bd7e27bdec Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 25 Mar 2021 18:39:35 -0500 Subject: assembly instructions skeleton --- assembly-instructions/3dp-coverat.jpg | Bin 0 -> 276526 bytes assembly-instructions/assembly-coverart.jpg | Bin 0 -> 195920 bytes assembly-instructions/electronics-coverart.jpg | Bin 0 -> 601868 bytes assembly-instructions/wpr-assembly.pdf | Bin 0 -> 4248307 bytes assembly-instructions/wpr-assembly.tex | 138 +++++++++++++++++++++++ documentation/documentation.out | 11 -- documentation/documentation.pdf | Bin 2751368 -> 0 bytes documentation/documentation.tex | 145 ------------------------- 8 files changed, 138 insertions(+), 156 deletions(-) create mode 100644 assembly-instructions/3dp-coverat.jpg create mode 100644 assembly-instructions/assembly-coverart.jpg create mode 100644 assembly-instructions/electronics-coverart.jpg create mode 100644 assembly-instructions/wpr-assembly.pdf create mode 100644 assembly-instructions/wpr-assembly.tex delete mode 100644 documentation/documentation.out delete mode 100644 documentation/documentation.pdf delete mode 100644 documentation/documentation.tex diff --git a/assembly-instructions/3dp-coverat.jpg b/assembly-instructions/3dp-coverat.jpg new file mode 100644 index 0000000..4f6a3ca Binary files /dev/null and b/assembly-instructions/3dp-coverat.jpg differ diff --git a/assembly-instructions/assembly-coverart.jpg b/assembly-instructions/assembly-coverart.jpg new file mode 100644 index 0000000..3712fdd Binary files /dev/null and b/assembly-instructions/assembly-coverart.jpg differ diff --git a/assembly-instructions/electronics-coverart.jpg b/assembly-instructions/electronics-coverart.jpg new file mode 100644 index 0000000..f3c93d3 Binary files /dev/null and b/assembly-instructions/electronics-coverart.jpg differ diff --git a/assembly-instructions/wpr-assembly.pdf b/assembly-instructions/wpr-assembly.pdf new file mode 100644 index 0000000..2a1f19a Binary files /dev/null and b/assembly-instructions/wpr-assembly.pdf 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} diff --git a/documentation/documentation.out b/documentation/documentation.out deleted file mode 100644 index 4d51f48..0000000 --- a/documentation/documentation.out +++ /dev/null @@ -1,11 +0,0 @@ -\BOOKMARK [1][]{section.1}{1 Introduction}{}% 1 -\BOOKMARK [1][]{section.2}{2 Electronics}{}% 2 -\BOOKMARK [2][]{subsection.2.1}{2.1 Analog}{section.2}% 3 -\BOOKMARK [2][]{subsection.2.2}{2.2 Digital}{section.2}% 4 -\BOOKMARK [3][]{subsubsection.2.2.1}{2.2.1 Driver}{subsection.2.2}% 5 -\BOOKMARK [3][]{subsubsection.2.2.2}{2.2.2 Controller}{subsection.2.2}% 6 -\BOOKMARK [1][]{section.3}{3 Mechanical Construction}{}% 7 -\BOOKMARK [2][]{subsection.3.1}{3.1 Base}{section.3}% 8 -\BOOKMARK [3][]{subsubsection.3.1.1}{3.1.1 LED and Heatsink}{subsection.3.1}% 9 -\BOOKMARK [3][]{subsubsection.3.1.2}{3.1.2 Fan}{subsection.3.1}% 10 -\BOOKMARK [1][]{section.4}{4 Efficacy}{}% 11 diff --git a/documentation/documentation.pdf b/documentation/documentation.pdf deleted file mode 100644 index 855e029..0000000 Binary files a/documentation/documentation.pdf and /dev/null differ diff --git a/documentation/documentation.tex b/documentation/documentation.tex deleted file mode 100644 index 2172f9d..0000000 --- a/documentation/documentation.tex +++ /dev/null @@ -1,145 +0,0 @@ -% 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} - -% "S" prefix -\renewcommand{\theequation}{S\arabic{equation}} -\renewcommand{\thefigure}{S\arabic{figure}} -\renewcommand{\thetable}{S\arabic{table}} - -% 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} - -\begin{document} -\setcounter{page}{1} -\renewcommand{\thepage}{S\arabic{page}} - -\begin{center} - \LARGE - - Supporting Information - - Open Source Photoreactor - - \normalsize - - \textit{Philip Lampkin, Blaise J. Thompson, and Samuel H. Gellman*} - - Department of Chemistry, University of Wisconsin--Madison\\ - 1101 University Ave., Madison, Wisconsin 53706 -\end{center} - -\vspace{\fill} - -*Corresponding Author \\ -\hspace*{2ex} email: gellman@chem.wisc.edu \\ - -\pagebreak -\renewcommand{\baselinestretch}{0.75}\normalsize -\tableofcontents -\renewcommand{\baselinestretch}{1.0}\normalsize -\pagebreak - -\section{Introduction} - -\section{Electronics} - -\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} - -\clearpage -\section{Mechanical Construction} - -0.5'' standoff: RAF 4505-440-AL - -\subsection{Base} - -\subsubsection{LED and Heatsink} - -TODO: LED PCB part number - -TODO: heatsink part number - -\begin{figure} - \centering - \includegraphics[width=\textwidth/2]{"../pictures/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 - -\section{Efficacy} - -\end{document} -- cgit v1.2.3