You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Classroom Challenge Projects/Projects/Drone Payload Capacity and Structural Design Analysis/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@
10
10
As drone use becomes increasingly common, such as in aerial photography, infrastructure inspection, and package delivery, there is a critical need to design lightweight structures that can safely support increasing payload demands. This project focuses on the engineering challenge of optimizing drone arm geometry and material selection to maximize payload capacity while ensuring structural integrity under motor-induced loads. By applying force balance analysis alongside finite element modeling, the work reflects industry practices used to design reliable, high-performance components in commercial drones, aircraft structures, and automotive systems.
11
11
12
12
## Project Description
13
-
This project challenges students to apply core principles from physics and engineering, such as force balance, material properties, and structural analysis, to the real-world problem of designing a drone capable of maximizing payload capacity. Using MATLAB for both analytical calculations and finite element analysis, the project integrates computational tools commonly used in industry to evaluate performance and predict structural behavior. Through this process, students explore authentic engineering tradeoffs, such as balancing weight, strength, and efficiency, to arrive at an optimized and realistic design solution.
13
+
This project challenges students to apply core principles from physics and engineering, such as force balance, material properties, and structural analysis, to the real-world problem of designing a quadcopter drone capable of maximizing payload capacity.
14
+
15
+
First, you will propose at least two designs for the drone arms. Then, given the properties of different materials, weight of other drone elements, and a minimum payload, you will use MATLAB to perform thrust-to-weight analysis to test the different materials across your designs to meet safety standards and maximize the payload capacity. Next, using a CAD software of your choice, create a digital model of one of your drone arms and import the model into MATLAB to perform finite element analysis. You will use FEA to calculate deformation and stress under motor thrust and component weight, and perform a parameter sweep of material properties to select the material that provides the highest structural integrity. As an optional extension, you will also optimize your design by minimizing total cost, using the average cost of each material to evaluate and compare design choices.
16
+
17
+
Through this process, students explore authentic engineering tradeoffs, such as balancing weight, strength, and efficiency, to arrive at a design solution.
14
18
15
19
### Suggested Steps
16
20
Open the "DroneDesign_StudentProjectTemplate.mlx" Live Script in MATLAB as a starting point for your project.
@@ -36,10 +40,8 @@ Open the "DroneDesign_StudentProjectTemplate.mlx" Live Script in MATLAB as a sta
36
40
- Using MATLAB for structural calculations (arrays, matrix operations)
37
41
38
42
### 4. Optional
39
-
- Optimization Toolbox basics for design optimization
40
-
- Simscape/Simulink fundamentals for dynamic modeling
0 commit comments