You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
1.9 KiB

\documentclass[11pt]{article}
%Gummi|065|=)
\title{\textbf{Computer Switch Board}}
\author{Steak Electronics}
\date{03/17/19}
\begin{document}
\maketitle
\section{Requirements}
\begin{itemize}
\item large pcb board
\item fused power input - EDIT: instead I will have a case around the nano, 3d printed, and have the case connect into the pcb, i.e. cutouts for the case in the pcb, and clips on case. the rest of the pcb will be fused somewhere, after the nano. but nano powers it.
\item arduino nano
\item switch to activate things
\item rotary to change number
\item 7 digit display to list number, and shift register, resistors
\item explanation of what numbers do on board
\item 3d printed cover over nano
\end{itemize}
\section{build notes}
The 7 segment symbols are abstracted in kicad. Job security for engineers.
The example gave a common Vcc, with all pins being connected to GND, and sinked when on.
The data sheet of the 7seg, omits the schematic. but does show that it is common anode, or common vcc. Pin 3 is left out, but that is VCC.
It's easier to use a 10 pin connector, then to decipher the abstracted symbols.
\section{button choice - Arcade style button}
Digikey has an arcade style button section. There is a 24mm and 30mm panel cutout. That appears to be the standard.
I'll start with 30mm.
\subsection{arcade pinout}
A note on the button, the led positive is denoted by a red mark of paint on the pin. The switch is the middle, with a grey box holding it. Somewhat confusing. You can test the switch with a DMM.
\section{Troubleshooting}
\subsection{/usr/bin/env: ?python?: No such file or directory}
I received this error on a fresh install of GNU Linux. I found out that my distribution had only python3 by default, not python2. So apt-get install python
There was also talk about line endings and carraige returns causing this error, but not in my case.
\end{document}