Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio Telemetry Tracker #177

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/rtt/gcs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions project_rtt.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
% Slides for 2024-11-25
% To create a slide, use the following:
% \begin{frame}{TITLE}
% BODY
Expand Down Expand Up @@ -38,3 +39,50 @@
% \end{column}
% \end{columns}
% \end{frame}

% To create a slide with a bullet list, use the following:
\begin{frame}{Drone Field Device Software Revamp}
\begin{itemize}
\item Removed Docker/Docker-Compose
\item Ping finder config dynamically loaded from USB stick
\item Logs saved onto USB stick
\item Other misc improvements
\end{itemize}
\end{frame}

\begin{frame}{Drone Ground Control Station Update}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item New UI design and layout
\item GeoTIFF/GEOJSON support works
\item Selecting COMMs device works
\item Adding functions to display info on map
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\centering
\includegraphics[height=0.8\textheight,width=\textwidth,keepaspectratio]{images/rtt/gcs.jpg}
\end{column}
\end{columns}
\end{frame}

\begin{frame}{Drone Payload Casing}
\begin{itemize}
\item Trying to support different devices
\item Working on sketch
\end{itemize}
\end{frame}

\begin{frame}{Tower Hardware Ready to Review}
\begin{itemize}
\item Includes:
\item \begin{itemize}
\item MOSFET, Fuse, Converters, Resistors, Connectors
\item STM Nucleo Board
\item Battery
\item Solar Panel, Charge Controller
\end{itemize}
\item Each item has quantity and price
\end{itemize}
\end{frame}
Loading