energywut
4 hours ago
I have ~200 acres of land I fly a drone survey mission to map. Today, that piloting is done by dronelink and a DJI drone. The challenge is that it's about 3 hours of flight time, give or take, to cover the space, and a given battery is good for about 35 minutes of flight time.
I have 4 batteries, which means I basically need to be refilling my batteries as quickly as I consume them in order to keep flying continuously (unfortunately, even with a quad-charger, I cannot fully sustain this.)
I would LOVE to have a fixed wing drone that could fly over the area and snap close-to-nadir photos as it did so, but the complexity of building and programming a hand built drone seems so much higher than deploying an off the shelf DJI drone. Additionally, the land is steep, with a 1,000+ foot elevation difference, and rugged, and the neighboring land is airspace I cannot fly within, so I couldn't use it to perform my turns.
Author, or others, any thoughts on whether it's worth pursuing a fixed wing aircraft to perform this mapping mission? Or is the best bang for my buck to just buy enough batteries to fly the mission continuously on an off the shelf quadcopter?
tsungxu
3 hours ago
Great question! I don't think there's any sub $5k VTOL you can just buy COTS that can get close to 3 hours of range. Also, nothing is as plug and play as DJI. If you're motivated enough to do a little DIY and learn how to use Ardupilot or PX4 (easier), you can buy a kit like the Heewing T2 VTOL and assemble yourself. But I don't think that will do more than two hours flight time, even with a similarly high energy density battery pack to what I used.
digdugdirk
an hour ago
https://wingtra.com/vtol-drone/
Never used one, but either this design or a tri-rotor v-22 style tilt motor are the two designs I've found intriguing. Worth checking out at perhaps?
cyanydeez
3 hours ago
I reviewed and purchased a smaller drone, from WHISPR. Through that, I looked at similar VTOL drones, which OP is demonstrating. In theory, they're cheap:
https://www.uavmodel.com/products/makeflyeasy-hero-2180mm-ua...
This one has a maximum climb rate of 3 degrees. Which means you'd need to plan a route that's continously climbing, and tacking back and forth to avoid going steeply. So you would probably combine flight planning using Mission Planning: https://ardupilot.org/planner/ and custom json tweaking following MavLink protocol: https://ardupilot.org/dev/docs/mavlink-routing-in-ardupilot....
The open source flight controllers and systems are https://ardupilot.org/copter/docs/common-autopilots.html#ope... a good place to start. There's a few orgs building the full experience, but you'll of course pay for fully integrated, but still open source, hardware+software.
The scenario you describe is exactly what a VTOL or normal play is for; quad copters simply do not cover enough ground.
Also consider the camera. DJI typically ship with really low quality cameras, but https://www.bhphotovideo.com/c/product/1785754-REG/sony_ilx_... would get you a much higher pixel density so if you're more interested in the imaging, you can flight higher, near the licensed ceiling, completing more ground faster.
I've also found AI models know how to calculate pixel densities, so it's pretty easy to mock out a flight plan even if you dont have the actual drone available.
cyanydeez
3 hours ago
for processing, I setup opendronemap: https://www.opendronemap.org/
There really is a full open source hardware/software path, which is heartening.
tsungxu
3 hours ago
This actually has decent flight time! Could probably push close to 3 hours if using higher energy density (and cost) battery cells like the silicon anode ones I used.