Full-stack autonomous drone platform designed for contact-free COVID-19 testing kit delivery to remote and quarantined communities. Integrates flight control, GPS waypoint navigation, mission planning, and payload mechanisms into a single autonomous system. Won NXP Semiconductor Hackster.io Bonus Prize.
During the COVID-19 pandemic, testing access in remote and quarantined areas was severely limited. Traditional delivery methods risked human contact. The challenge: deliver testing kits autonomously, with zero human-to-human contact, to GPS-specified locations.
An autonomous drone system capable of carrying testing supplies to predefined GPS waypoints, delivering payloads without human interaction, and returning to base — all autonomously. The system integrates flight control firmware, GPS navigation, fail-safe protocols, and a payload release mechanism.
Every autonomous system must handle failure gracefully. The drone implements multi-level fail-safes: GPS loss triggers hover-in-place, low battery triggers immediate RTH, communication loss initiates a timed landing sequence.
Pre-programmed waypoint missions enable fully autonomous delivery without real-time operator input. The system follows a mission plan: takeoff → cruise to waypoint → hover → payload release → RTH.
IMU (accelerometer + gyroscope), barometric altitude, and GPS are fused using complementary filtering. This provides stable flight even in wind conditions, critical for safe payload delivery.
Servo-actuated release gate enables payload drop from hover altitude. No physical human contact required — the drone autonomously delivers and returns without landing at the delivery site.
| Component | Technology | Purpose |
|---|---|---|
| Flight Controller | PX4 / ArduPilot | Autonomous flight firmware with MAVLink |
| Processor | NXP i.MX RT | Real-time flight control processing |
| Navigation | u-blox GPS | Waypoint navigation and RTH |
| IMU | MPU6050 / ICM-20689 | 6-axis motion sensing for stabilization |
| Altitude | BMP280 Barometer | Barometric altitude hold |
| Telemetry | MAVLink + Radio | Bidirectional ground-to-air communication |
| Motors | Brushless + ESC | Quad-motor propulsion with PID control |
| Payload | Servo Release Gate | Contact-free delivery mechanism |
| Power | LiPo 4S | High-density battery with voltage monitoring |
| Ground Station | QGroundControl | Mission planning and telemetry monitoring |
This project was recognized with the NXP Semiconductor Bonus Prize in the Hackster.io competition for its innovative application of embedded systems to real-world pandemic response challenges.