> ## 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.

# What is a drone?

> Understand what makes something a drone, where drones are used, and why they've become one of the most important technologies of our time.

## What is a drone?

A **drone** is any aircraft that flies without a human pilot on board. The formal name is **UAV** - Unmanned Aerial Vehicle. Instead of a cockpit, a drone is flown by a person on the ground with a remote control, or by a computer running code (that's where you come in this week).

Your Echo Drone is a **quadcopter**: a drone lifted by four spinning propellers. It's the most common design in the world because it's simple, stable, and easy to control.

<Info>
  The word "drone" originally described the low humming sound of male bees. Early remote-controlled aircraft made a similar buzzing noise - and the name stuck.
</Info>

## What every drone needs

No matter the size, every drone shares the same core ingredients. Together, these four systems make lift, provide power, think, and stay connected.

<Frame caption="Every drone - toy or military - needs these four systems">
  <img src="https://mintcdn.com/intellectualpoint/eW7U9shBQKKM3XX9/images/drones/drone-system-anatomy.png?fit=max&auto=format&n=eW7U9shBQKKM3XX9&q=85&s=3c79cde9ad0d91f57987a25f9da3c88c" alt="Diagram of the four systems every drone needs: lift, power, brain, and command link" width="1536" height="1024" data-path="images/drones/drone-system-anatomy.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="A way to make lift" icon="wind">
    Propellers, rotors, or wings that push against the air to rise and stay up.
  </Card>

  <Card title="A power source" icon="battery-full">
    Usually a rechargeable lithium battery that drives the motors.
  </Card>

  <Card title="A flight controller" icon="cpu">
    The small onboard "brain" that keeps the drone balanced and carries out commands.
  </Card>

  <Card title="A command link" icon="radio">
    A radio or Wi-Fi connection to a controller, phone, or computer.
  </Card>
</CardGroup>

## Drones vs. other aircraft

A quadcopter isn't the only way to fly - but it's the friendliest to learn on. Here's how the three main designs compare, and how each one makes lift.

<Frame caption="Three designs, same goal: make enough lift to beat gravity">
  <img src="https://mintcdn.com/intellectualpoint/i7Ng90YWtTAWa_94/images/drones/aircraft-comparison.png?fit=max&auto=format&n=i7Ng90YWtTAWa_94&q=85&s=53df1221f6694fbda8a3f3b9d2699b7d" alt="Comparison of quadcopter, helicopter, and fixed-wing plane and how each makes lift" width="1536" height="1024" data-path="images/drones/aircraft-comparison.png" />
</Frame>

| Design         | How it flies                 | Best at                                 |
| -------------- | ---------------------------- | --------------------------------------- |
| **Quadcopter** | Four rotors, hovers in place | Steady hovering, tight spaces, learning |
| **Helicopter** | One big rotor + tail rotor   | Carrying heavy loads, hovering          |
| **Fixed-wing** | Wings + forward thrust       | Covering long distances fast            |

<Info>
  Your Echo is a quadcopter, so it can **hover perfectly still** in the air - something a fixed-wing plane can never do. That's exactly what makes it great for indoor flying and coding precise moves.
</Info>

## Drones come in all sizes

Drones range from palm-sized toys to aircraft with wingspans wider than a school bus. Your Echo sits near the small, safe end - light enough to fly indoors and land on your hand.

<Frame caption="From nano toys to giant cargo drones - your Echo is on the small, safe end">
  <img src="https://mintcdn.com/intellectualpoint/eW7U9shBQKKM3XX9/images/drones/drone-size-scale.png?fit=max&auto=format&n=eW7U9shBQKKM3XX9&q=85&s=66d2d4ab1a2bf85fd02f8f56acc82767" alt="Scale comparison of drone sizes from tiny toy drones to large military drones, with a human for scale" width="1536" height="1024" data-path="images/drones/drone-size-scale.png" />
</Frame>

## Where drones are used

Drones started as military tools, but today they're everywhere - doing jobs that are too dangerous, too expensive, or simply impossible for people.

<Frame caption="Drones do real work across dozens of industries">
  <img src="https://mintcdn.com/intellectualpoint/WG-N0km0lS3L3ZkH/images/drones/drone-applications.png?fit=max&auto=format&n=WG-N0km0lS3L3ZkH&q=85&s=1697d4182a3824110beaa47efe573a90" alt="Grid of drone use cases: photography, delivery, agriculture, search and rescue, mapping, inspection, racing, and environmental monitoring" width="1536" height="1024" data-path="images/drones/drone-applications.png" />
</Frame>

<AccordionGroup>
  <Accordion title="Film and photography" icon="camera">
    Sweeping aerial shots in movies, sports, and real estate that once needed a helicopter now come from a drone costing a tiny fraction as much.
  </Accordion>

  <Accordion title="Delivery" icon="package">
    Companies deliver medicine, food, and packages by drone - reaching remote areas in minutes instead of hours.
  </Accordion>

  <Accordion title="Agriculture" icon="sprout">
    Farmers use drones to scan fields, spot sick crops, map water, and even spray precisely where it's needed.
  </Accordion>

  <Accordion title="Search and rescue" icon="life-buoy">
    Thermal-camera drones find lost hikers and disaster survivors by their body heat, day or night.
  </Accordion>

  <Accordion title="Mapping and inspection" icon="map">
    Drones survey land, inspect bridges, cell towers, and power lines, and build 3D maps - keeping humans off ladders and out of danger.
  </Accordion>

  <Accordion title="Science and conservation" icon="leaf">
    Researchers track wildlife, monitor forests and glaciers, and study storms without disturbing the environment.
  </Accordion>
</AccordionGroup>

## Why drones matter

Drones combine several technologies you'll touch this week - flight, sensors, cameras, wireless communication, and computer vision. Learning to program one means learning how modern autonomous machines actually work, from self-driving cars to warehouse robots.

<Tip>
  As you go through the week, keep asking: "What job could *I* give a drone?" The best capstone projects come from spotting a real problem a flying camera-computer could solve.
</Tip>

## Talk about it

Great discussion questions to run with your group:

<CardGroup cols={2}>
  <Card title="Helpful or harmful?" icon="scale">
    Name one way drones help people and one way they could be misused. How do we get the good without the bad?
  </Card>

  <Card title="Spot the drone job" icon="binoculars">
    What's a job in *your* town a drone could do better, cheaper, or more safely?
  </Card>
</CardGroup>

<Check>
  You can explain that a drone is an unmanned aircraft, name the four things every drone needs, compare a quadcopter to a plane, and give three real-world uses.
</Check>
