Last active
July 20, 2016 02:21
-
-
Save sli/dc88ddd370cfd99b92e5e999553977ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt,fleqn,leqno,letterpaper]{article} | |
\usepackage{hyperref} | |
\hypersetup{ | |
colorlinks, | |
urlcolor=blue | |
} | |
\author{R. Cody Maden} | |
\title{Neopixel Installation} | |
\date{June 19, 2016} | |
\setlength{\parindent}{0ex} | |
\begin{document} | |
\maketitle | |
\clearpage | |
\section{Purpose} | |
The purpose of this project is to prototype and explore the software and hardware side of using an Arduino and Neopixel strip in tandem. The knowledge gained will be for the purpose of a future Christmas light project. This project will be used as an art installation, showcasing a visual aesthetic through the use of the Neopixels and the display of bare electronic components. | |
\section{Bill of Materials} | |
\begin{tabular}{ | l | r | r | r | } | |
\hline | |
\textbf{Part} & \textbf{Quantity} & \textbf{Price (Each)} & \textbf{Price (Total)} \\ \hline | |
\href{https://www.adafruit.com/products/1461}{1m 60-LED Neopixel Strip} & 1 & \$24.95 & \$24.95 \\ \hline | |
\href{https://www.adafruit.com/products/276}{5V/2A Power Supply} & 1 & 7.95 & 7.92 \\ \hline | |
\href{https://www.adafruit.com/products/368}{Female DC Jack to Screw Terminal Adapter} & 1 & 2.00 & 2.00 \\ \hline | |
\href{https://www.digikey.com/product-detail/en/panasonic-electronic-components/ECA-0JM102/P5115-ND/244974}{1000uF, 6.3V Capacitor} & 1 & 0.33 & 0.33 \\ \hline | |
& & \textbf{Subtotal:} & \35.23 \\ \hline | |
& & \textbf{Shipping:} & \8.59 \\ \hline \hline | |
& & \textbf{Total:} & \textbf{\$44.18} \\ | |
\hline | |
\end{tabular} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment