Build Procedures
Build Procedures:
Assemble frame using provided screws and standoffs following instruction manual in the kit.
Connect standoffs provided to the four underside corner screw holes of the flight controller using screws provided in the kit.
Connect electronic speed controller(ESC) under the flight controller standoffs using screws provided in the kit (same screw size and shape)
Connect ESC wire given in the kit into ESC port on the flight controller as shown in the diagram. Connect battery to check for smoke.
Solder Analog VTX module to FC as shown in the diagram.
Flash Ardupilot copter firmware onto FC using ardupilot flasher as described in the docs.
Download, install, and run Mission planner configurator as described in the docs.
Configure the VTX on the correct baud rate and channel as described in the docs.
Solder the thermal camera to the FC as described in the diagram above.
Make sure the camera and VTX work by testing OSD on VRX as described in the docs.
Solder ELRS receiver to the drone as shown in the diagram above.
Configure ELRS through the ELRS configurator with binding phrase through wifi as described in the docs
Bind ELRS receiver to Radiomaster Boxer with binding phrase and configurator as described in docs.
Solder GPS module to FC as shown in the diagram above.
Setup GPS module using mission planne software as described in the docs.
Configure ELRS receiver and transmitter to use MAVLink as described in the docs.
Setup ELRS Backpack to communicate with Mission Planner as described in the docs.
Find a dataset with aerial views of people, preferably over 15k images on roboflowf.
Train YOLOV8 Transfer learning model on data on roboflow.
Find a dataset with audio of people screaming on roboflow..
Train a model that segments audio of people screaming out of background noise on roboflow. (Propwash, rushing wind)
Setup camera feed on VRX to become a camera input to computer running Mission Planner as described in the docs.
Setup MAVProxy python module for Mission Planner as described in the docs.
Write a Python script that uses YOLOV8 Pytorch model and audio detection to send a ping to a streamlit webpage when they detect a human as described in the docs. It should be able to control waypoints through MAVLink telemetry and dronekit.
Edit Script for MAVProxy to use streamlit input from the object detection to create and delete new waypoints based on what medications the drone is holding (metadata) as described in the docs.
Design a 3d printable dropper mechanism that utilizes a servo.
Attach 3d printable dropper mechanism to drone.
Solder the servo to FC as shown above in the diagram.
In the Python Script write new code that utilizes the servo when a drone reaches the certain waypoint as described in the docs.
Setup channels for RC Controller through Arduflight Configurator as described in the docs.
Configure motor direction and index (Props Out) as described in the docs.
Configure Python Script to use Dijkstra’s algorithm to find closest route for drone drop as described in the docs.
Install dronekit SITL to simulate drone swarming as described in the docs.
- Published on Oct 13, 2024
- 0 views
- 0 comments
- Print this page
- Back to Methods