Make sure to go through these before you start the coding lessons! These lessons will help you get Blockly set up and paired with your CoDrone Mini.
Introducing...CoDrone Mini!
Let's learn how to power on, charge, and pair your CoDrone Mini!
Your CoDrone Mini comes with its own remote control! In this lesson, you will learn how to use it to fly your drone.
This lesson will go over how to set up your device to pair with Blockly and how to do any troubleshooting if you have trouble pairing.
Blockly is available at robolink.com/blockly-cdm. In this lesson you will be introduced to the coding web application you will use to fly CoDrone Mini! This lesson is very…
There may be times when your CoDrone Mini drifts one way without a flight command or air current. In these cases, trimming can help you out! This lesson…
You get to fly your drone! In this lesson, you'll learn how to program it so it can take off, stay in the air, and then land.
Your CoDrone Mini can do way more than just take off and land. In this lesson, you'll learn how to program your CoDrone Mini to move up, down,…
You might know what variables are in math or science, but what do they do in programming? This lesson will answer that question and show you how to…
There might be times when you need to do the same thing over and over and over again in your program. Instead of using the same blocks over…
You make decisions in your everyday life, and you can also make a program that can make decisions! These are called conditionals, and they include if, else if,…
This lesson is completely dedicated to your CoDrone Mini’s LED! Learn how to choose patterns, select LED colors, and add the LED to your flight program.
So far you've only done autonomous programming with your CoDrone --- once you upload the program, it takes off, flies, and lands on its own. You get to…
You get to fly your drone! In this lesson, you'll learn how to program it so it can take off, stay in the air, and then land.
Your CoDrone Mini can do way more than just take off and land. In this lesson, you'll learn how to program your CoDrone Mini to move up, down,…
You already learned the basics about variables --- how to create them, how to use them, and how to change their value. In this lesson, you’ll use what…
You learned about how to use loops in your program, but what if you need to repeat something that’s already in a loop? That’s where nested loops come…
You learned about conditionals in an earlier lesson, but there’s more to them! In this lesson, you will learn about compound conditionals and nested conditionals.
This lesson is completely dedicated to your CoDrone Mini’s LED! Learn how to choose patterns, select LED colors, and add the LED to your flight program.
Functions are sets of code that can be named and reused in a program to perform specific tasks. They're great for simplifying your code and troubleshooting faster. In…
So far you've only done autonomous programming with your CoDrone Mini --- once you upload the program, it takes off, flies, and lands on its own. You get…
Batteries are really important components to any robot because they provide the power to make them move! In this lesson, you will learn how to read the battery…
A barometer measures atmospheric pressure and can be used to estimate height or altitude. In this lesson, use CoDrone Mini functions to access the barometer data and take…
Use CoDrone Mini’s temperature sensor to read the internal temperature of the drone. Learn how to convert between Celcius and Fahrenheit and write a function that safely lands…
Gyro sensors are a lot like compasses --- they sense rotational motion and detect orientation to figure out what direction something is facing. It is one of the…
In this lesson, you will learn about the leaf cycle, and then program your drone to fly as if it were a falling leaf. You will also change…
In this lesson we will be building a keyboard remote that will be used to control the CoDrone Mini!
Let's rescue some pumpkins!