Taming the Tail-Sitter: Hover to Forward Flight Explained

Sdílet
Vložit
  • čas přidán 21. 07. 2024
  • Thanks to PCBWay for sponsoring this video--check out their website for an instant quote on custom PCBs, 3D printing, or even CNC machined parts: www.pcbway.com/?from=Nicholas
    In theory, tailsitter VTOL aircraft are incredibly simple--just add a wing to something like a quadcopter, pitch it over 90 degrees, and cash in on the sweet, sweet efficiency benefits of forward flight. But there are actually 4 key challenges to address in the flight controller for a smooth transition between hover and forward flight.
    Patreon: / nicholasrehm
    My Website: www.drehmflight.com/
    dRehmFlight VTOL flight controller used in this video: www.drehmflight.com/drehmflig...
    Tailsitter specific code: www.rcgroups.com/forums/showp...
    Drone flight controllers that support transitioning VTOL configurations often simplify the complex task of performing a transition to the flick of a switch. This is awesome for people who like stuff that just works, but terrible for people that like to understand how things work. So how do you actually tell a flight controller to perform a VTOL transition? Rather, how does a flight controller tell the airplane to perform a transition? Tailsitter VTOLs need extra care in the flight controller through their transition, mainly because the definitions of roll and yaw control with respect to the body flip between hover and forward flight. This requires careful remapping of stabilized controls out to the motors and servos, in addition to a flip of the fundamental aircraft frame of reference. Another key to a smooth transition is tuning PID gains separately for each flight mode, and ensuring a seamless and smooth fade between all of these flight mode differences. This video covers how I did this using a little bit of custom code in my opensource flight controller, dRehmFlight. If you found this video interesting, don’t forget to subscribe so you can be up to date on future projects like this!
    Intro: 00:00
    Flight Controller Basics: 00:54
    Problem 1 - Switching Roll & Yaw: 02:58
    Problem 2 - Switching Frame of Reference: 04:30
    Problem 3 - Gain Staging: 06:58
    Problem 4 - Smoothing it Out: 08:04
    Conclusions & Crashes: 09:45
    #VTOL #Tailsitter
  • Věda a technologie

