Web application for real time drone monitoring system consisting of device (transmitter, receiver) and web interface for viewing drones in realtime on a Map
Consists of the transmitter module, communication module, receiver module and the web service (API and Interface)
-
transmitter module - Captures drone data (raw, pitch, yaw, latitude, longitude, height above ground) and sends to receiver for sending to the internet and web service.
-
communication module - Long range communication module was used as drones can be upto 30km away from the receiving module and still send their data to the web service.
-
receiver module - Long range receiver module equipped with capability to connect to the internet. Sends drone data to the web service for data analysis and visualization.
-
Web Service - consists of an API and Web interface. API for data analysis and web interface for visualization.

