From e20d0695b20328c78bfe01701c3fc3174b3c939c Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 3 Feb 2025 13:40:01 +0100 Subject: [PATCH] docs about final project --- docs/final_project/final_project.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/final_project/final_project.md b/docs/final_project/final_project.md index 3e11e55..b3f32e1 100644 --- a/docs/final_project/final_project.md +++ b/docs/final_project/final_project.md @@ -6,7 +6,6 @@ I wanted to combine 2 random objects that interest me into one project. A drone ## What does the drone do? The drone needs to be able to fly for atleast 20 minutes. It needs 2 screens on both side so it can display images or video. I wanna program the drone myself so I know how drones work and how they keep themselves upright. - ## Drone Requirements ### basic requirements * 2 screens @@ -26,9 +25,6 @@ The drone needs to be able to fly for atleast 20 minutes. It needs 2 screens on * Automatic pathing * Design own electronic speed controllers - - - ## Images ![](../assets/result.jpg) @@ -37,3 +33,21 @@ The drone needs to be able to fly for atleast 20 minutes. It needs 2 screens on ![](../assets/result1.jpg) [last image credits](https://gareth-morrison.squarespace.com/drg) + +## Drawing the drone + +I have a few concept images above and this is the result my drawings. +![alt text](IMG_7688.jpg) +![alt text](IMG_7686-min.jpg) +![alt text](IMG_7712-min.jpg) +![alt text](IMG_7711-min.jpg) + +In the second picture you can see that I wanted to make the drone 30 cm in length. But then I looked at the prices for bigger batteries and it started to get super expansive real fast. So I decided to make it smaller. So now im planning on making a drone 10 cm in length. Im still going for the design in the thirth image. + +## Designing the drone +When desigining the drone I wanted to do everything parametric. So im going to try to use as much variables as possible and make everything depend on each other so everything automaticly scales when I change one parameter. + +## Designing paramemtricly +Designing parametricly is very hard because every constraint needs to be perfect. Otherwise when changing lengths the design will fold into itself like this. +![alt text](image.png) +I've spend one day getting the constraints perfect for the sketch so it scales well with everything. \ No newline at end of file