Hello Everyone,
I could really appreciate some advice as I work on a custom drone project right now. My objective is to use the PX4 autopilot technology to construct a drone that can fly on its own.
Here are some particulars regarding my project:
Frame and Motors: I’m utilising motors that have 920KV and a 450mm quadcopter frame.
Flight Controller: The flight controller I possess is the Pixhawk 4.
Power System: A 4S 5000mAh LiPo battery powers the drone.
Sensors: I want to use a Lidar for altitude hold, an optical flow sensor, and a GPS module.
https://github.com/PX4/PX4-uipath-Autopilot
I’ve safely flashed the PX4 firmware onto the Pixhawk 4 and loaded QGroundControl. Right now, I’m setting up the sensors and fine-tuning the PID controllers. But I’m running into a couple obstacles:
GPS Setup: QGroundControl is unable to identify the GPS module. After inspecting the connections, everything seemed to be in order. Any advice on fixing this?
PID tuning: It’s giving me trouble getting the drone to hover steadily. Does this size of quadcopter have any recommended PID value starting points?
Failsafe Configuration: In order to guarantee a safe landing in the event of a signal loss, I want to set up a dependable failsafe mechanism.
Exist any best practices?
Thank you in advance for your help!