Time for the big moment: your first program that flies the drone with no hands on the controller. You’ll build a simple take off, hover, and land sequence - the “hello world” of drone coding.
Fly in a clear space with no people or pets nearby. Keep the red LAND NOW button in reach - clicking it lands the drone immediately.
Your save code is at the top of the screen (like FZD6O4). Write it down - you can reopen this program later with I have a code. You can also use the FILE menu to manage your work.
Make it hover for 5 seconds instead of 3. How does the flight change?
Add a wait
From the Control category, add a wait for [1] seconds block between moves.
Always end every program with a land block. If a program finishes without landing, the drone keeps hovering until you click LAND NOW. Landing cleanly is a habit of every good drone programmer.
Finished early? Keep building. Each of these only adds one or two blocks:
The elevator
take off → hover → fly up briefly → hover → fly down → land.
The spinner
take off → spin right 2 seconds → spin left 2 seconds → land. Does it end facing where it started?
The scout
take off → fly forward → hover → fly backward the same time → land. Did it come home?
The showoff
Chain four different moves into a mini routine. Give it a name and demo it to a friend.
Instructor - fly one at a time. With a room of coded drones, run programs one team at a time in a marked flight zone. Everyone else keeps hands off the START button and a finger near LAND NOW.
You built and ran a program that takes off, hovers, and lands using START PROGRAM, tried at least one level-up challenge, and saved your work with the code.