Skip to content
Snippets Groups Projects
Commit 77fa9f5d authored by Max Unander's avatar Max Unander
Browse files

worked on components

parent 0086c96b
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ The 3D model of the case for the sonar we got from "thingiverse.com" see Figure~
\caption{3D model of a sonar case in 3D Builder}
\label{fig:sonarcase}
\end{figure}
We designed a tower that would hold our LIDAR and stepper motor. This elevates the LIDAR so it's field of view is not obstructed by the copter as much and also gives us room to mount the stepper motor.
When designing the tower that would hold our stepper motor and LIDAR we decided to include a mount for our MCU on the side, see Figure~\ref{fig:steppermcu}
\begin{figure}[H]
......
\subsection{Circuit boards}
\subsectionauthor{Author: Max Unander \\Reviewer: Lars Jonsson}
We decided to make a shield to distribute all connectors from the Nucleo board base.
We decided to make a shield to distribute all connectors from the Nucleo board base see Figure~\ref{fig:shield}.
The reason we decided to make a shield was that we still wanted to use the Ethernet port on the Nucleo and since we lack any real analogue components keeping the short traces to reduce disturbances was not a priority.
The shield board contains connectors to all our peripherals except the LIDAR, because the LIDAR uses Ethernet communication which is already integrated on the Nucleo board.
We used a dip socket for the IMU because of the convenience when setting up the chip with our breakout board and then just moving the chip.
% Frågande utifall man ska skriva 3V och 5V eller om måste hålla sig till rule of 12?
We decided to use a switching regulator to make a five volt rail for peripherals, because of efficiency when stepping down from 15 volts.
A three volt rail for logic level was needed so a linear regulator from five volt was suitable there.
All power rails and 15 volt peripherals were handled on a separate board to avoid disturbance.
% Finns en bild på pwrboard i eagle, men inte på shielden? Ska man ha bägge, eller ingen? Kanske har en tanke bakom detta?
% Kom ihåg lable på alla figurer, (fig:_____)
A 3.3 volt rail for logic level was needed so a linear regulator from five volt was suitable there.
All power rails and 15 volt peripherals were handled on a separate board to avoid disturbance seen in Figures \ref{pwreagle} and \ref{pwrirl}.
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{Pictures/copterboard}
\caption{Soldered shield attached to the Nucleo without peripherals}
\label{fig:shield}
\end{figure}
\begin{figure}[H]
......
\subsection{Copter parts}
\subsectionauthor{Author: Max Unander \\Reviewer: Lars Jonsson}
% Kanske bör sägas något om varför vi valde att bygga en egen kopter till att börja med? //Lars
% Kom ihåg SI kommandot \SI{1}{\kilogram} t.ex.
Since we decided to base our quadrocopter around the open source flight controller Flip32 because of the ability to customize
your configuration and multiple ways of communicating with the flight controller, this also meant we had to build the copter
When starting to assemble a copter we first started by choosing a suitable frame to fit the equipment.
A 65cm square frame was chosen to get space for the sensors between the rotors.
Next step was to choose motors and propellers to get enough lift for our payload at a comfortable throttle setting.
The NTM propdrive 28-30S motor with a TGS 12x6 propellers and a 4S Li-Po battery would suit our needs.
% Ekvationsreferens som flytande text. //Lars
This would give us enough lift for 3kg of payload at full throttle see equation(\ref{mcopter}-\ref{payload}), which means we should be able to fly with \SI{1}{\kilogram} payload at a reasonable throttle setting.
ESC's where chosen to handle the battery voltage and amperage of the motors, Afro 30A fit these requirements and also runs th open source software SimonK which allows a lot of settings.
The last step was to choose battery size and discharge rating to handle flight time and current delivery.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment