Blockly is available at robolink.com/blockly-cde. In this lesson, you will be introduced to the coding web application you will use to fly CoDrone EDU! This lesson is very important…
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 EDU can do way more than just take off and land. In this lesson, you'll learn how to program your CoDrone EDU 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…
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,…
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 used the CoDrone EDU's LEDs in some of your past programs, but this lesson is completely dedicated to them! Learn how to change which parts of the…
So far you've only done autonomous programming with your CoDrone EDU --- once you upload the program, it takes off, flies, and lands on its own. You get…
You get to fly your drone using a new programming toolkit! In this lesson, you'll learn how to program the drone to take off, stay in the air,…
Your CoDrone EDU can do way more than just take off and land. In this lesson, you'll learn how to program your CoDrone EDU 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…
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,…
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 used the CoDrone EDU's LEDs in some of your past programs, but this lesson is completely dedicated to them! Learn how to change which parts of the…
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 EDU --- once you upload the program, it takes off, flies, and lands on its own. You get…
To this point, most of the inputs we have learned have been contained within the drone's code. But did you know the drone can sense and understand information…
Your CoDrone EDU doesn't have a battery indicator on it like your computer or phone, but you can retrieve the battery percentage with code! Learn how to program…
Your CoDrone EDU has sensors that turn it into a makeshift weather balloon. In this lesson, your CoDrone will be a meteorologist and read and print both its…
Gyroscope (gyro) sensors are a lot like compasses --- they sense rotational motion and detect orientation to figure out what direction something is facing. They're used in everything…
You used the barometer to measure air pressure and estimate elevation in a previous lesson. In this lesson, you’re going to learn how to use the bottom range…
In this lesson, we will learn the basics of the front range sensor located on the front of the CoDrone EDU. This sensor can be used to measure…
In this lesson, we will learn how to access and use the color sensor located on the bottom of the CoDrone EDU. We will learn how to calibrate…