> For the complete documentation index, see [llms.txt](https://bob.ltneighbor.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob.ltneighbor.net/drones-and-cybersecurity.md).

# Drones & Cybersecurity 🚁🏴‍☠️

## Exploring Drone Technology & Cybersecurity <a href="#exploring-drone-technology--cybersecurity" id="exploring-drone-technology--cybersecurity"></a>

### [Hardware Explanation](http://www.ltneighbor.net/ExploringDrones/DronesOntheNet#hardware-explanation) <a href="#hardware-explanation" id="hardware-explanation"></a>

![](https://4051891793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNfIA-XPlMphtr6yXWi%2F-MNktxec4JyM3EkcyOHC%2F-MNku0bz8O_a44m6Aawq%2Ftelloblueprint.png?alt=media\&token=e686cc04-8a6b-45bf-bc6f-1a5fad9344e1)

CPU: Intel 14 Core Processor

* This is the brains of the system and where the real magic happens.

5 Megapixel camera

* Allowing for high quality images and videos - 4 tiny propellors
* 4 propeller guards
  * Crashing is inevitable!
* 1 battery charger port connected with micro usb
* 1 1.1Ah/2.8 volt battery
* Maybe one day Tesla will make a battery that can fit this and last longer in flight
* Has WiFi enabled NIC with SSID Broadcast no security enabled out-of-box

. ![SSID](https://4051891793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNfIA-XPlMphtr6yXWi%2F-MNktjhbrdYRscLV-exy%2F-MNktro-r7zhtR2Byqrv%2FTelloSSID.png?alt=media\&token=cd424755-4e79-422a-ab4f-e2a0ca3beda9)

### [Software & Networking Exploration](http://www.ltneighbor.net/ExploringDrones/DronesOntheNet#software--networking-exploration) <a href="#software--networking-exploration" id="software--networking-exploration"></a>

The Tello Drone runs a DHCP server that leases out IP addresses on the 192.168.10.0/24 network.

Checking my ip address and sending a ping icmp echo-request message to my drone

![](https://4051891793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNfIA-XPlMphtr6yXWi%2F-MNksuf7TloSzTDevMs5%2F-MNktW3Tujsb4Nrpwn4E%2Fdronenetworking.gif?alt=media\&token=8212bbed-e6e5-4878-941f-78b80454031f)

* [Fantastic demonstration of connecting to Tello Drone](https://www.youtube.com/watch?v=kcXN7CYgQ0g)
* The [DJI-SDK/Tello-python repo](https://github.com/dji-sdk/Tello-Python) is hosted on GitHub and has many nifty python kits to learn programming in a comprehensive way
* [NMAP](https://nmap.org/) scan shows: Running Abyss webserver port: 9999

![](https://4051891793-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNfIA-XPlMphtr6yXWi%2F-MNku4l4be4ytQm1a3Lx%2F-MNku7TdqDThY8zKfdXJ%2Fnmapscan.gif?alt=media\&token=6c4ffc99-9a7d-4bd3-8d41-6f552003a165)

I was successful in connecting to the drone utilizing the [Drooone Windows app](https://www.microsoft.com/en-us/p/drooone/9n0z6wvt0w6n?activetab=pivot:regionofsystemrequirementstab) developed by Symmetry Soft. This allows us to pilot the drone from our Windows system. See below for a quick view of how this works. Below is an example of me using the drone in a lesson from one of my YouTube courses Practical Networking Fundamentals:

{% embed url="<https://youtu.be/rD1A0KKlRBA>" %}

When I first started experimenting with Drooone the application kept displaying an error message when I attempted to connect to the Tello SSID (wireless network name). After some troubleshooting I discovered that it was the Windows firewall denying the connection from the OS to the drone. Deactivating the firewall allowed it to work, following this I allowed UDP ports: 10001 & 10002 through the firewall. Leaving the entire Firewall turned off is not a best practice & can put your computer at risk. This is why you must learn what exactly is being blocked and allow that specific application or logical port through the firewall.

### Ways to Help & Support

You can help me continue to improve my content through feedback, words of encouragement and even if you:

[![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-blue.png)](https://www.buymeacoffee.com/ltnbob)
