
So can anybody check the code and repair it because of this DANGER bug.
copterrichie wrote:If I am not using a Baro, I should be able to use R1277 correct?
scrat wrote:copterrichie wrote:If I am not using a Baro, I should be able to use R1277 correct?
Why not. Is there a problem in r1277?
copterrichie wrote:If I am not using a Baro, I should be able to use R1277 correct?
scrat wrote::shock: Not good...with r1275 if I arm my board with BARO ON - motors start's spinning.
So can anybody check the code and repair it because of this DANGER bug.
Crashpilot1000 wrote:Anyone got this behaviour?
LOL, yes,me ! It is a feature! Please read the instrucions in config.h !!!!! If you want althold turned off immediately use " #define Rapid_Exit_Barologic2".
Please check your ACCZ direction and evaluate the use of the LPF. Then tune P and I. Here are some infos in german: http://fpv-community.de/showthread.php? ... post224135
So long
Rob
tovrin wrote:I believe he means for you to make sure that the Z axis of your accelerometer is set right and reacting properly in the GUI (move your quad up and down while watching the GUI and make sure Z axis moves appropriately.)
Polleke wrote:tovrin wrote:I believe he means for you to make sure that the Z axis of your accelerometer is set right and reacting properly in the GUI (move your quad up and down while watching the GUI and make sure Z axis moves appropriately.)
I did.
I cant see the grafics move, but I can see the value changing. (see attachment)
Moving up is going from 258 to 270
Moving down gives a lowering value 258 to 230.
Is that right????
Changed also the LPF to 42hz (did that allready in previous flights, because of the wobbling)
nhadrian wrote:Hi all,
I tried the r1282 with the "vari" based altitude hold code. OK, basically I can move up or down, or stay in position. But it is far not exact. I modified the code ...........
BR
Adrian
dramida wrote:nhadrian wrote:Hi all,
I tried the r1282 with the "vari" based altitude hold code. OK, basically I can move up or down, or stay in position. But it is far not exact. I modified the code ...........
BR
Adrian
Adrian, my test with vario altitude mode with Mahowik code where look promising in altitude hold and variation. I don't know how much "exact" is the controller. Please see this video: http://www.youtube.com/watch?v=7Sa-oyJ4Ljs
nhadrian wrote:I forgot to tell that since 150-200 cm/s is quite fast for descending, first of all you should have perfect PIDs on all axes, and perhaps should have some TPA adjustments too. For me, the value is 0,35 in GUI (helps prevent oscillation during desending). Basically it can be said that before test my code, set up the copter as perfect as you can!!!
I suggest:
1) set up basic PIDs in Acro mode
2) fine tune Angle/Horizon mode
3) tune PIDs for Baro in hoovering
4) fine-tune GPS parameters (for hold, home)
5) fine-tune servo-tilt (if you have any)
6) Fly-fly-fly!!!!!!
BR
Adrian
Code: Select all
#define PIDALTP_CORR 30 // For test and developer purposes only!!! - ALT-P correction during rising
#define PIDALTI_CORR 0 // For test and developer purposes only!!! - ALT-I correction during rising
#define PIDALTD_CORR 20 // For test and developer purposes only!!! - ALT-D correction during rising