RC VTOL - V4

  Рет қаралды 418,377

Tom Stanton

Tom Stanton

Күн бұрын

Пікірлер: 516
@Tomasxt25
@Tomasxt25 6 жыл бұрын
For someone who says they are not good at programming you have a really good sense of how to make readable code. Good job!
@han5vk
@han5vk 6 жыл бұрын
Readable? Perhaps. Maintainable? Heck no. Hard coded constant values all over the place, code repetition..
@evaahh9584
@evaahh9584 6 жыл бұрын
hanetar that doesn’t mean it will break. It’s just not flexible
@theAppleWizz
@theAppleWizz 6 жыл бұрын
@@han5vk some times you don't need things that much flex-able code
@forwardphysx6167
@forwardphysx6167 6 жыл бұрын
Tomasxt25 / legobrainiac Although you should practice storing a function's returned value instead of invoking the entire function for every if statement and math.. Actually that could seriously limit the speed the code runs, especially with these Arduino libraries
@jsilar1
@jsilar1 6 жыл бұрын
Once upon a time i worked for an aerospace corporation. There were constants all over the code produced in Bangalore. The colleagues were told to fix it. for(int i =one; i < thousand; i++) {...} was what we got.
@GrandadIsAnOldMan
@GrandadIsAnOldMan 6 жыл бұрын
As usual, clear, concise, all the issues shown and explained, no banging music and heavy editing to just show the "good" bits. Excellent educational series.
@grahammcnally4799
@grahammcnally4799 6 жыл бұрын
Honestly this. Should tell a university to subscribe to his channel as a teaching resume.
@pdjames1729
@pdjames1729 6 жыл бұрын
I want super-smart and humble ginger babies :P
@cameronsmith5968
@cameronsmith5968 6 жыл бұрын
The elevator opening was a nice touch. I hope he does the "staircase" for his next video introduction.
@konradpenttila9748
@konradpenttila9748 4 жыл бұрын
My thoughts exactly. I'd also like to point out the humility. "For the remaining 99% of you that watch this video for entertainment purposes only - -." I admit watching these videos for entertainment, however not solely. As GrandadIsAnOldMan pointed out, the clear and concise videos make for an excelent educational series.
@PunakiviAddikti
@PunakiviAddikti 4 жыл бұрын
Ah yes, the popular format of DIY. Flashy username card with lots of techno music, then when the build starts, either heavy bass techno music ready to burst your ears or royalty free sample music. I don't know how that became the default for so many channels, but boy I'm glad this channel is more explanation and education centered.
@benfurnas4263
@benfurnas4263 5 жыл бұрын
From an aging retired Eng, your ability to fail and then learn from that fail, are the very core values of successful engineering. That and a never ending curiosity. Your vids reflect all of those attributes. Nicely done.
@halamkajohn
@halamkajohn 4 жыл бұрын
1 propeller on the front faces the axis - 3 drivelines - 2 on each side - one in the rear - wide, symmetric propellers that stop and switch into wings. tri copter
@twistedyogert
@twistedyogert 3 жыл бұрын
Isn't that how the Wright Brothers built the first airplane? Proof that you don't need to be a billionaire to change the world.
@bynumjimmy
@bynumjimmy 6 жыл бұрын
I admire how you keep challenging yourself. You should be proud of yourself.
@jrotor3301
@jrotor3301 6 жыл бұрын
And so should his parents👍
@PaperFun
@PaperFun 6 жыл бұрын
Hey Tom, really interesting project! I'm an aeronautical engineering student as well and I've done quite some studies about wingtip devices to make aeroplanes more aerodynamically efficient. Here's an idea that might be interesting to give some thought: I see that you placed your motors some distance apart from the end of the wing, and I can imagine you did this for two reasons: 1) so the propellors don't cut your wing when tilting forwards and 2) so the wing doesn't block half the downward airflow generated by the propellors in hovering flight. But consider this idea: Why not give the piece of CF bar between the wing edge and motor mount a fairing with the same wing profile as the main wing, which would tilt together with the motors. This way when doing forward flight, the fairings (if precisely made) will align just nice and flush with the wing, making your airplane potentially way more efficient. This because wingtip propellors might have a potentially positive effect on your induced drag and even have the effect of a blown wing. This could mean even lower power settings during cruise and potentially a less drastic drop when doing the transition from hover to forward flight. It might also slow the plane down quicker when transitioning from forward flight to hover, because you now got 2 peices of blown wing wich generate a lift force against the flight direction, potentially slowing you down more drastically. A downside might be the precise building so the gap between the rigid and rotating wing parts are as tiny as possible to reduce losses. Another downside might be the lift vector that is constantly generated due to the blown wing effect, regardless of flight configuration. In hover this would mean the engines need a slight forward thrust vector (read forward tilt angle) to compensate for this lift vector. Also the motormounts would need to extend higher ofcourse as to not cut your wing when tilting ;) I know your plane is already quite efficient hence the low power setting you used, but I thought this just might be a very interesting experiment?
@grahammcnally4799
@grahammcnally4799 6 жыл бұрын
Yes please.
@87mits
@87mits 6 жыл бұрын
In hover would this make the plane fly backwards? Nvm didn't read all the way through
@PaperFun
@PaperFun 6 жыл бұрын
87mits that would indeed be my assumption, so you would need some forward tilt to compensate. No idea though how significant this would be, but I know that blown wings can generate a significant amount of lift, tom even made a video about it ;) but if you've seen it you'll see that the effect is way more subtle on straight wings
@ZevHoover
@ZevHoover 6 жыл бұрын
thats a great idea.
@poretsmouthrunner
@poretsmouthrunner 6 жыл бұрын
Been done, albeit with a 4 motor RC plane kzbin.info/www/bejne/r5etiIqwnJp_m68
@crenn6977
@crenn6977 6 жыл бұрын
Embedded programmer here; You might think that the flight controller is written in some foreign programming language, but there is good news! As you've already got yourself writing Arduino code (which is pretty much C with a bit of C++ thrown in for some of the objects, aka Servo and PWM), it's very much possible to remove the Arduino from the equation for your V4 plane and use only the flight controller with your custom code. I'd actually recommend relying on the SBUS output (it's the same information as coming out of the PWM channels) as you get it faster and it's easier and less error prone to trying to read the PWM channels (timing jitter). If you want a bit of help trying to get it going on just the flight controller, send me a youtube message and we can converse and get you up & running :D Keep up the great work, love every video you do.
@iwantitpaintedblack
@iwantitpaintedblack 5 жыл бұрын
he probably has to learn assembly language and get familiar with atmel IDE for a microsecond stick response
@oadka
@oadka 3 жыл бұрын
Sir, a much easier way would be to use JoopBrokking or nicholas Dremm's flight controllers.....on a powerful board like teensy or esp32.
@jakobmmn6075
@jakobmmn6075 5 жыл бұрын
That would make a great drone, because it could stay relatively still in order to take photos, but could travel quite efficiently to cover distance
@flyonbyya
@flyonbyya 4 жыл бұрын
Tom is obviously a degreed mechanical engineer. Remarkable
@aaaaaaaaaassssssssdf
@aaaaaaaaaassssssssdf 6 жыл бұрын
yeah i won't be building something like this any time soon, but i do like seeing the 3d printed ribs under foamboard. going to try that eventually
@robert4949
@robert4949 6 жыл бұрын
You’re a great engineer Tom. Your channel is like a modern day version of the experiments of the wright brothers
@alliejr
@alliejr 5 жыл бұрын
I have a kindergarten-level understanding of flight dynamics and control, but I am an expert software developer. Your code description was spot-on perfect and quite easy to follow. Excellent!
@jays2002
@jays2002 6 жыл бұрын
I'd give multiple thumbs up if I could. My 20 and 15 yr olds love watching your progress and projects. Inspiring stuff from a young man ;)
@samuelnicholson8431
@samuelnicholson8431 5 жыл бұрын
I do believe I have watched this video 4 times now.... Seems like it's time to attempt this project myself. I will probably have to watch it around 50 more before I even begin to understand everything, but it seems a great way to delve into learning about this hobby. Thank you for posting your arduino code!!! Great Video!
@racox28
@racox28 2 жыл бұрын
I get a lot of confidence for the future knowing there are people like you in the world!
@ahaveland
@ahaveland 6 жыл бұрын
Many people have spent a lot of time trying to do VTOL transition and you cracked it in a few days, so congratulations! Having two contrarotating motors/props on each wing would give you yaw control, and if arranged like an "H" with a very long bridge, you'd essentially have a quadcopter with pitch and yaw stability that can transition to forward flight as well. Worth a try!
@AONUT
@AONUT 6 жыл бұрын
Thank you Tom. Your initiative is commendable. VTOL control code is exponentially more difficult than most people comprehend. Only one person in the entire world, an australian "Happy Sunday" had the patience and skill to persevere to develop working code and even he is not willing to rewrite it for a more capable controller than the kk board. Hopefully your "hack" might finally stimulate someone to take on the development effort. We sorely need it.
@kurtronhovde2184
@kurtronhovde2184 6 жыл бұрын
Congrats! It's been a long journey, but you are prevailing. I believe I will be following this model very closely but with a tri-motor setup.
@S700KYFPV
@S700KYFPV 6 жыл бұрын
Tom you are up there by being one of the most coolest guys on the planet. Love the channel.
@lescarneiro
@lescarneiro 6 жыл бұрын
Writing useful working arduino code is terrifically satisfying (I know that feeling)! Very well done Tom!
@lawriedavidson667
@lawriedavidson667 6 жыл бұрын
A great video! First time I have ever seen such clear and concise code written by a novice. Congratulations on that.
@Argosh
@Argosh 6 жыл бұрын
Nice work! As a code nut I suggest you look into functions. The true way to write good code is to have a plan. Write down what you want to do in plain English as a sequence. If you can write it in pseudo code everything else is just icing.
@luccarodrigues781
@luccarodrigues781 5 жыл бұрын
Amazing job getting that VTOL RC plane working properly. Awesome and concise explanations in the video as well!
@MJ_4458
@MJ_4458 4 жыл бұрын
To be honest Tom, I have never done any sort of coding with anything RC and I understood everything you said. I have watched a couple of other youtubers doing code but they haven’t explained in detail like you have. Great work though, I enjoy watching your videos and learning new stuff about RC and physics. Keep up the good work👍
@henryD9363
@henryD9363 6 жыл бұрын
Absolutely amazing! Fantastic! I love how you use the fade in and out method of transitioning. My guess was that it would be horrendously complicated, ugly differential equations, etc. And getting it to fly with your starting guesses about PID is also amazing. WOW!
@kmerfeld11
@kmerfeld11 6 жыл бұрын
on your setup and loop functions, void is the return type. its basically a way for the program to know what to expect from each function. So if a func has a return type of void, don't expect a return value. In other words, you can say "runs the setup function" instead of "runs the void setup code"
@jobretten5696
@jobretten5696 5 жыл бұрын
this is top notch quality information and entertainment. mate you hit the sweet spot with your vids
@sunedssing8721
@sunedssing8721 3 жыл бұрын
Uuuugghh when you switched it back vertical flight mode, and it just stopped in the air, damn. Thats hot.
@BuildingWithPasgid
@BuildingWithPasgid 2 жыл бұрын
You have been an inspiration. Finally made a vtol .I understand mixers using the kk2 vtol fireware.
@flymachine
@flymachine 3 жыл бұрын
Congrats, your innovative and busy mind continues to impress and delight me!
@josh-redeemed
@josh-redeemed 6 жыл бұрын
2:07 hmm that controller looks like it probably won't fit on the plane Tom, you might want to consider a redesign
@chikoopandya
@chikoopandya 4 жыл бұрын
Josh Palmer watch the whole video before commenting
@ashejohnston6289
@ashejohnston6289 4 жыл бұрын
@@chikoopandya Quick look up the joke is flying way over your head.
@gregoetker1389
@gregoetker1389 6 жыл бұрын
V5, integrate a 20mm in the tail rudder to make it look like a Dauphine helicopter. Then you would have yaw/rudder. The weight will also allow you to adjust CG a little easier or to have a bigger battery. Good job
@chloedevereaux1801
@chloedevereaux1801 6 жыл бұрын
dauphine..........
@frank124444
@frank124444 6 жыл бұрын
or try to implement a vaiable pitch as they have on rc helicopters with the swashplate and what not.
@microflite
@microflite 4 жыл бұрын
That’s quite impressive Tom! Getting the VTOL to FF transition is not easy. Congrats!
@marcelobrigato
@marcelobrigato 6 жыл бұрын
Awesome project, well designed and executed!! Congratz!
@MpxFlyer
@MpxFlyer 6 жыл бұрын
What if you add a really tiny motor on the tail of the plane for some proper yaw control? so not like a tircopter but a motor mounted vertically. (like a regular helicopter's tail motor). therefore you could remove the 15 grams of lead on the tail and gain some better control.
@supermatt614
@supermatt614 6 жыл бұрын
I was thinking maybe a micro vacuum pump, with tubing to the tail. Get some air passing the rudder, and then just tilt the motors a little more backwards to maintain hover.
@Chamorristaxd
@Chamorristaxd 4 жыл бұрын
Guys, do you know how it actually yaws in hover? I checked the code but I still dont know PWM ch1(0); // Throttle PWM ch2(2); // Aileron PWM ch3(3); // Elevator PWM ch4(7); // Rudder PWM ch5(1); // Tilt
@boomfiziks
@boomfiziks 6 жыл бұрын
Well done project and well done video. I’m going to show this to my STEAM-RC Aeronautics class. You’re a big favorite to a lot of my students.
@chemseddineneche5594
@chemseddineneche5594 5 жыл бұрын
Nice hybird rc plan i love it.
@diegoteclas
@diegoteclas 4 жыл бұрын
It works really good for a prototype that is beyond the conventional aeronautic & avionics concept. Congratulations dude. you're my favorite ginger :D
@DLX_Pilot
@DLX_Pilot 6 жыл бұрын
Tom! I must say I truly love your channel. I have been following you for some time now and your videos get better every week. Your fascination with aviation reminds me of myself. Ever thought about getting licensed? It is amazing to see how much you have developed. Keep the videos coming!
@cruisecho
@cruisecho 5 жыл бұрын
I love the 3D printed ribs and foam board construction! I'm going to have to give this a try! I plan on using a Helio Spring FC and ArduPlane to control it.
@bluedeath996
@bluedeath996 6 жыл бұрын
I have a KK2 board that I haven't used in years. If you would like it you're welcome to it Tom. The pins are slightly bent, but the board is fully functional and not damaged at all. I am in the UK so it won't be any hassle. Good job on your controller though.
@poudman1
@poudman1 5 жыл бұрын
Great content, great presentation! I noticed during watching your video that I had a big smile on my face. Combination with Arduino and the way you explain it. Great great great! Thank you, I will absolutely keep following you Tom!
@aeip-p7g
@aeip-p7g 5 жыл бұрын
That entrance was spectacular
@Jimbo-in-Thailand
@Jimbo-in-Thailand 6 жыл бұрын
+1 Tom - To add yaw while in hover mode can't you add some code to allow the props to tilt independently, i.e., slightly oppositely about the wing centerline. To yaw left mix the 'rudder' so the right motor would tilt slightly forward while the left motor would correspondingly tilt aft. That would give you full control of the model. Food for thought. Cheers from Thailand!
@williamthomasmi10
@williamthomasmi10 6 жыл бұрын
Absolutely mind blowing. Watching it take off and land on it's own is too cool
@sylek0
@sylek0 6 жыл бұрын
Such a cool project! I love that you put it all on its own PCB. And the video is very informative - It's nice that there's so much work put into making the Arduino code clear
@route66flyer29
@route66flyer29 6 жыл бұрын
Congratulations Tom, fantastic job, fantastic plane. *Dance the Skies*
@83RMonaghan
@83RMonaghan 6 жыл бұрын
Best video yet!
@bagel_deficient
@bagel_deficient 6 жыл бұрын
Awesome job explaining your code! I like your solution for fading between roll and yaw control. Probably way simpler than what I would have come up with given the same challenge. Keep up the good work!
@devangpatwardhan9764
@devangpatwardhan9764 4 жыл бұрын
Loved the plane's structure and function
@atomicsmith
@atomicsmith 6 жыл бұрын
stellar video as always
@davew1234
@davew1234 6 жыл бұрын
Excellent video Tom, very informative 👍👍
@peterdlynes
@peterdlynes Жыл бұрын
I think it's amazing what you have done Tom. I enjoy rc airplanes and Arduino too, but I have not yet tried to combine the two. Now I am thinking about it.
@raymckinnon2185
@raymckinnon2185 3 жыл бұрын
WOW thats alot of work you did. I did the same thing you did by running 2 kk2 boards wired with y harnesses and then out put to a 8 channel multiplexor switched on the gear switch .
@lucahb6629
@lucahb6629 5 жыл бұрын
Just an idea but to have yaw control when in a hover. Try and integrate a small (2-4 cm) propeller on a small motor in the rudder that would have minimal weight
@AlliterationsAficionado
@AlliterationsAficionado 4 жыл бұрын
I have to say, I really do enjoy your videos. You’re a great guy! Keep up the good work!
@fardrol
@fardrol 5 жыл бұрын
love the jet sound effect! so realsitic! But in all seriousness, you are genius.
@xraptor10
@xraptor10 5 жыл бұрын
The self leveling problem is likely because the "elevator authority" comes from 2 different places in both hover and 45 degree mode. The authority of both engines tilting is going to be mostly constant. But the the actual tail elevator only has authority while in forward flight. And if there's a tail wind while hovering any automatic compensation by the flight controller to the tail elevator servo will have the opposite outcome on the aircraft's pitch.
@OH8STN
@OH8STN 6 жыл бұрын
Absolutely enjoying your videos and I will certainly support you on patreon.
@OH8STN
@OH8STN 6 жыл бұрын
Done! 😊
@JoranGroothengel
@JoranGroothengel 6 жыл бұрын
Love that slide into view from below at the start
@DeadlyDiddly
@DeadlyDiddly 6 жыл бұрын
Another remarkable project. I'd definitely buy a PNP version of this plane Tom, love it. 😃👍🏼👍🏼
@bbrockert
@bbrockert 3 жыл бұрын
If you revisit this, or build a V5, the last crash in the V3 video suggests that you could do a barrel roll with zero forward airspeed. It would be an impressive trick to program into your flight control system.
@ianvicedomini2648
@ianvicedomini2648 4 жыл бұрын
I'll admit I'm totally brainless when it comes to building a plane or anything remote control to be honest but you managed to pull this one off incredibly mate. Great video
@kadebrown6162
@kadebrown6162 6 жыл бұрын
always keeping a look out for your name in my subscription feed! ! !
@miniman3112
@miniman3112 6 жыл бұрын
Great progress! Congrats on the maiden flight, really inspiring series!
@microflite
@microflite 5 жыл бұрын
Great work Tom! I really appreciate the detailed explanations. You make it appear a lot simpler than it really is!
@immersion-fx6650
@immersion-fx6650 6 жыл бұрын
Love your work Tom!! I agree that more, open source VTOL code - for current FC boards, would be greatly appreciated.
@kitt28
@kitt28 5 жыл бұрын
i think this would make a great project for someone getting into solder and coding plus arduino coding
@Gamen4Bros
@Gamen4Bros 6 жыл бұрын
Ur one of the channels who really earn millions of subs
@whidzee
@whidzee 6 жыл бұрын
Love it mate. Great work. You could add a servo on the tail to replace your extra weight. This will give you your rudder control you want
@danielegerussi7453
@danielegerussi7453 6 жыл бұрын
Instead of tilting the motors only you could tilt the wole wing, this solves 2 issues: -you no longer need to keep the motors far from the wingtips -you can use ailerons to get yaw control
@gregorykress1641
@gregorykress1641 4 жыл бұрын
Tom, I am SO impressed!! Excellent R&D and excellent explanations!!
@nope2726
@nope2726 2 жыл бұрын
I had thought about doing this kinda project then I found your video. It being your first Arduino Project you should be proud of yourself. I have been thinking now about a vtol plane that uses two props built into holes in the tail wing so that you would not need the control surfaces at all it would just turn the rear motors off when it was flying horizontal.
@jemlittle1787
@jemlittle1787 5 жыл бұрын
great project bud, keep it going
@walton909
@walton909 6 жыл бұрын
Great work Tom. V impressive.
@alexgian9313
@alexgian9313 6 жыл бұрын
Brilliant for a first effort! Inspirational I'd say... FWIW (probably not much) have you considered replacing the tail with a (third) tiltable motor, acting as a thruster in normal flight? Then, with small adjustments, it could also double as an elevator, but it could make VTOL a doddle when pointing up, especially as you could also easily add auto-leveling. Thanks for the great vids!
@spr00sem00se
@spr00sem00se 6 жыл бұрын
excellent, I once made an auto stabiliser for an RC plane as I kept getting confused when bringing it out of rolls. After discovering that my code was inverted on the first launch, the second worked well and I had a nice stabalised plane with limits to pitch and roll that were adjustable via a pot on the controller. It wasnt as good as an off the shelf solution, but it was cheap and MINE :)
@kevinberry5793
@kevinberry5793 6 жыл бұрын
Impressive engineering Tom. Good job!
@deyonbisram4406
@deyonbisram4406 4 жыл бұрын
Amazing creasion
@garykongmany6925
@garykongmany6925 6 жыл бұрын
Great build and very informative. Instead of a counter weight in the tail, have you considered a rudder servo in the tail to help balance. Good job none the less👍
@jonnupe1645
@jonnupe1645 5 жыл бұрын
Thanks for going into detail with the code 👍
@davidf2281
@davidf2281 6 жыл бұрын
Great stuff as always.
@Henchman1977
@Henchman1977 6 жыл бұрын
There's a little app called IMPULSERC that should fix your flashing problem with windows 10.
@MCsCreations
@MCsCreations 6 жыл бұрын
ImpulseRC Driver Fixer. 😊 And there are a few drivers that should help too. 😉
@francoislanglois4642
@francoislanglois4642 6 жыл бұрын
He can use STM32 ST-Link too... lots of possibilities
@PeterGMerchant
@PeterGMerchant 4 жыл бұрын
Linux Kubuntu would fix the problems with windows 10.
@ShamblerDK
@ShamblerDK 4 жыл бұрын
@@PeterGMerchant Sure, Linux is nice... if you have endless time for tinkering. Personally, I prefer to be productive.
@Andreas-kk2uk
@Andreas-kk2uk 4 жыл бұрын
@@ShamblerDK That was maybe 20 years ago, take a look for yourself with a live usb boot stick, instead of blindly trusting M$ propaganda. My grandma uses linux, so even you could make it work
@gryfandjane
@gryfandjane 6 жыл бұрын
Really interesting, Tom! Congrats on getting her to fly, and pretty well at that. I enjoyed your walkthrough of the arduino code. It was very cool to see what’s going on behind the scenes when you wiggle the sticks. Best regards -
@EricBliesener
@EricBliesener 6 жыл бұрын
Wow very nice project and video Tom! Since you are now making more and more Arduino projects for aircraft I would recommend using more efficient small microcontrollers. A teensy 3 micro controller is about as big as an Arduino nano and is much more powerful so you can run the loop at 10-20x the frequency. I've been using those for 10 years now for aerospace projects and I couldn't recommend it more.
@crcpeart
@crcpeart 5 жыл бұрын
Love your videos. It would be really great to see some basic coding tips from you to perhaps a few links to where you learnt the coding so quickly... thanks !!
@7cle
@7cle 5 жыл бұрын
For entertainment only. Well only entertainment but a hell of a lot of entertainment indeed. You make it look so simple when even for a clever guy like you it took months. Well done nonetheless.
@vitaliigalecki7561
@vitaliigalecki7561 5 жыл бұрын
Nice job, man!
@ahmadalghooneh2105
@ahmadalghooneh2105 5 жыл бұрын
Love the video, you are so good that you share all that experience
@gcmlrd12
@gcmlrd12 Жыл бұрын
That’s a genius work , thanks for sharing
@Bigginger61
@Bigginger61 6 жыл бұрын
You are a clever git, thanks for your interesting and inspiring videos.
@aidanginise
@aidanginise 6 жыл бұрын
You might want to think about adding a very small motor to the back of the craft. Not only will it allow more control in forward flight mode, but when in hover mode, you could have more "drone-like" control. I don't know, it's just something you should think about.
@scalercheli
@scalercheli 2 жыл бұрын
I love it. What's flight control main board name that u use for VTOL? Tks u.
@rafaelbachmann3619
@rafaelbachmann3619 6 жыл бұрын
I am sure you know, but in your design you only have 2 degrees of freedom whereas a VTOL usually needs at least 3 to work well. You could have used a tiny propeller on the boom to give you pitch control on hover. That's why you get no self-level :) Usually, the PID outputs for different flight modes differ quite a bit, but again you are lucky here. The openAeroVTOL firmware really was quite good, it is sad to see it slowly fade into oblivion. I have a basic rewrite but I don't yet support transitioning flightmodes reliably. In your specific case I am surprised (positively) that it works that well. Great vid!
@medienmond
@medienmond 2 жыл бұрын
Yeah! You have found the windows xp hills, beside testing your new plane in the fields
@nraynaud
@nraynaud 6 жыл бұрын
I would be curious to see what the active control code (stuff like full state control) would look like. But you would probably need a pitot tube to do that.
@sleekitwan
@sleekitwan 4 жыл бұрын
I absolutely admire the projects you undertake, and your success may vary, but your learning ramps up always. TINY piece of info for you regards aeronautical engineering, not from me, but from NASA, which you may have seen: NASA have produced a winged aircraft, full-size, electrically powered, and made a few mods to the basic aircraft. Primary, there are two things...First, the chord length of the wing (the width as you will know Tom) is surprisingly narrow, which they say makes it 500% as efficient. Secondly, there’s two big props, one each end of the wing very like your design, but there’s a huge array of smaller drone-type propellors ranged along the wing span between the outer props and the fuselage - reminiscent of that Howard Hughes monster plane long ago! The little props are only for taking off, like ‘booster rockets’ on a space shuttle. Good on you Tom, press on!
@Aussiem8e
@Aussiem8e Жыл бұрын
That's bloody awesome mate!
@RadekMacha
@RadekMacha 3 жыл бұрын
Nice, I've been looking for something like this (with arduino code showcase specifically) for quite some time. Thank you! On a sidenote, you'd usually put your magic numbers (e.g. 1500 constants, 0.2 mixin percentages etc.) in a const int or const double declaration somewhere up top. That way you can tweak them homogeneously without running into weird issues if you randomly overlook a value and forget to change it.
@silasmarner7586
@silasmarner7586 6 жыл бұрын
extremely well done Tom!
@Lineracing
@Lineracing 6 жыл бұрын
Looking awesome, thanks for sharing!
Optimising a VTOL
21:14
Tom Stanton
Рет қаралды 2,7 МЛН
Building a V22 Osprey - Part 1
12:22
Tom Stanton
Рет қаралды 2 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 10 МЛН
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
路飞与唐舞桐
Рет қаралды 28 МЛН
You Won't Believe How EASY this RC VTOL Plane Flies - TheRcSaylors
16:29
Atmosphere Powered Car
23:10
Tom Stanton
Рет қаралды 1,1 МЛН
RC Paramotor
23:45
Tom Stanton
Рет қаралды 514 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,1 МЛН
Gyro-Stabilized Monorail Train
18:10
Hyperspace Pirate
Рет қаралды 122 М.
Engineered Mini Flying Wing
9:05
Samm Sheperd (SNRS)
Рет қаралды 1,2 МЛН
YuXiang W500 VTOL RC Airplane: Ultimate Fun VTOL RC Airplane
17:47
Channel Wing Plane
6:34
Tom Stanton
Рет қаралды 871 М.
Forget About Raspberry Pi! Use Your Old Phone Instead.
9:09
Doctor Volt
Рет қаралды 388 М.
Building a Solar Plane
22:00
ProjectAir
Рет қаралды 1 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 10 МЛН