Skip to content

Final Project: Folded Fixed Wing Drone

30/03/23

The main goal is to develop a folded fixed wing drone in the Super fablab that is to be able to deliver crucial items (very small payload < 1kg) to Bhutan’s remote areas such as Lunana for example.

Final sketch

Core Components for deliverables (Spiral 1)

  • 2D and 3D Design : Drone in Fusion360 and Rhino3D

  • Subtractive Manufacturing : Cutting the drone body with cardboard in the Zünd

  • Additive Manufacturing : 3D printed transmitter case, Motor Holder

  • Fabbed MCU : Custom transmitter made with an ATMGEA328 capable of controlling Servos and thrust of the BLDC

  • Output : Servo + BLDC

  • Input : Joystick (dual axis potentiometer)

Workflow:

  1. XLFR5 or MachUp for aerodynamic stability studies

  2. Create an excel sheet for calculating flight time, etc

  3. Design and model in Fusion360, Unfold the structure in Rhino3d to prepare for cutting

  4. Cut the model in the Zund. Mill the PCBs and solder

  5. Post-process the cardboard

  6. Once this spiral is done, try and incorporate either ArduPilot or Pixhawk for the autopilot system.

  7. The final spiral would be to create my own joystick, receiver/transmitter with potentiometers etc.


Why Cardboard?

Atypical folded fixed wing drones are made with using foamboards, which are lighter than cardboard and have really good folding characteristics. One issue Bhutan faces is that it is difficult to obtain simple items such as foamboards so I wanted to work with a more readily available (not as light) material in cardboard that also has decent foldabilty.

I also read an article by Otherlab, wherein they created gliders using cardboard that could deliver up to 2 lbs payload. While cardboard may not be the best material, this example gives me hope that it may not be all that bad.

A major issue with using just regular cardboard, is that it is not weather proof. Especially given Bhutan’s terrain and uncertain inclement weather, I will need to post process the cardboard drone to make it more durable.

Some methods for this:

Funnily enough, just a week ago an Australian company Sypac made Cardboard drones and got a defense grant to make and send such drones to Ukraine.


Weekly:

Week 8

This week in the lab, we had a 2 hour final rapid prototyping session, wherein we had to develop our prototypes using cardboard (real size), cello-tape and glue. This great idea came from our remote guru Rico and local instructor Zina.

After the two hours, we had to present to the rest of the group, our progress, what we learnt and how our components would fit into the model. I spent an hour and 10 minutes trying to design my drone from scratch, but after all that effort Fusion360’s unfold function didn’t work so I had to redesign my drone frm scratch all in 2D in inkscape. Then I used the zund to cut the parts and I used cello-tape to hold the parts together.

Alt text


Final Project Components

  1. Physical Fabrication
    1. Subtractive: Zund to fabricate the body of the plane from cardboard. additional: Cutting some carbon fiber
    2. Additive: 3D printed motor holder/mound and hopefully landing gear. And linkages (push/pull) if unable to procure.
    3. Plan for Redesign and Re-fabrication: Minimum of two plane designs and maybe strengthening the cardboard with material (Wildcard week)
  2. Electronics & Power
    1. Micro-controller Board: what MCU? how many digital/analog pins required to connect FP devices?: Leaning towards ATMEGA2560 + NRF24L01 Transceiver. Total required pins: 9
    2. Input(s) & circuit/power requirements
    3. Output(s) & circuit/power requirements: Max consumption 180W
    4. Power Source(s): 4S 5000 mah LiPo rechargeable battery
    5. Wiring, Switches & Connectors (more challenging for smaller enclosures): All the wiring will be inside the plane. y type connector required for the aileron servos
    6. Circuit design & fabrication time planning: Kicad to design, RolandSRM20 to fabricate
  3. Programming > Modules
    1. Input(s): Commands to the servos and motor
    2. Output(s): The control surfaces and motor move accordingly. Maybe ESP32CAM
    3. Aggregation Logic
    4. Plan for plenty of Debugging
  4. Project Assembly
    1. Hot Glue gun
    2. Duct Tape
    3. screws for the motor and mount
  5. Presentation: Video & Slides

    1. Function description: The plane and its goal of delivery
    2. Component description: In-depth look at all the subsystems
    3. Narrative: Difficult to deliver due to terrain by road (takes days). Drone can do in sub one hour
    4. Process: Integration of the systems and flight
    5. Successful functionality

    Small update:

    While waiting for my electronics to come in, I wanted to test to see if the servos were capable enough to move the ailerons of a cardboard wing. I did not have push/pull rods so I had to made do with a paper clip which definitely hindered the performance but it still worked. I used my own farbricated board for this.

Update 09/05

I’ve come up with two plans and the electronic diagrams for both and will also be finishing up the electronic mcu design this week.

Plan 1:

Plan 1 entails creating my own AtMega328p board with the NRF module for the transmitter and then using off the shelf arduino for the receiver side on the drone (If making the receiver board takes too long).

Alt text

since we do not have joysticks in our lab, I have been trying to pry open an old transmitter system to study it and to get ideas from it.

Alt text Alt text Alt text

Alt text

Alt text

Plan 2:

Plan 2 would be to not worry about the transceiver but to use flysky’s off the shelf transceiver that, will connect to a attiny1614 board. The board will have an input like a light sensor and output of LEDS, so that the drone will auto lightup once its dark.

Alt text

Beginning electronics design:

I had to spend quite a lot of time doing research to figure out how to design and fab my transmitter’s board. After that, I began putting listing together my components in KiCAD.

In KiCAD, I realized that I did not have the Atmega328p-AU symbol and footprint so I had to download and install it from SnapEDA. Atmega328p-au link. Once downloaded it needs to be brought into Kicad. To do this,

first in the Schematic editor:

  1. go to preferences
  2. manage symbol libraries
  3. click on the folder icon on the bottom left
  4. select the newly downloaded sch file (inside the folder) from SnapEDA
  5. hit ok

then, in the PCB editor,

  1. go to preferences
  2. manage footprint libraries
  3. click on the folder icon on the bottom left
  4. Select the newly downloaded folder from SnapEDA
  5. hit ok

Im still figuring out how I will connect the battery to the board but here is the current progress:

Alt text

Ive decided that I want to pivot my final project into making RC joystick for my Drone (and or any other RC uses). focusing on the controller and its electronics is a huge challenge for me and I want to take on the challenge and work on that.

Arduino to program Atmega328p

Transmitter and Reciver wiring

Uno to Nrf module

using only flysky

Sample flite test plans

Teensy and Flysky

Adrian’s for battery reference

Alice Fabacdemy JOystick

Rania Fabacademy NRF

Another arduino to program FabAcademy

Yazan Fabacademy simple joystick module

Yadu Fab Single Joystick with atmega328

Atmega chip battery help

Kosuke Fab electic skateboard

Atmega milled + nrf for sprinkler

Mega + nrf similar

Mega + nrf for water sprinkler

How to mechatronics DIY

How to mechatronics DIY receiver

ESC to power (mechatronics)

Kendin Yap - receiver/transmitter