Mark Gleeson
Created February 15, 2021 © GPL3+

Collaborating to Code During Covid19

Understanding new and emerging technologies is challenging, less so if you work together in teams.

IntermediateFull instructions providedOver 2 days126

Things used in this project

Hardware components

RDDRONE-FMUK66
NXP RDDRONE-FMUK66
×1
KIT-HGDRONEK66
NXP KIT-HGDRONEK66
×1
DJI Tello EDU
×1
Raspberry Pi 4 Model B
Raspberry Pi 4 Model B
×1
NXP i.mx 8m Mini Vision
×1

Software apps and online services

Jupyter Notebook
Jupyter Notebook
Google Maps
Google Maps
FlashTorch

Story

Read more

Code

Simulated Course

Python
Students programmed a scaled path around a local lake as a proof of concept for their telepresence robot.
from easytello import tello

my_drone = tello.Tello(tello_ip='192.168.0.6')

my_drone.takeoff()

my_drone.go(60, 0, 0, 40)

my_drone.go(0, 0, 60, 40)

my_drone.go(20, 0, 0, 40)

my_drone.go(-50, 0, 30, 40)

my_drone.go(-25, 0, -20, 40)

my_drone.go(0, 0, 20, 40)

my_drone.go(-20, 0, 0, 40)

my_drone.go(0, 0, -20, 40)

my_drone.go(-30, 0, -20, 40)

my_drone.go(20, 0, 0, 40)

my_drone.go(0, 0, -50, 40)

my_drone.land()

#it's not perfect but it works. Thanks Sir have a great holidays!

EasyTello

This Python Library allowed higher level access to the DJI Tello API

Credits

Mark Gleeson

Mark Gleeson

1 project • 0 followers

Comments