© 2022 Hashnode
#drone
Hi, Nice to see you again, if you didn't read the previous tutorial, you are not going to miss any essential points. I just explained some fundamentals. let's install DjiTelloPy : pip3 install djitellopy Then we can use DjiTelloPy write yo…
Let's talk about “controlling a drone using python”, maybe to find and track a person, use your hand gesture instead of a controller or to cross a window, etc we know that we need a drone(DJI Tello) and a computer with a wifi adapter to run…
In this post, we will create a new git repository on Gitea and create a .drone.yml file which will be the definition of our CI job for Drone. First, create the Gitea Repository: Next, create a new fi…
From our previous post we've setup our Drone CI Server on Kubernetes, and in this post we will deploy a Kubernetes Runner, which will be responsible for running our CI tasks. The Drone Runners and Dro…
In this post, we will deploy the Drone Server on Kubernetes, which will be based on ARM since my Kubernetes Cluster is running on Raspberry Pi's using k3s. Gitea I will be using Gitea with Drone. I al…