I'm excited to announce that the Huffington Post/AOL documentary series, Now What with Ryan Duffy, made an episode about our work in Peru. The episode is now live, check it out:
Now What with Ryan Duffy
Thursday, October 15, 2015
Vibration Consideration
Ok, so I fully realize that we have been absolutely awful about updating this thing. The other day, as I sent email #5832 to the flight crew updating them on progress with our aircraft, I remembered that avoiding having all of our development information hidden away in email threads is exactly why we created this blog. So, with that in mind, I'm going to try to do a better job. I may also set up a Gmail group, as that seems like a really good way to track/organize routine/mundane communications within the group that don't really justify a blog post.
Anyway, the big news items are:
Anyway, the big news items are:
- The Mugin is flying beautifully in manual and FBW. We haven't tried auto, but will like do that the next time we fly. I'm still concerned about vibration but FBW at least seems to be totally unaffected by it. An FBWB test may be in order
- The Z3 is still excellent. 60% of the time it works all the time.
- My company built 2 Skywalker X8 aircraft for a client and they are really superb machines. They are a little flimsy, but the trade-off you get for that flimsiness is huge: carrying a Nex-5 for 75-90 minutes at 18 m/s. We need to buy 1 or 5.
- I am building a quad for a client which will have the Swift Nav Piksi on it. I am excited to see how well that performs.
And now, on to what I want to spend this post talking about. I've been developing a new quadcopter which should fall nicely into a niche of good endurance combined with high portability. Spurred on by the excellent work done by the Ecosynth crew and Jonathan Dandois down at the STRI in developing a quadcopter with 50 minute endurance from spare MK parts, I set out to copy it. I believe this is detailed in an earlier post on here.
Sunday, May 31, 2015
Flying Low
We have talked about the potential need to fly from a higher elevation to a lower elevation using Pixhawk Auto mode. I have seen the terrain following and absolute altitude discussions but never could I find a discussion on making an auto mission using negative altitudes. Well that changed today:
I setup two flights starting at 10 m and descending to -10 m at the end of the grid. It work perfectly!!! The only changes I made were were to set the Alt Warning in the wp list window to -15 m. I was losing telemetry (3DR radio) connection on the return legs and I should have raised the antenna.
Now we need to combine this with a laser altitude unit....
Tuesday, March 3, 2015
Next stop, Belize!
Well, today has been a pretty good day so far. I was up late last night working on resolving all the dependencies for Ecosynth to run on RedHat/CentOS. I got it to compile and today I will find out if it actually works. I also got a fan controller for Big Deac so now it sounds less like a vacuum and more like one of those little white noise generator's outside of your therapist's office.
The bigger news, though, is that our newest aircraft made its maiden flight this morning.
The plane is a Zephyr 3, like the others, but is setup somewhat differently. Instead of the Ritewing secret sauce motor we have a Turnigy 3420 1250KV driven by a secret sauce ESC. Elevons are controlled by Hitec HS-5245MG servos. This setup provides boatloads of power and good control. FBW settings from the other Z3s are a little sluggish on this one but thats nothing a little tuning can't fix. Finally, you'll notice the Ritewing GoPro and FPV camera box on the nose. This is nice as it will allow us to run a GoPro for video recording and a more reliable FPV camera for the live feed.
The bigger news, though, is that our newest aircraft made its maiden flight this morning.
![]() |
| The newest Zephyr in the fleet, complete with a wonderful looking black and gold Monokote livery |
So, now it is off to start getting gear ready for the trip to Belize; departure is bright and early Friday.
Wednesday, February 18, 2015
Big Deac is a little bigger
Well, the title says it all. It came to my attention a couple weeks ago that Intel's Xeon Phi 31S1P coprocessor is on sale for less than $200. The Phi line is out to compete with nVidia Tesla in the HPC market but despite looking similar it has some critical differences. The biggest is that while a Tesla is a high-end graphics card with firmware designed for for HPC, the Phi is a highly-parallel Xeon processor (57 cores at 1.1 GHz, in our case). This means that while it isn't as parallelized as a GPU, it runs an (almost) full x86 architecture. While that should make it easier to program for, in our case it is unimportant. In fact, in our application it should be significantly inferior to a Tesla, or even a top of the line desktop GPU, but it is only $200. So, we got one to see how it goes.
Another difference from the Tesla cards is that the Phi can (currently) only run on Linux. And, to make matters worse, it only natively supports RHEL and SUSE. Being the cheapskate that I am, I had no plans of investing in enterprise Linux. Instead I opted for Ubuntu 14.04. I found this excellent guide on how to get it up and running. I did have some difficulties getting it going but, for the most part, everything went as planned. Following the instructions closely you shouldn't have a problem. My only addition is that when you download the OpenCL drivers, get the ones that say they are for RHEL/SUSE. Even though they say Ubuntu isn't supported (and there is an Ubuntu version which lacks Phi support), the OpenCL 15.1 Runtime for Linux installs perfectly fine on Ubuntu.
The next (ongoing) challenge was cooling. The card is passively cooled and designed to be installed in a server with what amounts to a wind tunnel in it. So, to satisfy the cooling requirements of the card (a whopping 275W TDP, to be exact), I made my own wind tunnel. I put a 75 CFM intake fan in the front of our case and a 150 CFM 92 mm fan on the back with a, erm, custom ducting unit, to draw air through the heatsink of the card.
The exhaust fan is very, very loud (who knew pushing 150 CFM through a 92 mm diameter hole would be noisy), but it keeps the card running nice and cool (currently peaking at 52 C to be exact, which is well within spec).
So, with everything in place, it was time to fire up Photoscan and give it a whirl. To my relief the Phi and the 7970 both showed up in the OpenCL menu in Photoscan, so I selected them and got to work. I opened our 3000 image campus dataset, deleted the dense cloud, and set it loose reconstructing the whole thing on medium quality. It is looking like it will take about an hour and 45 minutes (a very respectable time) and isn't even able to fully utilize the Phi (not necessarily a good thing). I think chunking tasks and running them in separate instances of Photoscan will give further performance gains. Once it is done I will go in, disable the Phi, and see how long it takes then. But, for now, all is looking quite good.
![]() |
| The card, in all of its glory. As you can see, it is quite a behemoth. It is about the same size as our AMD Radeon 7970 and is, actually, a little thinner. |
Another difference from the Tesla cards is that the Phi can (currently) only run on Linux. And, to make matters worse, it only natively supports RHEL and SUSE. Being the cheapskate that I am, I had no plans of investing in enterprise Linux. Instead I opted for Ubuntu 14.04. I found this excellent guide on how to get it up and running. I did have some difficulties getting it going but, for the most part, everything went as planned. Following the instructions closely you shouldn't have a problem. My only addition is that when you download the OpenCL drivers, get the ones that say they are for RHEL/SUSE. Even though they say Ubuntu isn't supported (and there is an Ubuntu version which lacks Phi support), the OpenCL 15.1 Runtime for Linux installs perfectly fine on Ubuntu.
The next (ongoing) challenge was cooling. The card is passively cooled and designed to be installed in a server with what amounts to a wind tunnel in it. So, to satisfy the cooling requirements of the card (a whopping 275W TDP, to be exact), I made my own wind tunnel. I put a 75 CFM intake fan in the front of our case and a 150 CFM 92 mm fan on the back with a, erm, custom ducting unit, to draw air through the heatsink of the card.
![]() |
| The exhaust fan. It is LOUD. |
![]() |
| The card installed. Not shown is the 120mm fan now installed below the HDD bays to push air toward the intake side of the card's heatsink. |
The exhaust fan is very, very loud (who knew pushing 150 CFM through a 92 mm diameter hole would be noisy), but it keeps the card running nice and cool (currently peaking at 52 C to be exact, which is well within spec).
So, with everything in place, it was time to fire up Photoscan and give it a whirl. To my relief the Phi and the 7970 both showed up in the OpenCL menu in Photoscan, so I selected them and got to work. I opened our 3000 image campus dataset, deleted the dense cloud, and set it loose reconstructing the whole thing on medium quality. It is looking like it will take about an hour and 45 minutes (a very respectable time) and isn't even able to fully utilize the Phi (not necessarily a good thing). I think chunking tasks and running them in separate instances of Photoscan will give further performance gains. Once it is done I will go in, disable the Phi, and see how long it takes then. But, for now, all is looking quite good.
![]() |
| Shortly after starting the reconstruction. |
Monday, January 12, 2015
Pushing the limits
While I have, for some time now, hinted at our intentions to obtain a more capable aircraft which will provide longer endurance and higher payload capacity, I have kept it mostly in the shadows. Well, it is now time for me to [very excitedly] announce the arrival of the newest and most capable addition to our fleet of aircraft: the Mugin v3 aircraft.
This impressive aircraft will launch us into a whole new class of UAV remote sensing, giving us capabilities far beyond our current stable of electric aircraft. Here are some of the details:
This impressive aircraft will launch us into a whole new class of UAV remote sensing, giving us capabilities far beyond our current stable of electric aircraft. Here are some of the details:
Wingspan:
|
3m
|
Material:
|
Wood structure, fiberglass and film covering
|
Powerplant:
|
Saito FG-57TS 57cc, 4-stroke, twin-cylinder, gas engine
|
Propeller:
|
Xoar Beechwood
22x10
|
Flight controller:
|
3DR Pixhawk
|
Cruise speed:
|
120 km/h
|
Endurance (expected):
|
~5 hours
|
Range (radio limited):
|
~100 km
|
This aircraft is not widely used, but there are some notable exceptions. CanberraUAV used an earlier version of the aircraft in the 2012 Outback Challenge. There are a handful of others who are discussing using it with APM/Pixhawk or are in the process of adopting it into a program, but we are certainly spring-boarding ourselves to the forefront of this work.
Stay tuned for updates on the build and testing of the aircraft. At the moment I have done the little bit of assembly that is required on the fuselage, gotten the motor and fuel system set up, and installed all the electronics. The next steps are to break in and tune the engine and power up the electronics, configure them, and test them out. The it will be flying time. As I have been building I have been looking around and found that there is an utter dearth of information about this airframe, so I will do my best to document the process in painstaking detail.
Stay tuned for updates on the build and testing of the aircraft. At the moment I have done the little bit of assembly that is required on the fuselage, gotten the motor and fuel system set up, and installed all the electronics. The next steps are to break in and tune the engine and power up the electronics, configure them, and test them out. The it will be flying time. As I have been building I have been looking around and found that there is an utter dearth of information about this airframe, so I will do my best to document the process in painstaking detail.
Too much excitement
Alright, after long absence I have some updates to make. First of all, to follow up on my last post, the endurance quad got back-burnered but we're going to turn our attention back to it. We made some test flights and determined that the vibration levels were too high for reliable flight. I traced this issue back to the motors, so we're replacing them. We could change bearings and fix the vibration issue but I already wanted to swap the motors for some lower KV ones, so I decided to save the time on the bearing work and just get the right motors for the setup. They should arrive in the next week or so, so I'll update once we have some flight time on the aircraft.
Second, I have been in a build frenzy around here, with 3 Zephyrs just getting finished up and another right in the middle of the build. I am also working on a rail launcher that should get the planes in the air more reliably. It looks like we will have some fantastic weather this weekend, so we should be able to get all those new aircraft up and see how they perform. I'll provide more info on that after the weekend.
A bit of bad news is that we did a test flight on one of the new Zephyrs a week ago and had a crash on takeoff. We had flown it before and it performed really well, so that caught us by surprise. The wind was quite gusty and swirling on the ground that day so we think there might have been a stall issue with a rogue gust on takeoff that put it in the ground. We should be able to determine if that was the issue this weekend. I review the logs and there was a suspect board voltage change, but it didn't happen until after impact. We'll keep an eye on that to see if we actually have a hardware issue.
Finally, on the same day we crashed the Zephyr, we also did our first ever successful fully automatic airplane flights. We had tried auto-takeoff before with a skywalker and it ended badly. We were hoping that new firmware had solved all the issues we had before, so I put together an auto takeoff, circuit, and auto landing mission on Marcus' Pixhawk-equipped Apprentice. We were able to carry out the flights with total success from hand launch and ground roll despite the heavy winds (really too windy for an Apprentice). We found the results to be repeatable, with identical performance on numerous flights.
Well, thats all for now, but hopefully on Monday I will have lots of exciting updates to report.
![]() |
| 2 Zephyrs heading to Peru soon |
![]() |
| The Deacon Zeph in its fantastic black and gold livery |
Finally, on the same day we crashed the Zephyr, we also did our first ever successful fully automatic airplane flights. We had tried auto-takeoff before with a skywalker and it ended badly. We were hoping that new firmware had solved all the issues we had before, so I put together an auto takeoff, circuit, and auto landing mission on Marcus' Pixhawk-equipped Apprentice. We were able to carry out the flights with total success from hand launch and ground roll despite the heavy winds (really too windy for an Apprentice). We found the results to be repeatable, with identical performance on numerous flights.
Well, thats all for now, but hopefully on Monday I will have lots of exciting updates to report.
Subscribe to:
Posts (Atom)






