ctzsnooze
ctzsnooze
  • 143
  • 45 948
Short Altitude Hold Test
This is with Betaflight's new altitude hold code, currently being developed.
All settings are stock, with altitude measurements from GPS 90% and Baro 10%.
The flight was done in direct line of sight.
I have let go of the throttle; there are no pilot-inputs to control throttle. The altitude hold code is varying throttle under PID control, attempting to maintain a constant altitude.
I am using the right stick to make quick pitch and roll corrections, and to make some fast forward and backward movements using pitch.
There was a fairly strong wind towards me and to the right.
I'm not trying demonstrate not how well it holds a stable hover - it will typically stay within half a meter of target altitude - but how it will hold altitude quite well, even with sudden changes in pitch (or roll). It's not perfect, but to get +/- 1m vertical control accuracy with primarily a GPS input and such sudden changes in motor thrust is quite remarkable.
The GPS had 14 sats and wasn't stable in altitude. While waiting to get sats, the reported altitude varied from 12-19m ASL. It stabilised quite a lot before I made these flights.
มุมมอง: 42

วีดีโอ

HD Testing Day 2
มุมมอง 202 หลายเดือนก่อน
Comparing video from my old Analog base station signal (PAL 576i50) vs HDZero (540p90) on goggles. 25mW in both cases with the same antennas on both. Analog picture looks pretty good in HDZero goggles! When there's interference, the main problem is that whole image kind of moves around and flickers. And, at first, HDZero at 540 is a bit underwhelming in terms of image sharpness.Then, the more I...
HDZero completely changes the video experience!
มุมมอง 872 หลายเดือนก่อน
A relaxed afternoon cruise around the unused Lawn Bowls club late in the day with my new HDZero video! Absolutely brilliant and definitely a massive improvement over analog. The quad was a 3200kV 4.5in race quad, detuned by using an old 3S battery instead of normal 4S. 540p90 with the extra resolution made flying close to the ground, evading obstacles, and smoothly choosing tight lines much eas...
Raw testing EzLanding PID method
มุมมอง 2095 หลายเดือนก่อน
I've been working on an EzLanding method using PID input limitation, with auto-disarm for 'bad' landings. See github.com/betaflight/betaflight/pull/13488 for more information. Note that Airmode must be on. This video shows me playing around with it. Very aggressive little 3in racing type quad. Although bounces on hard surfaces must generate bigger error spikes, the quad is less likely to disarm...
Mag Cal in Betaflight 45
มุมมอง 1675 หลายเดือนก่อน
Real crappy video done very quickly that shows how a properly oriented and calibrated Mag should work in Betaflight 4.5 with Configurator. Quad is an old polycarbonate frame of mine that I use for testing, with a GPS on the front / nose of the frame. The mag I'm using is mounted up-side down on the GPS. The Mag Alignment in the Configurator is set to CW270Flip, with CLI settings of: mag_align_r...
Mag / compass calibration method
มุมมอง 39310 หลายเดือนก่อน
I describe method that provides magnetometer values on all points of a sphere, for calibration of an electronic magnetometer, or compass. Some type of movement is needed when calibrating a magnetometer in Betaflight, for example. The intent is to have each of the X, Y and Z axes pointing to every possible point on a 'sphere' which represents the magnetic field detected on each axis. In this cas...
Mag cal test method...
มุมมอง 13410 หลายเดือนก่อน
This is a mag cal method that I was experimenting with. The idea is to do a full rotation at 45 degree yaw steps, 8 rotations in all, over the allowed 30s. So that the cable doesn't tangle, some rotations can be done the opposite way to the previous rotation.
Fix for circling on descent
มุมมอง 9111 หลายเดือนก่อน
Quick test of GPS Rescue for Betaflight 4.5, with new code to avoid the previous 'circling' behaviour that happened when the quad overshot home, which would happen often if initiated directly overhead, or on windy days. The fix seems to work very well.
Brief video of pyGPSclient tracking Betaflight GPS data
มุมมอง 458ปีที่แล้ว
This shows pyGPSclient with ground, Tx and Rx of a USB UART patched into the connection between the GPS module and the flight controller. Flight controller is running PR12799, and is connecting at 115200 baud, with Configurator open. We can see the initial flurry of NMEA messages sent by default by this M10 GPS module, then the flight controller takes over, stops all that junk, and requests 10h...
IMU 180Errors
มุมมอง 74ปีที่แล้ว
This is a video showing how PR 12900 would handle a 180 degree IMU error, if such an error actually happened. It's nearly impossible to generate an error of this kind in the code of PR 12980. What would happen for flights of the kind in this video is that they would simply push the nose forward and fly home. But this video uses a modification of the code (PR 12853) that still allows me to gener...
IMU tests 3
มุมมอง 48ปีที่แล้ว
Testing PR 12792 with modifications to rescue code in PR 12853 as of 2023_06_12. Thanks to ledvinap, we now have full GPS Rescue max angle the whole way through the rescue. Tests are done at 30, 45 (default) and 60 degree max angles. A bit hectic with a 60 degree angle but works out OK. All use a gps_rescue_imu_gain value of 10, the suggested default value, but this is subject to change. Many t...
GPS Rescue IMU Gain Tests
มุมมอง 45ปีที่แล้ว
What happens with IMU gains of 10, 4, 3 and look out! 1.
GPS Rescues within 15m of home - PR 12715
มุมมอง 93ปีที่แล้ว
This video shows the outcome of Betaflight GPS rescues within 15m of the home point, with PR 12715. The minimum initiation distance was set at the default of 15m. See github.com/betaflight/betaflight/pull/12715 for more information on the technical changes. The new code is intended to provide a successful rescue under all conditions, including directly above home, inverted, etc. A significant f...
GPS Rescue vs the IMU PR12738
มุมมอง 59ปีที่แล้ว
This is a video of a possible solution, in PR12738, for Betaflight's longstanding 'IMU confusion'. The problem is that drift before the rescue, for more than about 6 seconds, causes the Inertial Management Unit code to think that the nose of the quad is in the direction of the drift, regardless of the actual attitude of the quad. This issue has existed ever since GPS rescue was initiated. Then,...
Close GPS Rescue
มุมมอง 84ปีที่แล้ว
Proposed Betaflight 4.5 GPS Rescue behaviour for initiations within the 30m minimum distance. Once the warning message saying "RESCUE" appears, the quad is flying itself home, and landing itself, with no input from the pilot. All rescues were initiated within the 30m minimum distance, which previously would have caused a disarm or a slow drift. The behaviour now is a quick climb of 2-3m, a fast...
GPS rescue fixes
มุมมอง 90ปีที่แล้ว
GPS rescue fixes
GPS Rescue PR12343 - testing the pitch smoothing filter
มุมมอง 81ปีที่แล้ว
GPS Rescue PR12343 - testing the pitch smoothing filter
GPS Rescue PR12343 update
มุมมอง 39ปีที่แล้ว
GPS Rescue PR12343 update
GPS Rescue 4.4 with fixed velocity calculations and high PIDs
มุมมอง 101ปีที่แล้ว
GPS Rescue 4.4 with fixed velocity calculations and high PIDs
GPS Rescue PR12343
มุมมอง 121ปีที่แล้ว
GPS Rescue PR12343
Smoother return for Betaflight GPS Rescue in 4.5
มุมมอง 1.2Kปีที่แล้ว
Smoother return for Betaflight GPS Rescue in 4.5
GPS with Angle FF
มุมมอง 77ปีที่แล้ว
GPS with Angle FF
Horizon Testing
มุมมอง 63ปีที่แล้ว
Horizon Testing
Angle Mode update - earth referenced yaw
มุมมอง 467ปีที่แล้ว
Angle Mode update - earth referenced yaw
Betaflight level integration Master v 12071
มุมมอง 355ปีที่แล้ว
Betaflight level integration Master v 12071
Betaflight level mode with feedforward
มุมมอง 102ปีที่แล้ว
Betaflight level mode with feedforward
Betaflight GPS landing tests
มุมมอง 149ปีที่แล้ว
Betaflight GPS landing tests
GPS Rescue tests
มุมมอง 1292 ปีที่แล้ว
GPS Rescue tests
Canard prototype
มุมมอง 412 ปีที่แล้ว
Canard prototype
Steve's DMA goodness
มุมมอง 533 ปีที่แล้ว
Steve's DMA goodness

