Skip to content

Commit bbcd34b

Browse files
committed
Add shortcut instructions, fixes #64
1 parent e603642 commit bbcd34b

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
notifications:
2-
email: false
31
install:
42
# Silent install from conda docs
53
# https://conda.io/docs/user-guide/install/macos.html#install-macos-silent

documentation/src/documentation.tex

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@
5656

5757
\section{Maintenance}\label{sec:maintenance}
5858
NAS times are online for until around 14/9/2018.
59+
60+
\subsection{Changing IP address}\label{subsec:changingIpAddress}
5961

60-
To change IP adress, change it in the Arduino code two times (\verb|myip| en \verb|gw|), if needed also change the NAS ip adress:
62+
To change IP address, change it in the Arduino code two times (\verb|myip| en \verb|gw|), if needed also change the NAS ip adress:
6163
\begin{lstlisting}
6264
ether.hisip[0]=192;
6365
ether.hisip[1]=168;
@@ -79,7 +81,26 @@
7981
Also change it in the Android app two times (\verb|ipString| and \verb|host|), and in the desktop app.
8082

8183
The current ip address is \url{http://192.168.8.42}.
82-
84+
85+
\subsection{Panels are stuck when out of bounds}\label{subsec:outOfBounds}
86+
87+
For safety, when panels go out of bounds they cannot move anymore in any direction.
88+
To get them moving again, shortcut the low end stop if the panels are down like in Figure~\ref{lowendstop} and do the same for the high end stop if the panels are up like in Figure~\ref{highendstop}.
89+
90+
91+
\begin{figure}
92+
\centering
93+
\includegraphics[width=.8\linewidth]{images/lowendstop.PNG}
94+
\caption{Shortcutting the low end stop}
95+
\label{lowendstop}
96+
\end{figure}
97+
\begin{figure}
98+
\centering
99+
\includegraphics[width=.8\linewidth]{images/highendstop.PNG}
100+
\caption{Shortcutting the high end stop}
101+
\label{highendstop}
102+
\end{figure}
103+
83104
\section{Setup of the project}\label{sec:setupOfTheProject}
84105
\input{../src/setup.tex}
85106

1.32 MB
Loading
2.32 MB
Loading

documentation/src/setup.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ \subsubsection{Potentiometer}
177177
\end{tabular}
178178

179179
\subsubsection{Motor control}
180-
We bought BC547 NPN transistors to control the 12V/20mA (\href{http://download.lenze.com/TD/8201-8204__Inverter__v02-08__EN.pdf }{docs}, page 4-11) or 14V/40mA (measured) current of the EVF8202-E frequency inverter, and also base resistors otherwise the Arduino needs to give too much current to the transistor, and the transistor will be slow to turn off because of 'base charge storage'.
180+
We bought BC547 NPN transistors to control the 12V/20mA (\href{http://download.lenze.com/TD/8201-8204__Inverter__v02-08__EN.pdf }{docs}, page 4--11) or 14V/40mA (measured) current of the EVF8202-E frequency inverter, and also base resistors otherwise the Arduino needs to give too much current to the transistor, and the transistor will be slow to turn off because of 'base charge storage'.
181181
\subsection{Software used}\label{subsec:softwareUsed}
182182
We decided on the \href{http://platformio.org/platformio-ide}{PlatformIO IDE}, (which uses python 2.7 and Clang for autocompletion) because it is a lot better than the standard Arduino IDE, and also seemed better than the Stino plugin for Sublime Text 3.
183183
A plugin for CLion also looked good but we didn't get that to work.

0 commit comments

Comments
 (0)