Search found 31 matches
- Fri Aug 08, 2014 9:51 pm
- Forum: MultiWii tweaking - flying experience
- Topic: Can't get full throttle and lift off [solved]
- Replies: 15
- Views: 7164
Re: Can't get full throttle and lift off [solved]
Yes. That is exactly what I'm saying. A smaller quad with the same battery as a larger quad will need a lower C-rating.
- Fri Aug 08, 2014 7:57 pm
- Forum: MultiWii tweaking - flying experience
- Topic: Can't get full throttle and lift off [solved]
- Replies: 15
- Views: 7164
Re: Can't get full throttle and lift off [solved]
@kilby. Could you explain why smaller quads need higher discharge rates? I can't imagine that is true. Are you perhaps confused with capacity? Smaller batteries will need higher C values to supply the same current.
- Fri Aug 08, 2014 8:37 am
- Forum: MultiWii tweaking - flying experience
- Topic: Can't get full throttle and lift off [solved]
- Replies: 15
- Views: 7164
Re: Can't get full throttle and lift off [solved]
No I don't think you should buy a 4S. I still suspect it is a combination with an aggressive I value and vibrations/imbalance. Maybe your motors don't point up perfectly or one of your ESCs is a bit crappy. (I noticed a significant clock drift between my ESCs)
- Mon Aug 04, 2014 8:03 pm
- Forum: MultiWii tweaking - flying experience
- Topic: Can't get full throttle and lift off [solved]
- Replies: 15
- Views: 7164
Re: Can't get full throttle and lift off [solved]
For fun I just simulated a heavily vibrating aircraft. I was able to tune it back to a decent flight by drastically lowering the P-gain (and also I and D accordingly)
- Mon Aug 04, 2014 1:29 pm
- Forum: MultiWii tweaking - flying experience
- Topic: Can't get full throttle and lift off [solved]
- Replies: 15
- Views: 7164
Re: Can't get full throttle and lift up
I had the very same problem. For me the I value of the PID controller was set to aggressively. Setting that to 0 solved all my problems.
- Mon Aug 04, 2014 1:26 pm
- Forum: MultiWii tweaking - flying experience
- Topic: D term scaling (PID tuning)
- Replies: 2
- Views: 2448
Re: D term scaling (PID tuning)
First of: I'm not awfully familiar with the MW code, but I _think_ I do understand PID controllers. That said, this situation seems strange to me. When your derivative term comes close[1] to your proportional term it can play a larger (than P) role in the PID output. Thus causing your craft to rotat...
- Mon Aug 04, 2014 12:51 pm
- Forum: General discussions
- Topic: Multiwii issue - Crashed twice now!
- Replies: 6
- Views: 2476
Re: Multiwii issue - Crashed twice now!
I could imagine your ESCs are bailing out? It requires so much current to spin up your engines the ESC will conclude the motor is stuck and fail saves are kicking in. To prevent melting your motors. If you can't disable that feature on your ESCs, maybe you could try smaller props. (just pulling a su...
- Sat Aug 02, 2014 12:28 pm
- Forum: Software development
- Topic: New simulation software to aid PID research and development
- Replies: 3
- Views: 2313
Re: New simulation software to aid PID research and developm
I guess you are on Windows. You will have to install the Python interpreter. Make sure you get the SciPy and pygame packages as well. When you did that you can start quadsim.py
https://www.python.org/downloads/windows/
http://www.pygame.org/download.shtml
http://www.scipy.org/install.html
https://www.python.org/downloads/windows/
http://www.pygame.org/download.shtml
http://www.scipy.org/install.html
- Fri Aug 01, 2014 5:56 pm
- Forum: Software development
- Topic: ThrottleAngleCorrection
- Replies: 8
- Views: 3391
Re: ThrottleAngleCorrection
I don't think TAC is on by default. Though I'm interested. The other day I plummeted on the ground, full speed, perfectly horizontal but upside down.
TAC and horizontal where on and I was trying my first flip. I guess I now understand what went wrong and why I was unable to get it straight again.
TAC and horizontal where on and I was trying my first flip. I guess I now understand what went wrong and why I was unable to get it straight again.
- Thu Jul 31, 2014 10:50 pm
- Forum: Software development
- Topic: New simulation software to aid PID research and development
- Replies: 3
- Views: 2313
Re: New simulation software to aid PID research and developm
Among fixing the drag model I also included a pidcontroller run time. If you want, you can study the effects of a slow processor on the stability of the aircraft and the required PID values. Or even vary the speed the motors can react.
- Wed Jul 30, 2014 11:22 pm
- Forum: Software development
- Topic: [FEATURE] r1685-two_stick_arm_with_timeout.patch
- Replies: 7
- Views: 3685
Re: [FEATURE] r1685-two_stick_arm_with_timeout.patch
I reviewed your patch by looking at the diff. (I don't have indepth knowledge of the MW code). Some comments: - Your patch is a bit polluted with whitespace changes - For some reason you expose go_disarm() in MultiWii.h(I'd say put a forward declaration in MultiWii.cpp if needed.) - I consider it ba...
- Tue Jul 29, 2014 11:58 pm
- Forum: Software development
- Topic: New simulation software to aid PID research and development
- Replies: 3
- Views: 2313
New simulation software to aid PID research and development
I was planning to play around with some PID algorithms. But I could not find a simulator fitting my needs. Thus I created one. It is not finished, but it is in a state that it might be useful for someone else. I'm not a physicist and primarily relying on the physics I learned long ago in high school...
- Mon Jul 14, 2014 10:18 pm
- Forum: Pictures & Videos
- Topic: successful first build
- Replies: 0
- Views: 2059
successful first build
Showing my first quad. First in a sense I never build one and never flown one. It continues to be a great learning experience. It is actually the 3th iteration of the same craft. 1st never flew, 2nd flew but was very fragile was very nervous. 3th has a beefy frame and flies like a dream. It will kee...
- Mon Jul 14, 2014 7:45 am
- Forum: General discussions
- Topic: arduino "out of sync" error
- Replies: 9
- Views: 5569
Re: arduino "out of sync" error
I meant the serial port on your FC board. Likely where you hook up the ftdi cable. Any bend pins? Bottom of the FC maybe touching something metal?
- Sun Jul 13, 2014 11:36 pm
- Forum: General discussions
- Topic: arduino "out of sync" error
- Replies: 9
- Views: 5569
Re: arduino "out of sync" error
so:
- it runs (but probably bad PID values)
- doesn't respond to serial communications.
- Can't be programmed.
Have you hooked anything else on the serial port? Could there be a short around there?
- it runs (but probably bad PID values)
- doesn't respond to serial communications.
- Can't be programmed.
Have you hooked anything else on the serial port? Could there be a short around there?
- Mon Jun 30, 2014 10:03 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
Implementing that would be trivial however I have no idea how the radio is configured when it leaves the factory... I could provide a "sane configuration for multirotors" file (which would very much look like your current settings) for one to upload.
- Mon Jun 30, 2014 9:51 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
In all honesty, I have forgotten what the SWA, SWB, VRA values are for. I will seen if I can locate some documentation. Oh, I remember now, I am using the Switches to activate ch5 and 6 Yes I can see that in your table with mix settings. So it could be that the switch functions are just never set? ...
- Mon Jun 30, 2014 9:28 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
Thanks! I will document the python-serial dependency. That the checksum error message actually showed up in the gui is not on purpose. Also it is perfectly possible to get some errors when the program starts as it might not be in sync with the radio yet. I just removed the checksum error message. Al...
- Mon Jun 30, 2014 7:26 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
copterrichie wrote:Thank you, very valuable. I have a similar T6 transmitter sitting, will give this a test.
Great! When you do, please let me know what you think.
- Sun Jun 29, 2014 11:09 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
There you have it. You can now natively program your Hobby King remote control from Linux. Plus it is fully open sourced. "Buy it, use it, break it, fix it, Trash it, change it, mail - upgrade it"
Features: Auto trim, save/restore, context help
Features: Auto trim, save/restore, context help
- Thu Jun 26, 2014 1:31 pm
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
Re: HK-T6Av2 protocol dissected
I spend some extra time implementing a small tool to use this protocol. In the same github repository. I tested it on Linux. I expect the backup/restore functionality to work in Windows as well. When started without -u or -d switches it will enter the (still very limited) interactive GUI mode (which...
- Tue Jun 24, 2014 1:04 pm
- Forum: General discussions
- Topic: HK FC Pro (I'm to all of this)
- Replies: 1
- Views: 1468
Re: HK FC Pro (I'm to all of this)
Taking a stab at this, since I have no GPS experience. I guess either MW2.2 or the config generator you are using has no support for that protocol yet. But if you look at the config.h from trunk or 2.3 you will find "#define UBLOX" in the GPS section along with all other relevant settings.
- Tue Jun 24, 2014 10:06 am
- Forum: General discussions
- Topic: HK-T6Av2 protocol dissected
- Replies: 10
- Views: 4308
HK-T6Av2 protocol dissected
This is not strictly MW related but I suspect of interest. I was quite surprised that although there is at least one 3th party application to configure the HK-T6Av2 remote I could not found a protocol description on the net. Also I want to be able to use it in Linux without installing Mono. Therefor...
- Fri Jun 20, 2014 9:51 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
LIFT OFF! So It appears my initial observations where the biggest hint. I was putting the PID control tuning forward for the time all the problems where solved. But the MultiWii default PIDs where to aggressive for my craft. Setting the I and D terms to 0 suddenly gave me all the lift I need to hov...
- Fri Jun 20, 2014 9:25 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
I just reprogrammed all settings in the ESCs to make sure they are the same. However to no avail. I did notice during this process (where I hooked up the ESCs directly to the RX that one of these motor/prop combo's have more than enough power to lift the entire craft. Still hardly any lift.
- Fri Jun 20, 2014 9:59 am
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
Good to hear you have a similar setup working. I'm also less confident my battery is the problem after I did some tests yesterday. I got a handfull of flight of a few seconds, but it was unable to maintain altitude. I'm starting to suspect my ESC's are calibrated but configured incorrectly. I will d...
- Thu Jun 19, 2014 3:52 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
It says on the motor: A2212/13T 1000KV. Google's guess is that the brand is RCTimer. The total weight is 1166g. ESCs are calibrated. There are vibrations during initial spin up, but once armed and idling I'd say there are no excessive vibrations (judging with my limited experience) I have used Ecalc...
- Thu Jun 19, 2014 12:38 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
I'm pretty sure I've already done it, but I calibrated the ACC anyway. This helped me arming the engines! Still I get hardly any flying time. As the battery(3S) goes below 11.4 Volt I don't get lift anymore. I'm thinking I should buy a 4S LiPo instead? So I could use the full battery capacity. Does ...
- Tue Jun 17, 2014 9:55 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
It got worse. I cleared the EEPROM and managed to set my bluetooth module to 115k2. For some reason I got of the ground for a bit. But it did not last long. Then I tried the alternative pid controller (#define PID_CONTROLLER 2) to see if that would make a difference. But now the board refuses to arm...
- Tue Jun 17, 2014 9:10 am
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
Re: No lift (anymore)
Thanks waltr. This behavior is in acro mode as well. Your link suggests clearing the EEPROM. Can try that tonight.
- Mon Jun 16, 2014 11:26 pm
- Forum: General discussions
- Topic: [Solved] No lift (anymore)
- Replies: 11
- Views: 4079
[Solved] No lift (anymore)
4-rotor / 12x3.8 / 1000KV / Hobbywing 30A ESCs / 3700 mAh 3S 35C / Crius AIO pro (v2?) / MW 2.3 My very first build and having a successful first flight 2 days ago. Since then however I've been getting progressively less lift. Now it won't even come of the ground, even with full charge. I have no id...