|
|
|
|
|||
|
|
Here is the video - Nothing to exciting since yaw is acting strange -
Mike - |
||
|
|
||
|
|
Quote:
The flight seems to be pretty stable ![]() What is exactly the problem with yaw ? |
|
|
||
|
|
||
|
|
Quote:
you can do it like this: edit the code, and insert this after checkFirstTime(): Code:
... checkFirstTime(); configureReceiver(); ... Code:
...
checkFirstTime();
P = 3.5; // <= your param here
I = 0.03; // <= your param here
D = -13; // <= your param here
PYAW = 8.0; // <= your param here
configureReceiver();
...
Your frame is quite big, you should be able to increase P to 5 or 5.5. It will improve a lot the stabilization. |
|
|
||
|
|
|
|
|
Just a little heads up - I was trying to figure out why the green light wasnt on the arduino and accidentally unplugged a wire from a header pin - Once I plugged it back in the thing went nuts - mangled thumb and leg - it would be nice to remove the 1 second max motor setting - ouch -
Mike |
|
|
|
|
|||
|
|
I'm currently exploring 2 things:
- playing with processing interface (processing.org) to make a graphical tool - integrating a nunchuk. I just got a good one from a local store. Quote:
A simple way to avoid it is to comment the 2 lines: Code:
writeAllMotors(2000); //max motor command is maintained for 700ms at the initialization delay(700); //it's a way to calibrate the ESCs Quote:
|
||
|
|||
|
|
|
|
|
Alex , I've got probleme since I change my wmp
this is an original one but it 's not the same pcb color the rool gain is not the same than the nick like you mention before is there a procedure in the I2C to calibrate gyro at high level or reset it ? if not what about PID setting different on nick and roll prog ? have you working to on the accel, I'heve now aswer (maybe you waiting for your nunchunk ? thanks in advance maybe we can cominicate in french by mail , sent me a pm
|
|
|