> ## Documentation Index
> Fetch the complete documentation index at: https://stem-docs.intellectualpoint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Types of drones

> Compare the main drone designs - from quadcopters to fixed-wing - and learn why each shape suits a different job.

## One idea, many shapes

All drones fly without a pilot on board, but they come in very different shapes. The design decides how long it flies, how much it carries, and what it's good at.

<Frame caption="The four main drone designs, each built for a different mission">
  <img src="https://mintcdn.com/intellectualpoint/0OezIcfdUd2uC_Gv/images/drones/types-of-drones.png?fit=max&auto=format&n=0OezIcfdUd2uC_Gv&q=85&s=244512de67e2fe020c31913f38053ce1" alt="Comparison of quadcopter, hexacopter, fixed-wing, and single-rotor drones" width="1536" height="1024" data-path="images/drones/types-of-drones.png" />
</Frame>

## The main designs

<Tabs>
  <Tab title="Quadcopter">
    **Four rotors.** The most common design and the one you're building.

    * **Strengths**: Simple, stable, hovers in place, easy to control, cheap
    * **Trade-offs**: Shorter flight time, limited payload
    * **Used for**: Learning, photography, racing, inspection, most consumer drones
  </Tab>

  <Tab title="Hexacopter / Octocopter">
    **Six or eight rotors.** More motors mean more lift and safety.

    * **Strengths**: Carries heavy cameras and gear, keeps flying if one motor fails
    * **Trade-offs**: Bigger, heavier, more expensive, uses more power
    * **Used for**: Professional film, industrial lifting, mapping
  </Tab>

  <Tab title="Fixed-wing">
    **Shaped like an airplane.** Wings create lift, so it glides efficiently.

    * **Strengths**: Long range and flight time, covers large areas fast
    * **Trade-offs**: Can't hover, needs space to launch and land
    * **Used for**: Farm and land surveying, mapping, long patrols
  </Tab>

  <Tab title="Single-rotor / Helicopter">
    **One big main rotor** plus a tail rotor.

    * **Strengths**: Very efficient hovering, can carry heavy loads
    * **Trade-offs**: Complex, harder to fly, larger moving blades
    * **Used for**: Specialized heavy-lift and long-endurance tasks
  </Tab>
</Tabs>

## How to pick a design

The right drone depends on the mission. Engineers weigh three questions:

<Frame caption="Follow the questions to the right drone for the job">
  <img src="https://mintcdn.com/intellectualpoint/eW7U9shBQKKM3XX9/images/drones/drone-design-selector.png?fit=max&auto=format&n=eW7U9shBQKKM3XX9&q=85&s=2e52e0986c1db0cb1ddc61cba14b4967" alt="Decision flowchart choosing between multirotor, fixed-wing, and heavy-lift drone designs" width="1536" height="1024" data-path="images/drones/drone-design-selector.png" />
</Frame>

<CardGroup cols={3}>
  <Card title="Hover or cruise?" icon="wind">
    Need to stay still over one spot? Choose rotors. Need to cover distance? Choose wings.
  </Card>

  <Card title="How much to carry?" icon="package">
    Heavier cameras and cargo need more or bigger rotors for extra lift.
  </Card>

  <Card title="How long in the air?" icon="clock">
    Fixed-wing drones fly far longer; multirotors trade endurance for control.
  </Card>
</CardGroup>

## Why a quadcopter for learning?

The quadcopter hits the sweet spot for a classroom: it hovers so you can practice in one spot, it's stable enough for beginners, it's small and safe indoors, and its four-motor layout makes the physics of flight easy to see and understand.

<Frame caption="Four reasons the quadcopter is the perfect drone to learn on">
  <img src="https://mintcdn.com/intellectualpoint/PocgpVBYuYokR5M6/images/drones/why-quadcopter.png?fit=max&auto=format&n=PocgpVBYuYokR5M6&q=85&s=6bf54caaa5a54332e5183a37002460c6" alt="Infographic showing quadcopter benefits: hovers, stable, safe and small, simple physics" width="1536" height="1024" data-path="images/drones/why-quadcopter.png" />
</Frame>

<Tip>
  Watch how your Echo Drone stays level when you let go of the sticks. That "auto-hover" is the flight controller adjusting all four motors many times a second - the single biggest reason quadcopters are easy to fly.
</Tip>

<Check>
  You can name the four main drone types and explain why a quadcopter is the best choice for learning to fly and code.
</Check>