ความคิดเห็น

  • @TERBANGFPV
    @TERBANGFPV 2 ปีที่แล้ว

    Greatt...

  • @martinward7239
    @martinward7239 2 ปีที่แล้ว

    Lovely shade of green blur though..

  • @MarioATEFPV
    @MarioATEFPV 4 ปีที่แล้ว

    Thanks for sharing....6S lipo?

    • @ctzsnooze
      @ctzsnooze 4 ปีที่แล้ว

      no, just a little 1550 4S :-)

  • @diyarusta1
    @diyarusta1 5 ปีที่แล้ว

    Hii I have the same problem with GitHub website you solved How it's solved please video Thanks

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 6 ปีที่แล้ว

    That was good Chris what quad were you using?

    • @ctzsnooze
      @ctzsnooze 5 ปีที่แล้ว

      Mavic 2, awesome machine

  • @kmitchel46725
    @kmitchel46725 6 ปีที่แล้ว

    Magnificent.

  • @fabvelloso
    @fabvelloso 6 ปีที่แล้ว

    I have now in my x220s a runaway problem. You know it could be happening? the drone simply cut motors end drop!!

  • @tchthsky
    @tchthsky 6 ปีที่แล้ว

    awesome quadcopter/FPV music

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 6 ปีที่แล้ว

    Good work Chris

  • @jarrod-smith
    @jarrod-smith 6 ปีที่แล้ว

    Yes, retraction while combing is a much needed feature for Cura.

    • @jarrod-smith
      @jarrod-smith 3 ปีที่แล้ว

      @Thu Nell Ⓥ Don't know. I gave up (for this and other reasons) and started using PrusaSlicer 2.x about a year ago. Uninstalled Cura a couple months later. The paths are so much better, and prints are so much cleaner, with PrusaSlicer.

  • @MontisTube
    @MontisTube 6 ปีที่แล้ว

    At last somebody has correct title - it is 720p camera. Thanks for the video. Nice moves.

  • @hawkeyefpv_official
    @hawkeyefpv_official 6 ปีที่แล้ว

    I like your special flying styles! Thanks for sharing!

  • @kmitchel46725
    @kmitchel46725 6 ปีที่แล้ว

    PR soon?

    • @ctzsnooze
      @ctzsnooze 6 ปีที่แล้ว

      Hoping to get it into 3.4. Other goodies on the way too.

  • @blackmennewstyle
    @blackmennewstyle 6 ปีที่แล้ว

    I read your awesome explanation about D-Term Weight D-Transition on the Betaflight RCGroup thread! Thanks for sharing all these informations! Have a great week and happy flying!

  • @kmitchel46725
    @kmitchel46725 6 ปีที่แล้ว

    Dual-stage branch?

    • @ctzsnooze
      @ctzsnooze 6 ปีที่แล้ว

      github.com/betaflight/betaflight/pull/5427 Basically 3.3 (stage 2 BQRC on gyro) with the above pull request to provide a second PT1 on D. Setup with D weight = 1 and Transition = 0.01, to stop D damping of stick response around centre stick.

    • @kmitchel46725
      @kmitchel46725 6 ปีที่แล้ว

      ctzsnooze what was kD?

    • @ctzsnooze
      @ctzsnooze 6 ปีที่แล้ว

      P34, D17

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 6 ปีที่แล้ว

    Nice flight

  • @machinedred
    @machinedred 6 ปีที่แล้ว

    P.s mines in pitch roll axis

  • @machinedred
    @machinedred 6 ปีที่แล้ว

    So how do I stop it?

    • @ctzsnooze
      @ctzsnooze 6 ปีที่แล้ว

      try 3.2.4 it has fixes for these issues and the above code. works on all axes but can be set to yaw only.

    • @machinedred
      @machinedred 6 ปีที่แล้ว

      ctzsnooze thx ok mine is only when I combine pitch and roll

  • @MrPnew1
    @MrPnew1 6 ปีที่แล้ว

    Nice flight Chris. A man after my own heart - Damn the music copyright infringement :) got to love a bit of Cream.

  • @kmitchel46725
    @kmitchel46725 7 ปีที่แล้ว

    Please do more!

  • @MrPnew1
    @MrPnew1 7 ปีที่แล้ว

    Good to see those floodlit ovals being put to good use Chris :)

  • @PowerScissor
    @PowerScissor 7 ปีที่แล้ว

    Nice work. Is there any settings that will achieve this in the current iteration of Betaflight, or is a code modification still required?

  • @bojanstojan
    @bojanstojan 7 ปีที่แล้ว

    did you manage to solve it?

  • @knchen
    @knchen 7 ปีที่แล้ว

    have you tried adjusting the exposure level? i moved the exposure slider up to around +42 and this seems to help

  • @ctzsnooze
    @ctzsnooze 8 ปีที่แล้ว

    It's basically 'prop wash' and as per the post below, it's from descending into the vortexes and descending air from your propellers. Modern flight controller code (e.g. Betaflight) is much better in dealing with this issue than older multiwii code, and having responsive motors and light props makes a massive difference. However as Quadcopter 101 suggests, avoiding this kind of descent is the only way to absolutely prevent it, better to always be moving forward or spiralling for descents.

  • @dbrokenbone
    @dbrokenbone 8 ปีที่แล้ว

    did u solve the problem?

  • @joestubbs3138
    @joestubbs3138 8 ปีที่แล้ว

    I've been looking for a you-tube ( an excellent almost a classroom medium ) explanation of how to use and manipulate CLI. I'm a little unclear as to how you copy/pasted the new CLI commands to the cli screen and do the new changes automatically wipe or write over the old commands. What happens if I copy the complete 'dump screen' over the original cli screen, do the values that have changed only get copied The reason why I'm a little reluctant to play with CLI is that my quad at the moment fly's pretty well ( I'm a novice) and don't want to loose my settings, I do have a copy of the dump file so I should be able to revert back is that correct. I'm running (if thats the term) MultiWii ver received 1.13.0 // Cleanflight Configurator 1.2.2 // BTFL ver 2.3.0 // Firmware release Jan13 2016 02:22:01 Do you see any advantage in changing to newer versions if so what and how. Could I suggest an updated presentation of this your excellent guide to understanding CLI....Joe

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Joe Stubbs Current version of betaflight is 2.7.1 and is much better than 2.3. But all upgrades come with the risk that something just won't work. If you're not sure, don't do it. It's not so bad if you have a copy of the original hex and a dump of your original settings - you can go back if you need to. But without a copy of the original hex there's no way back. The best way to update settings from a backup is copy and paste. Just copy the contents of a 'dump all' command (drag over the entire dump and copy) and save to a text editor. To restore, copy the text of a previous dump all from the text editor, go to the CLI and paste it into the little box at the bottom of the CLI where you type commands, then check that every command was accepted without error. If OK type save and press return, otherwise exit the CLI and make no change. Warnings: - the syntax of some commands changes as code evolves, so what you paste may not be understood. Check each line of the CLI after the paste for error messages. Commands with error messages should be individually checked. - some slow interfaces may lose parts of the paste, you'll see that lines in what you pasted never appeared in the CLI after the paste when this happens. To resolve it, paste in small chunks and check each bit is good before moving on. - when pasting settings, some may not be appropriate for your quad, e.g. a dump file from someone else may specify a different radio or switch setup. ALWAYS after saving, exit the CLI, go back to the CLI, do a dump all, and confirm that the settings in your CLI are appropriate for your quad. Thanks for your suggestion but I'm not sure what needs updating. Sounds like you don't understand the basics of the CLI itself and how to send commands in via the CLI. Basics of how to use the CLI is not the topic of this video.

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 8 ปีที่แล้ว

    that looked fun chris :)

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +rc-nut 1 yep sure was!

  • @robertstoughton4978
    @robertstoughton4978 8 ปีที่แล้ว

    Hi, I'm trying to use an SP Racing F3 Flight Controller to run some animatronic characters for a TV show. It requires using the board a little differently then originally intended but I know it is more than capable to work like I need. I believe this is something that would be supper easy for you, is there anyway I can contact you. Here are my websites so you can see what I do. bobproducts.com and ferrodisplays.com you can contact me through either of those sites. I have been studying the board but need some help to speed up the learning curve. Hope to hear from you! Thanks,

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Robert Stoughton Hi Robert - I'm not a true programming expert on these chips. I can sort of read code and modify things, but not really adapt it to totally different environments There are, however, many people with great expertise on RCGroups.com.

  • @JoeSmith-el9yt
    @JoeSmith-el9yt 8 ปีที่แล้ว

    Great video, very helpful. One question- When you enter 'dump' at the cli, and it shows #mixer quadx, how can you see the complete motor and servo mixing done for that config?

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Joe Smith I don't think there is a way to see the motor mixing as a list of values. Good question for cleanflight users at RCGroups. I personally don't use custom motor mixes. Sorry I can't be more help.

    • @JoeSmith-el9yt
      @JoeSmith-el9yt 8 ปีที่แล้ว

      hmmm, will put it out there. Thanks!

  • @fpvcrashtestdummy5520
    @fpvcrashtestdummy5520 8 ปีที่แล้ว

    Good luck! Amazing Luke Bannister is doing laps in 17secs. Are many others at that pace?

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +FPV Crash Test Dummy - no, that was exceptional, way out in front. The fast guys used 2.1mm lenses to 'see around corners'.

  • @nitro2037
    @nitro2037 8 ปีที่แล้ว

    please will you tell me how you got that so lose..what did you adjust? and what can i do to help the bank turns..it wants to fly to the ground..

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +nitro 20 the code controlling Horizon mode behaviour has to be modified, unfortunately, to provide inverted behaviour with levelling. Banked turns take practice in all modes, the right mixture of yaw, roll and throttle is needed, and that takes practice to get right. Eventually it becomes second nature, but wow is it difficult at first!

    • @nitro2037
      @nitro2037 8 ปีที่แล้ว

      +ctzsnooze i can bank pretty good with the cc3d and open pilot... i can do 3 fast flips in about 15 ft drop in ratitude mode.. i can bank my naze32 cleanflight in angle. and it flys real good and tight. but i dont understand how to get it to stop wanting to correct it self in horizon mode so strongly..so it will do 3 flips and do moving flips. what is the settings at the bottom of the PID adjustment page...horzon(angle) and such..and also..what is the differece if i run rewrite or fluxfloat. can the naze32 do those other 3 modes. See on my cc3d 250 i just had to load up a 250 quad on openpilot vehicle settings, a few minor adjustments and i was off. tpa and everything was set up.. and for a new air modeler learning as fast as i am, i just dont know enough about the PIDs to progress past were i am.

  • @MrPnew1
    @MrPnew1 8 ปีที่แล้ว

    Nice job Chris. That thing moves :)

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +MrPnew1 Thanks! - my latest FPV video is basically from the same quad but with 3100kV motors and cut down 5030 to 4530 props - it's now really fast for such a tiny thing - without battery the current build weighs 170g so easy to get under 250g AUW with the right battery.

  • @markrankin3094
    @markrankin3094 8 ปีที่แล้ว

    Thanks!! do you know how to change the stick centering In cleanflight so I dont have to use trim or sub trim on the transmitter. so the channels are 1500

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +mark rankin - sorry but you will need to do it on the transmitter. there is a CLI value for midrc but it's better to leave that at 1500 and make the changes on the Tx.

    • @markrankin3094
      @markrankin3094 8 ปีที่แล้ว

      +ctzsnooze Thank you so much I will do the changes on the tx. Ive been trying to flash my naze with boris hex on cleanflight but the motors dont work even on the esc calibration part where you use the master motor tab. But when I flash back to a normal stable version everything works again would you know what im doing wrong. Thank you again for replying

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +mark rankin it could be that the active betaflight versions are defaulting to 2kHz (500us loop times). Some ESCs don't like to calibrate with that fast a loop time. If you see loop times around 500 then check RC groups as to how to get it back to 1000 (set gyro_lpf = 188 I think)

    • @markrankin3094
      @markrankin3094 8 ปีที่แล้ว

      +ctzsnooze Fantastic I will give that a shot CHEERS!

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +mark rankin make sure to get the absolute latest binary there's been a lot happening and some releases have serious issues, think its good right now though. only use lux on F3 boards, it can work at 2kHz on F1 boards but read up on that. otherwise rewrite is more reliable on F1 boards.

  • @endzijunior7093
    @endzijunior7093 8 ปีที่แล้ว

    with my cc3d i cant flash, Failed to open serial port.what im doing wrong?

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +endzi junior - sorry don't have a cc3D board. can't do much unless the serial port can be opened. google might help.

    • @jhoffman81
      @jhoffman81 8 ปีที่แล้ว

      +endzi junior , You unplug it then you throw it strait into the garbage can. Its an F1 target... OLD technology, you can get a naze for $12! If you choose to keep it, first you must open up openpilot and do a full chip erase. Then, plug your battery in(its a crap board) and go back to betaflight/cleanflight and load the hex.

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +endzi junior try shorting the boot loader pads and then flashing. that's sometimes necessary if the wrong target has been loaded

    • @endzijunior7093
      @endzijunior7093 8 ปีที่แล้ว

      hanks i have ready make witch libre pilot

  • @TheStickyBusiness
    @TheStickyBusiness 8 ปีที่แล้ว

    Nice !

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 8 ปีที่แล้ว

    nice flying sam.....

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 8 ปีที่แล้ว

    another nice flight : )

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 8 ปีที่แล้ว

    looks like a nice spot to fly

  • @martinward7239
    @martinward7239 8 ปีที่แล้ว

    Was that vid one pack?

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Martin Ward just about! Went through a few props though. :-) very long flight times on this little thing, it doesn't weigh much, about half a typical 250 racer including battery.

  • @martinward7239
    @martinward7239 8 ปีที่แล้ว

    We like the Dinogy over here too. Did it survive the last crash?? :-)

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Martin Ward The quad survives most anything! Its very tough. The Dinogy batteries have lots of go. Love 'em.

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 8 ปีที่แล้ว

    keep hitting record Sam !

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 9 ปีที่แล้ว

    good tune !

  • @billmorley887
    @billmorley887 9 ปีที่แล้ว

    Two thoughts: 1. Wow, you weren't kidding - that's some low flying. Impressive. 2. That's a tiny little gate! You gotta be good to get through that little keyhole. Very impressive. 3. (okay, three thoughts) Nice video. Fun to watch. Nice touch to over dub the home base sounds instead of motor noise.

    • @ctzsnooze
      @ctzsnooze 9 ปีที่แล้ว

      +Bill Morley Thanks Bill! :-)

  • @shaneellasdaicastrestorati3675
    @shaneellasdaicastrestorati3675 9 ปีที่แล้ว

    very help full video ill give it a go thanks :)

  • @Mar1wan1
    @Mar1wan1 9 ปีที่แล้ว

    hi where did u ger these files from like boris one ?

  • @inciteman
    @inciteman 9 ปีที่แล้ว

    Thank you for the video! By the way would you know how I can change the order of the motor output pins, I went from Open Pilot to Clean flight but the motors are not in the same order so they do not work properly. I don't want to change the connections if possible.

    • @ctzsnooze
      @ctzsnooze 8 ปีที่แล้ว

      +Carlos A Sorry I don't know exactly how to do that. I've seen posts in the Cleanflight RCGroups pages.

  • @BodhiGeraci
    @BodhiGeraci 9 ปีที่แล้ว

    add fpv! haha. what was the cost of the whole build?

  • @lcg350z9
    @lcg350z9 9 ปีที่แล้ว

    does BLheli suite recognize these esc or does a bootloader need to be pre-installed?

    • @ctzsnooze
      @ctzsnooze 9 ปีที่แล้ว

      LCG350z The BLHeli documentation lists the ESCs it can connect to. They must have a boot loader.

  • @jahroen
    @jahroen 9 ปีที่แล้ว

    did you find a solution yet ? i have the same problem in angle mode

    • @ctzsnooze
      @ctzsnooze 9 ปีที่แล้ว

      Jahroen Yes, it was due to vibration aliasing. In the CLI, try setting acc_lpf_factor to 0 and gyro_cmpf_factor to 1000. Get the latest builds with soft filtering. See if that helps. It's OK for me now.

    • @jahroen
      @jahroen 9 ปีที่แล้ว

      ctzsnooze i,m getting acc_lpf_factor Unknown command cleanflight 1.9.0 lol ok i see i forgot the word SET trying it now

    • @jahroen
      @jahroen 9 ปีที่แล้ว

      ctzsnoozei tested it out but it did not help, still banks left in angle and to the right in rate mode

    • @ctzsnooze
      @ctzsnooze 9 ปีที่แล้ว

      Jahroen If it consistently banks right in angle mode, that's sort of normal, because there is no levelling in angle mode, so it will never stay level. But of course, for the quad to be controllable, you must have the endpoints set in the radio so that in the GUI you see 1500 at centre sticks, and say 1050 -1950 as the endpoints. And that must be with NO Tx based trim at all (never use Tx trim). And the motors must be calibrated properly so that they all respond equally to instructions from the flight controller. If you then have no significant frame vibrations, it should be possible in rate mode to set it to the 'level hover' angle, and it should stay there. If in Level or Horizon mode, it assumes a non-level angle after acc calibration, this should be fixable with acc trimming using the sticks (while disarmed, hold the throttle full up, and the pitch/roll stick in the direction you want the quad to go, in your case to the right; hold for say 5 flashes/seconds, then stop). If you do this, it imparts an offset to the acc trim to angle the quad to the right by 5 clicks. With a bit of fiddling (might take 15 or more) you should be able to achieve a stable level hover. If you find the hover is unstable and that with less throttle it angles one way, and more throttle it moves another, then its possible that the accelerometer is not firmly secured to the frame so that vibrations affect it unequally, or that one motor is noisier than another. That's about all the advice I can give.

    • @jahroen
      @jahroen 9 ปีที่แล้ว

      ctzsnooze i used right trim in angle mode and forgot about it,thats why it was banking to the right in rate mode. so i turned it back and rate mode is stable now angle mode hovers fine for 10 to 15 sec and then banks to the left. angle mode is selflevel. for the 1500 at center stick i use sub trim on Tx, i dont know how to move them otherwise. and i do have one motor that is vibrating more then the others.