Komentáře • 304

  • @NicholasRehm
    @NicholasRehm  Před 9 měsíci +118

    I want to demystify these sorts of drone concepts all the way down to the actual implementation. Did seeing the code help, or bore you?

    • @martijnknol8690
      @martijnknol8690 Před 9 měsíci +30

      It was super interesting to see the code! Makes it all more clear and interesting :)

    • @bradleybauer1041
      @bradleybauer1041 Před 9 měsíci +17

      Seeing the code was helpful, thanks!

    • @moochasas
      @moochasas Před 9 měsíci +9

      Love seeing the code..... it takes a while for me to understand it.... never boring... I have spent hrs and hrs on your projects.

    • @RizHassan
      @RizHassan Před 9 měsíci +1

      This was a well thought out application challenges/educational video; however, I cannot help to think if you had simply added two rudders behind the motor thrust-line so regardless of the flight mode you had same control inputs. Any thoughts?

    • @tomtom9184
      @tomtom9184 Před 9 měsíci +1

      Very interesting. I need to learn to code though.

  • @mikegofton1
    @mikegofton1 Před 9 měsíci +92

    "Hey look, it's RC test flight"😀. Great explanation of the transition problem.

    • @dronefootage2778
      @dronefootage2778 Před 9 měsíci +15

      this video actually took work to make and offers something unique. all RC test flight does anymore is drive around in a boat.

    • @aerialcombat
      @aerialcombat Před 9 měsíci

      ​@@dronefootage2778inaccurate

    • @noatreiman
      @noatreiman Před 9 měsíci

      @@dronefootage2778tbh tho im still here for the boat stuff (i started watching in like 2017 for the solar plane project 🤩)

    • @GeahkBurchill
      @GeahkBurchill Před 9 měsíci +2

      @@dronefootage2778I’m wondering where your great output of high effort work is?

    • @dronefootage2778
      @dronefootage2778 Před 9 měsíci +2

      @@GeahkBurchill i just watch youtube

  • @nacorti
    @nacorti Před 9 měsíci +66

    This is probably the most cogent explanation I've seen about tailsitter flight dynamics. Breaking down the problems one step at a time, plus not being afraid to show code, makes this super easy to understand. Excited to see your next build!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +14

      Hearing this gives me the awesome feeling of "mission accomplished", thanks a ton!

    • @nacorti
      @nacorti Před 9 měsíci +1

      @@NicholasRehm 🫡 Least I can do when my latest bicopter is powered by dRehmFlight!

    • @cory884
      @cory884 Před 9 měsíci +4

      Seeing each step was fantastic! I'm especially impressed he was willing to fly all of the intermediate steps that he knew were going to fail. It's so easy to just think through these problems and skip to what you assume is the finished solution, but actually testing the physical response of using a binary transition or not changing the forward flight gains really drives the lesson home.

  • @isaacbrewer5616
    @isaacbrewer5616 Před 9 měsíci +37

    I’ve been wanting to make a tailsitter for a while now! Great video!!! Keep it up!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +7

      Thanks! Hope this inspires you to follow through with it

    • @farkhodkhikmatov4738
      @farkhodkhikmatov4738 Před 9 měsíci +1

      ​@@NicholasRehmwhat parameters on ardupilot should we pay attention to in order to smooth and tune our quad tailsitters? Please let me know!

  • @BloodyMobile
    @BloodyMobile Před 9 měsíci +4

    This is the most impressive "unimpressive" piece of foam I've watched in a long while.

  • @andresmonagas7662
    @andresmonagas7662 Před 9 měsíci +6

    The fact that you give such a good explanation into how and why you did things, makes this video to be into a whole other level. It passes from being an entertainment video to be a super good educational video + still being fun to watch. I'm exited to see the next project.

  • @smacksille1951
    @smacksille1951 Před 9 měsíci +1

    so smart that you put a timeline on yr advertisement.. I watched the whole ad rather than clicking ahead, because I knew the length.

  • @Brian-S
    @Brian-S Před 9 měsíci +2

    Yep, I think it's time to breakout the drehmflight board again and play with it some more! You really have made something special here with your software and videos. I appreciate you taking the time to share this stuff with the world

  • @JasonEsquivel
    @JasonEsquivel Před 9 měsíci

    I don't recall how I stumbled upon this channel but I'm happy I did. The way you explained all that gibberish was impressive. Keep doing what you're doing!

  • @irkedoff
    @irkedoff Před 9 měsíci +3

    Thank you for adding the code in the video. It helps me to understand. I can't wait to see the next video.

  • @robertstark3326
    @robertstark3326 Před 9 měsíci +1

    Nicholas, your videos are great and this one is particularly excellent. That was a great demonstration of engineering synthesis and how to systematically go about solving multiple problems. It was great that you were able to show how the VTOL behaved under the various steps of the design process.

  • @crashfactory
    @crashfactory Před 9 měsíci +1

    fabulous video. i really like the progression: stepping through each problem on the path one at a time, and placing the viewer in the mode of expecting each change to be the last one, but then exposing the remaining issues to address

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      Hey thanks! It was a fun process to work through and I'm happy I could share

  • @flomojo2u
    @flomojo2u Před 9 měsíci +4

    Nice! It's always cool to see people who are able to do physical design/builds, complemented with coding skills to solve both problem domains. Really looking forward to your large, folding design!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +2

      Thanks! Hoping to have that one flying any day now

    • @irkedoff
      @irkedoff Před 9 měsíci +1

      ​@@NicholasRehmI hope it goes well!

  • @bob2859
    @bob2859 Před 9 měsíci +1

    That tease of a reconfiguring quad-to-fixed-wing looks VERY cool.

  • @k.o.0
    @k.o.0 Před 9 měsíci +1

    Great technical overview! I purchased Horizon Hobbies Xvert 5 years ago. Great VTOL and performs like your plane for transitions. This plane is a ton of fun to fly and very inexpensive. Keep it up! Love your videos.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      Lots of fun tech packed into that plane!

  • @wearemany73
    @wearemany73 Před 9 měsíci +4

    You make such brilliant, groundbreaking videos with some nice engineering work too. We’ll done Nicholas, another one in the can.👍

  • @lasersbee
    @lasersbee Před 9 měsíci +1

    Well done... Flies and transitions much smother now.

  • @Ma_X64
    @Ma_X64 Před 4 měsíci

    Glad you was able to hear what I was screaming through the screen from the beginning of your video about you need a factor changing the weight of control and two different controllers for diffenent modes. :D

  • @TheEragoon
    @TheEragoon Před měsícem

    So you basically need 2 FC profiles, different PID values, reference orientation & controls. Neat!
    Also, the fade part is smart!

  • @anonymous.youtuber
    @anonymous.youtuber Před 9 měsíci +1

    Very nice video ! Especially great that you let us in on the engineering process. ❤ this !

  • @knight907
    @knight907 Před 9 měsíci +1

    The only thing your “unimpressive piece of foam” needs to be my dream aircraft is a camera, vtx, and code that pivots the camera mount 90 degrees during flight mode transition. Your next project looks absolutely stunning! I can’t wait to see it! Thanks again for all your hard work and for sharing it with us. 🙏

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +2

      That sounds like it would be a sweet setup. Check out my buddy peter's mini-qbit for something eerily similar czcams.com/video/W0tthPSNnRE/video.html

    • @knight907
      @knight907 Před 9 měsíci

      I suppose a second camera and a PWM-controlled switch would be about the same weight as a servo and linkage, with less mechanical complexity. If the camera switch signal was sent as part of the flight mode transition function, it would make the transition even simpler. Thanks for the video suggestion. 👍

  • @SlowerBurrito
    @SlowerBurrito Před 9 měsíci +5

    Amazing in-depth vid, thanks for inspiring others!!!

  • @AerialWaviator
    @AerialWaviator Před 9 měsíci

    Flight dynamics and controls is such a challenging problem. So many important details!
    Great clear walk-thru of the basics leading up to achieving stable transitions. Being able to make reasonably smooth transitions to level flight without airspeed or angle of attack sensors is pretty amazing.
    The ultimate test would be to fly the tail sitter through a loop, or barrel roll ... involving transitions to hover at various points in the maneuver.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      That would be fun. Wish I had more time to dig a little deeper

  • @gyrogearloose1345
    @gyrogearloose1345 Před 9 měsíci

    Awesome work! Incredible what a single - very intelligent and hard-working - individual can do. Many thanks for the fun and inspiration.

  • @andrewfleenor7459
    @andrewfleenor7459 Před 7 měsíci

    I get how a smooth transition between hover and forward flight is better, but dang that sharp transition looks kinda badass, too.

  • @flack3
    @flack3 Před 9 měsíci

    Great project! Thanks for the video, Ill be waiting for more!

  • @phpn99
    @phpn99 Před 9 měsíci +1

    You are brilliant. Everyone wants to see you build a single-seater VTOL machine capable of 1 or 2 hours of flight time, will essential avionics (com, nav, weather), and some safety features (enclosed blades or jet ; crash parachute...) ; plus a pivoting nacelle - that would be THE airborne motorcycle

  • @dempa3
    @dempa3 Před 9 měsíci

    Very well explained! Outstanding! I'd like to fly a foam VTOL like this!

  • @taterbits
    @taterbits Před 9 měsíci +1

    Bruh..... this science of yours seems a lot like magic 🤯 (nice work!)

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      Hopefully a little less mysterious once its broken down!

  • @ZeJuggler
    @ZeJuggler Před 9 měsíci +1

    It's an interesting coincidence that the CZcams silver play button and quadcopters both have 4 corners🤔👀
    Great video, keep it up!

  • @EssGeeSee
    @EssGeeSee Před 9 měsíci +1

    Congratulations. Very impressive.

  • @tuberroot1112
    @tuberroot1112 Před 7 měsíci

    The code is very clear and simple and well written. Thanks for making that available, it helps see how all this works. Have you done any more on the spinning 3-wing drone. I love the way it looks in straight flight. You left a teaser at the end of "part3" but I don't see anything since and that was a year ago.

  • @RizHassan
    @RizHassan Před 9 měsíci +1

    Looking forward to your next Tailsitter larger project.

  • @renatomsgomes
    @renatomsgomes Před 9 měsíci

    You have a great talent to explains things

  • @LanceCSTCuddy
    @LanceCSTCuddy Před 9 měsíci

    Well that freaked me out.
    I was across the room listening to the end of the video and I hear (seeming to come from someone in the room) “hey look it’s RCTF” and of course the next thing I hear is Daniel’s voice as a video I had started yesterday auto-played. I was utterly confused for about five seconds. Well done lol

  • @susheelkumarpippera7877
    @susheelkumarpippera7877 Před 9 měsíci +1

    dude, i always love your videos. Now they are getting funny too with your crazy humor😍🤩

  • @PCBWay
    @PCBWay Před 9 měsíci +2

    This is so GOOD, Nick! 👍👍

  • @clonkex
    @clonkex Před 9 měsíci +1

    As a programmer, as soon as you had the violent transition working I was like, ok nice, the final step is just an easy lerp from hover to forward!

  • @theoldknowledge6778
    @theoldknowledge6778 Před 9 měsíci

    Amazing video, thank you very much!!! Can't wait for the next one...

  • @sakarrc5001
    @sakarrc5001 Před 9 měsíci

    Thank you man! Great to do :)

  • @moochasas
    @moochasas Před 9 měsíci

    Thanks for the arduino version added to the RCGroups page... now to sort the wiring out..... if you only knew the amount of times I tried to set up a tailsitter years ago using other flight controllers....this seems too simple to be true.... now to dust off a few old wings.... and print some more glue on motor mounts..... cheers

  • @goldbornmusic2025
    @goldbornmusic2025 Před 9 měsíci +1

    Awesome video, excellent well done.

  • @chuckraymond3564
    @chuckraymond3564 Před 9 měsíci

    Do a short video on the hardware and programming environment you used for your development, Nice Video

  • @ilkoderez601
    @ilkoderez601 Před 9 měsíci +1

    You have some AWESOME videos! Thank you!

  • @0xBE7A
    @0xBE7A Před 9 měsíci +1

    Really interesting video!

  • @grimtagnbag
    @grimtagnbag Před 9 měsíci +1

    Love how to showed the code and talked about how. Peeps leave out the details so thanks for the info cause I want to do this shit but I ain’t that so any info is awesome!!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      I made this video for curious people exactly like you 😄

  • @greatoak7661
    @greatoak7661 Před 9 měsíci +2

    Hey, I know you aren't impressed with your "piece of foam", I am impressed. I've been trying to get a plane working but struggling with the balance because I have older, heavier equipment.
    Basically, another awesome job! Well done.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      Thanks for the comment, keep at it with your project!

  • @licencetoswill
    @licencetoswill Před 9 měsíci

    great explanation, detailed and clear.

  • @wsshambaugh
    @wsshambaugh Před 9 měsíci +1

    Not sure if you realized, but at the end with the scaling factor you reinvented “fuzzy logic control”

  • @EricSampson
    @EricSampson Před 9 měsíci

    Great explanation

  • @jnicks
    @jnicks Před 9 měsíci

    Love your videos. You're a great engineer.

  • @fenotesin6739
    @fenotesin6739 Před 9 měsíci

    i am impressed man , pls tell us more about this nice piece of foam. :D

  • @anantpandey6035
    @anantpandey6035 Před 9 měsíci +1

    great work

  • @iforce2d
    @iforce2d Před 9 měsíci +5

    Reminds me of something :)
    I was planning to try the gradual transition sometime, but using a little simple sin/cos scaling. Seems to me that the relation to gravity magnitude is what matters, and that does not change linearly with pitch angle.

    • @TitanTrigger
      @TitanTrigger Před 9 měsíci

      Maybe not gravity... It's true the gravity stays constant but I think the distinction is because regardless of pitch angle, air provides the same control authority from a control surface regardless of the direction that the plane is flying. Air gives the same resistance regardless of whether you fly up or sideways.

  • @Tritone_b5
    @Tritone_b5 Před 9 měsíci

    I have built my own "tail sitter" I used iNAV in heading hold mode. I find the transition of roll to yaw and vice versa confusing, although given in my case, I don't need it to land in hover; given I have an advantage that my craft can do high alpha up to a hover.
    IMO the advantage to roll and yaw switching is in tilt rotors. Still a feat to do it all on your own code.

  • @TheBillzilla
    @TheBillzilla Před 9 měsíci

    A very informative video, many thanks.

  • @morkovija
    @morkovija Před 9 měsíci +1

    this is indeed the easiest way to transition. Cant wait for the big project!

  • @user-pw5do6tu7i
    @user-pw5do6tu7i Před 9 měsíci +1

    great video.

  • @JW-lp8oz
    @JW-lp8oz Před 2 měsíci

    This tailSitter looks so much fun!
    I want to build one ❤
    I found that you provide the final code over at Patron!
    You should totally rebundle this video as a build video, and market it as: a cheap sub 250 project you can build with your kids and have a great intro to programming 🎉
    This is basically kiwico without the parts.
    And you buy working code by signing up for Patron 😊

  • @turner3d1
    @turner3d1 Před 9 měsíci +3

    "unless you're an investor" 😂

  • @PalmliX
    @PalmliX Před 9 měsíci

    This would be a great way to get beginners flying.

  • @senorjp21
    @senorjp21 Před 9 měsíci

    Wow that works really well

  • @moochasas
    @moochasas Před 9 měsíci +12

    Perfect..... are you putting the raw code up like you did with the F35? This would be awesome to have... or is it documented somewhere. cheers

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +8

      I think I'll be doing a write up on the rcgroups thread and I'll post it there--excited to see what you cook up! Hope you're doing well

    • @moochasas
      @moochasas Před 9 měsíci +1

      That would be awesome....... I have tried a few tail sitters but nothing worked hence the excitement and comment.. Still flying the F35, made a few tweaks to the transition timing so its dialed in and does not dip down when going into FFF..... I have the Nemo set up ready just waiting to assemble the printed parts.. also have another teensy ready to be set up for a small F18...... I was wondering how big a plane you could use this board on as I have a few larger foamies that I want to try it on just for stabilisation.... as for me I just retired 3 months ago and we have been travelling and just relaxing..... if you want to see some of the plane stuff I have been doing since retiring feel free to check out my YTch ... I hope all is well there with you, stay safe and keep up the great work.. BTW I still check in the RCG thread to keep up with what is going on... cheers from downunder
      @@NicholasRehm

  • @katanamd
    @katanamd Před 9 měsíci +2

    This is an awesome project! I love things that are mechanically simple and reliable yet work really well.
    One thing I don't agree with is the "quadcopter" control layout when in hover mode. As an rc pilot with 30 years experience. My brain naturally would tell me to fly this plane shaped vehicle with an airplane control layout. Using the yaw stick to control yaw as if it was pointing straight up, and roll to twist around the vertical axis.
    This would also make the configuration much simpler.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      Agreed, sometimes my brain confuses me too being primarily an airplane guy. Thanks for the comment!

  • @charliezhuo6950
    @charliezhuo6950 Před 9 měsíci

    Would it help to read forward airspeed using a pitol tube, set a target airspeed, and base your transitional mixing on those.

  • @AzaB2C
    @AzaB2C Před 9 měsíci

    Great project, results and walkthrough of your process, and learnings. What software do you use for the visuals/diagrams? Cheers!

  • @ryanellis4383
    @ryanellis4383 Před 9 měsíci

    This settles it, I'm making a Drehmflight FC PCB thats actually made properly. Last time I tried it really wasn't up to spec, but seeing what you can do with it tells me it's worth it to go again.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      Check out @michaelrechtin's 3d printed quad project...he made a pretty sweet pcb breakout and I have a few on my desk now. Here is another someone made: github.com/joerenteria/dRehmFlight-PCB

  • @alexanderfaucher1619
    @alexanderfaucher1619 Před 9 měsíci

    So neat. Is this something someone could pickup and flash to a tailsitter or are there bonus steps?

  • @darkenblade986
    @darkenblade986 Před 9 měsíci

    very cool man. really good break down. I feel you should show more code examples but that could just be my cs brain talking! lol

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      I'm doing everything I can to work more code in, but people click away real fast once it hits the screen :(

  • @StuartRobinson123
    @StuartRobinson123 Před 7 měsíci

    is "yaw" spinning about the vertical axis wrt to the earth? or wrt the plane. new to all this but i was under the impression it was spinning around an axis perpendicular the wings surface

  • @ltpinecone
    @ltpinecone Před 9 měsíci +1

    So cool!

  • @JinKee
    @JinKee Před 9 měsíci

    I remember designs for carrier based tailsitters for the US navy in old popular mechanics magazines. Without fly-by-wire they would have been death traps.

  • @sixtofive
    @sixtofive Před 9 měsíci

    Very interesting!

  • @yancymuu4977
    @yancymuu4977 Před 9 měsíci

    Incredible work! Do you have any thought as to the increase in range in airplane mode. Thanks.

  • @vincentjeremyalcaraz5013
    @vincentjeremyalcaraz5013 Před 4 měsíci

    Hi, I'm new, trying out a tail sitter VTOL. Am I required to use a CW+CCW motor combination? Or I can just use a CW+CW to make this work?
    I would really like to know. I'm so inspired to make one of these. Thanks in advance!

  • @simba15
    @simba15 Před 4 měsíci

    Is it possible to get a guide on how to build the foam Plane?

  • @MorningView
    @MorningView Před 9 měsíci

    Vtol amazing. Great movie.

  • @GregFPV
    @GregFPV Před 9 měsíci

    @nicholasrehm thinking about making your own flight controller or a variant of the teensy board with the IMU integrated now that you are working with PCBWay?

  • @markfew1134
    @markfew1134 Před 9 měsíci

    Fantastic video, is there a version of the code specifically for this tail sitter, I would like to try building one of my own?

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      I'll probably post the modified version from this project in my rcgroups thread sometime soon

  • @shiningirisheyes
    @shiningirisheyes Před 9 měsíci +1

    From Ireland thanks

  • @any1alive
    @any1alive Před 9 měsíci

    i wodnering
    is it possible when you flick the switch to have a timer like 1-2 seconds where it calculates what boths tates are and does100:0 then slowly fades to 0:100 of the other settigns merging them so it isnt a sudden jerk, but it slowly tilts over i unno, XD
    yaaaay i was right, but it was called fading :D and linear transition

  • @mrityunjay1234
    @mrityunjay1234 Před 9 měsíci

    Great video. Love how you explained different aspects of the problem the approach to resolve it. I am thinking of buying a teensy and build one of these. Will it work on a nano goblin which has only one motor or will need a lot of tuning and changes to the code?

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      Sure you can throw it on a nano goblin to stabilize forward flight, but I don't think you'll be able to hover it

    • @mrityunjay1234
      @mrityunjay1234 Před 9 měsíci

      @@NicholasRehm thanks for the reply. I was more interested in the hover actually to make the nano goblin a vtol. Any specific reason why this would not work?

    • @mrityunjay1234
      @mrityunjay1234 Před 9 měsíci

      @@NicholasRehm will putting this on a heewing t1 ranger hover it? That has 2 motors but a real elevator instead of elevons. I am assuming no. But just confirming.

  • @vigneshbalaji21
    @vigneshbalaji21 Před 9 měsíci

    I have a generally doubt - What is the difference between Normal PID and Geometric PID for aerial vehicles control ? I am a bit confused and It will be very helpful if you can demystify it.

  • @DiyDot3d
    @DiyDot3d Před 3 měsíci

    Hi.Any plan available to build this??

  • @staymad7206
    @staymad7206 Před 5 měsíci

    any thoughts on the eclipson E vtol>?

  • @geoffcooper4476
    @geoffcooper4476 Před 9 měsíci

    Just wondering what motors, esc, and battery combo's you're using here....Oh and keep up the fantastic work!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      Cheapest dys sunfun motors they sell on getfpv, some cheap knockoff blheli ESCs from Amazon, and lots of 1500mah 4s batteries. That basically flies 90% of what I build

  • @markifi
    @markifi Před 7 měsíci

    i liked the violent mode switch more it made a cool sound

  • @gael5773
    @gael5773 Před 8 měsíci

    could you share the process, code, component , and step you followed for us to recreate those amazing fom project 🎉🎉🎉🎉🎉

  • @bowmanzz1
    @bowmanzz1 Před 9 měsíci

    Where has this been all my life? I'm putting this control scheme in my AIM-7 for next years FF!

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      YOU'RE THE SIDEWINDER GUY????

    • @bowmanzz1
      @bowmanzz1 Před 9 měsíci

      @NicholasRehm I had the big white missile, with the dual drone motors, it was technically an aim 7 sparrow

  • @WilsonFunTech
    @WilsonFunTech Před 9 měsíci

    cool tech 👍

  • @MehdiShirazi-to4co
    @MehdiShirazi-to4co Před 9 měsíci

    Great Video thank you! Is there a place to get help/share/knowing others porting to ESP32-S3 ?

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      No, I think that’s a fairly small effort. Teensy is only $20 and no painful porting required-works out of the box

  • @savourypotato
    @savourypotato Před 9 měsíci

    Would be fun to try a servo on a hinged motherboard, change the angle relative to the wing instead of software.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      People have definitely done that in the old days of RC flight controllers

  • @pepethefrog7193
    @pepethefrog7193 Před 9 měsíci

    Would it not be easier to auto-transition the controls depending on pitch angle instead of a switch input?
    yawservo = yaw*sin(pitch) + ail*cos(pitch) type of thing?
    Obviously it would cripple aerobatic flight, but that is not the goal i think.

  • @ikademi73
    @ikademi73 Před 9 měsíci

    Hi. I want to ask a question about your previous video: "Is THIS the Most Versatile Aircraft Design? (Forward Flight Testing) - Part 2". Could you please explain how you solved camera rotation problem? I want to do it in my project but I did not understand how. Thanks for your help.

  • @makhloufhennine6894
    @makhloufhennine6894 Před 8 měsíci

    wow it is insane

  • @6Twisted
    @6Twisted Před 9 měsíci +2

    If anyone would like to try designing and programming this in a game I recommend Main Assembly

  • @mitseraffej5812
    @mitseraffej5812 Před 9 měsíci

    Very cool.

  • @gauravs4950
    @gauravs4950 Před 9 měsíci

    Hi Nicholas,
    Great progress. Have been following your videos for quite a long time and glad to see that all missing pointers of tailsitter behaviour are solved in this video.
    I have few queries :
    1) How about putting rudder or split flaps for forward flight. Does it creates any major difference instead of thrust vector?
    2) Would like to touch base with you for a project. Kindly let me know how to connect with you.

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci

      Rudder, split flaps, differential thrust--they all create a yawing moment which is the same in the eyes of the flight controller

    • @gauravs4950
      @gauravs4950 Před 9 měsíci

      Thanks for the revert. Is it possible to connect Raspberry Pi to this for further camera integration ?

  • @MrOlezhandr
    @MrOlezhandr Před 9 měsíci

    I am impressed by the work done. Is firmware based on Ardupilot/BF/iNav or something else? Can I try this FW on my aircraft?

    • @NicholasRehm
      @NicholasRehm  Před 9 měsíci +1

      It is my own flight controller code running on an arduino-compatible microcontroller. Check out the link the description to the GitHub repo

  • @JoeTaber
    @JoeTaber Před 9 měsíci

    "The sensor fusion algorithm is not AI, unless you're an investor in which case it's definitely AI." 👏😂