Lesson 2. Let's fly a coding drone




[Outline]


In this lecture, you will learn how to control a coding drone and fly it yourself.
Before learning how to fly, let's learn how a drone flies and the principles of flight.
How do drones fly forward, backward, left and right, and take off and land? To understand the flying principle of a drone, you must first understand how the drone's propeller is constructed.
Let's find out by looking at the following picture.



Next, let's learn about the flying principle of how a drone can fly forward, backward, and rotate.
How drones fly By adjusting the speed of each motor, the rotation speed of the propeller is different. It is easy to understand if you know the facts


All propellers rotate rapidly at the same speed to generate a large lift, and when the lift is greater than gravity, it rises. When taking off, take off in the same way.
lowly rotate all propellers at the same speed to reduce lift, and when lift is less than gravity, you will descend. When you land, you land in the same way.
If propellers 3 and 4 are rotated fast and propellers 1 and 2 are relatively slow, the rear lift of the drone will increase and it will be lifted up and tilted forward. At this time, the thrust is generated forward and it moves forward.
If propellers 1 and 2 are rotated fast and propellers 3 and 4 are relatively slow, the front lift of the drone will increase, so it will lift upwards and tilt backwards. At this time, thrust is generated backwards and the vehicle moves backward.
If propellers 2 and 3 are rotated quickly, and propellers 1 and 4 are relatively slow, the right lift of the drone will increase and it will tilt to the left while lifting upwards. At this time, momentum is generated to the left and it moves to the left.
If propellers 1 and 4 are rotated quickly and propellers 2 and 3 are relatively slow, the left lift of the drone will increase and it will be lifted up and tilted to the right. At this time, momentum is generated to the right and it moves to the right.
If propellers 1 and 3 are rotated fast and propellers 2 and 4 are relatively slow, the torque of 1 and 3 (the propeller rotates clockwise) will be greater than 2 and 4, causing the drone to rotate counterclockwise (left). It's possible.
If propellers 2 and 4 are rotated quickly and propellers 1 and 3 are relatively slow, the torque of 2 and 4 (the propeller rotates counterclockwise) becomes greater than 1 and 3, causing the drone to rotate clockwise (right). It's possible.


glossary
lift
It is the force that allows an aircraft to float in the air.
torque
As a force to rotate, the aircraft tends to rotate in the opposite direction to the direction in which the propeller rotates.


So far, we have discussed the flying principle of how a drone can fly in a fixed direction.
Now, shall we learn how to fly a coding drone?




[Note]


Learn how to control a coding drone. There are 4 control modes of the drone, but the basic control mode of the coding drone is mode 2.


drone control mode

mode 1
mode 2
mode 3
mode 4

Terms

flight action

Contents

PITCH
forward/backward
Drone moving forward/backward
(= motion of the drone tilting forward/backward)
ROLL
move left/right
Drone movement left/right
(= motion of the drone tilting left/right)
THROTTLE
Rise and fall
Drone ascending/descending motion
YAW
turn left/right
Drone rotation left/right
(= The motion of the drone rotating left/right based on the vertical axis)


So, let's learn how to take off and land first.
There are two methods for taking off and landing of the coding drone. Automatic take-off and landing and manual take-off and landing.

1. Automatic take-off and landing

take-off

When the drone has landed, press the auto takeoff and landing button on the remote controller (L1 button in front of the left lever) for more than 3 seconds to take off the drone. Because the automatic altitude hold function works, it ascends to a certain height and then flies in place.

landing

When the drone is in flight, press and hold the Auto Takeoff and Landing button (L1 button in front of the left lever) on the remote controller for more than 3 seconds to slowly descend from the spot and land.


2. Manual takeoff and landing


boot

As shown in the figure above, if both levers of the remote controller are moved in a diagonal direction (left → lower right/right → lower left or left → lower left/right → lower right) for about 2 seconds, the motor starts and all propellers of the drone rotate. do. Then return the lever back to the neutral position. The drone does not take off just by starting the motor.
※ If you move the lever of the remote controller in the same way while the motor is running, the motor turns off and all propellers stop rotating.
※ Starting and stopping the motor can only be operated when the drone has landed.

take-off

Slowly raise the left lever on the remote controller to take off the drone. While watching the drone move, slowly raise the lever little by little, and when the drone takes off to the desired height, return the lever to the neutral position. At this time, be careful as if you raise the lever too quickly or too much, the drone will suddenly take off.

landing

While the drone is in flight, slowly lower the left lever on the remote controller to start descending. If you lower the lever to the lowest position after the drone touches the ground, all motors stop and land.


coding drone emergency stop There is a function! The emergency stop function is a function that can prevent safety accidents by stopping the motor of the drone when an emergency situation occurs.


While pushing down the left lever of the remote controller (①), press the L1 button in front of the left lever (②) to stop the drone's motor.All motors are stopped, so if the drone is in the air, it will fall to the floor, so be careful., It is used in an emergency where all motors need to be stopped urgently. To use it to land, wait until the drone hits the ground and press the L1 button.


3. Basic controls


Next, let's learn the basics of flying a coding drone.


Increase / descent

Advance / junior

① Raise: Raise the left lever upwards to raise the drone.
② Descending: When the left lever is pushed down, the drone descends.
※ Ascent/descent is steered with the same lever and direction as takeoff/landing.
① Forward: Move the right lever upwards to move the drone forward.
② Reverse: Move the right lever down to move the drone backwards.

turn left / turn right

move left / move right

① Rotate Left: Move the left lever to the left to rotate the drone to the left.
② Rotate Right: Move the left lever to the right to rotate the drone right.
① Move Left: Move the right lever to the left to move the drone to the left.
② Move Right: Move the right lever to the right to move the drone to the right.


[Fly]


Now that you've learned how to fly, let's fly the coding drone. Please check the following before flying.

Use a battery that has been fully charged using a dedicated charger.
Connect the battery to the drone.
※ The remote controller is powered off
Secure a safe distance of about 2m from the drone, and check that there are no people or obstacles around.
Press and hold the power button on the remote controller for more than 3 seconds to turn on the power. If you hear a buzzer sound from the remote controller and the LED of the drone lights up, pairing is normal.


If there is no problem by checking everything, try flying the coding drone while remembering the control method you learned earlier.





[Organize]


Was it fun to fly the coding drone yourself?
Flying the drone can be difficult at first, but with a little practice you will be able to fly it easily.
And while controlling the coding drone, you can change the speed or change the color of the main LED.
Please read the manual carefully and follow it.

1) The drone's propellers are divided into two types (clockwise rotation / counterclockwise rotation), and are assembled alternately one by one.
2) The flying principle of a drone is Move the drone in the desired direction by varying the rotation speed of each propeller.
3) The control mode of the drone is from Mode 1 to Mode 4, and the basic control mode of the coding drone is Mode 2.
4) There are two types of takeoff and landing methods for coding drones: automatic and manual.
5) In the event of an emergency during flight, all motors of the coding drone can be stopped immediately using the emergency stop function.
6) Before controlling the drone, first check the battery and pairing status, secure a safe distance, and nearby obstacles.



Coding with a coding drone (English)

  1. Make friends with Coding Drone!
  2. Let's fly a coding drone
  3. I code cards with a coding drone (1)
  4. I code cards with a coding drone (2)
  5. I code cards with a coding drone (3)
  6. Motion coding with a coding drone
  7. Block coding with a coding drone(1)
  8. Block coding with a coding drone(2)

Modified : 2021.7.23