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

# Camp wrap-up

> Celebrate what you built and learned this week - from your first hover to a coded drone mission.

## You did it

Five days ago you had a boxed-up drone and maybe no coding experience. Today you can build a quadcopter, fly it like a pilot, and program it to fly missions on its own with block code and JavaScript. That's a genuinely impressive set of skills - be proud.

<Frame caption="From box to coded flight in one week">
  <img src="https://mintcdn.com/intellectualpoint/WG-N0km0lS3L3ZkH/images/drones/drone-camp-complete.png?fit=max&auto=format&n=WG-N0km0lS3L3ZkH&q=85&s=910776faa618548fa2f03a2da0fcc374" alt="Drone camp completion banner" width="1536" height="1024" data-path="images/drones/drone-camp-complete.png" />
</Frame>

## The week in review

<Frame caption="Five days, five big wins - here's everything you pulled off">
  <img src="https://mintcdn.com/intellectualpoint/PocgpVBYuYokR5M6/images/drones/week-in-review.png?fit=max&auto=format&n=PocgpVBYuYokR5M6&q=85&s=a4d68ba40e0e00590ad6c28ecd52604b" alt="Recap poster of the week's accomplishments across all five days" width="1536" height="1024" data-path="images/drones/week-in-review.png" />
</Frame>

| Day       | What you accomplished                                                       |
| --------- | --------------------------------------------------------------------------- |
| **Day 1** | Learned how drones fly, built your Echo Drone, and mastered safety          |
| **Day 2** | Paired the controller, learned every control, and flew your first flights   |
| **Day 3** | Connected over Bluetooth and wrote your first block and JavaScript programs |
| **Day 4** | Saw through the drone's camera and flew first-person view                   |
| **Day 5** | Built advanced programs with the AT-66BL app and created your capstone      |

## The skills you built

<CardGroup cols={2}>
  <Card title="Flight and piloting" icon="plane">
    Real hands-on control of a quadcopter, from hover to precision maneuvers.
  </Card>

  <Card title="Programming" icon="code">
    Blocks, JavaScript, loops, variables, and if-then decisions.
  </Card>

  <Card title="Problem solving" icon="wrench">
    Testing, debugging, and improving your programs one step at a time.
  </Card>

  <Card title="Creativity" icon="sparkles">
    Designing and presenting your own drone mission.
  </Card>
</CardGroup>

## The big idea

Everything you did followed one powerful pattern: **break a goal into clear steps, give those steps to the machine, test, and improve.**

<Frame caption="Plan, build, test, improve - the loop behind everything engineers make">
  <img src="https://mintcdn.com/intellectualpoint/eW7U9shBQKKM3XX9/images/drones/plan-build-test-improve.png?fit=max&auto=format&n=eW7U9shBQKKM3XX9&q=85&s=b343410ebbbcd59cc456c877f5e2cd43" alt="The engineering cycle: plan, build, test, improve" width="1536" height="1024" data-path="images/drones/plan-build-test-improve.png" />
</Frame>

```mermaid theme={null}
flowchart LR
    A["Plan
the steps"] --> B["Program
the drone"]
    B --> C["Test
the flight"]
    C --> D["Improve"]
    D --> B
```

That loop - plan, build, test, improve - is how engineers create everything from drones to video games to spacecraft. You didn't just fly a drone; you learned how to make a machine do what you imagine.

## Share your experience

Before we close, each person shares:

1. **One thing you're most proud of building or coding this week**
2. **One thing you want to build or try next**

<Check>
  Congratulations on completing **Drone Flight & Coding**! You built a drone, learned to fly, and programmed it to fly on its own. Keep flying, keep coding, and keep building.
</Check>
