I’m building a single copter hovering drone with EDF fan and thrust vectoring using designs and manual published by @bresch.
The assembling and setting up went pretty straight forward. I am using a Pixracer R15 flight controller. All I had to do after putting it all together is flashing the custom firmware and calibrate the sensors. Drone flies pretty stable and responds to control well.
There are a few issues yet to resolve though.
I often get warnings about high RAM usage above 97%. I rebuilt firmware switching off features that I don’t need but it made little or no difference.
Another thing that i have to fix is when flying it always drifts to one side. Maybe because of that take off from the ground is impossible - drone just nosedives right after take off. I guess I have to dig into logs now to really see what’s happening.
Hi @HowardJetson . Nice, thanks for sharing the pictures, I’m glad you’were able to make it fly!
Yes, if it’s already not used, it won’t make much difference on the CPU usage, it will mostly just reduce flash space. What you could try is to disable one of the 2 IMUs, this consumes quite some CPU as the sampling rate is high.
In altitude mode? It’s not supposed to stay perfectly in place as the attitude is never exactly zero, but shouldn’t drift too quickly either. Which values do you have for SENS_BOARD_[xyz]_OFF? Ideally, those should be zero if the autopilot is aligned with the airframe.
I actually never tried too much to takeoff from the ground. The problem is that the airflow mainly escapes from the sides, so you would need a lot of initial thrust before taking off, and if you’re not quick enough, the integrators of the rate controllers might have reached saturation (which would make the drone quickly flip when airborne).
Yes, if you upload them to http://logs.px4.io and share the link here, I could also have a look.
I’ve seen you also re-designed some nice parts (battery holders, test rope fixture, …), did you already share the designs somewhere?