Search found 16 matches
- Fri Dec 12, 2014 3:48 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
I believe the NHA failsafe solutions do autoland without gps Look this: /******** Failsafe settings ********************/ /* Failsafe check pulses on four main control channels CH1-CH4. If the pulse is missing or bellow 985us (on any of these four channels) the failsafe procedure is initiated. After...
- Sat Nov 15, 2014 2:53 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
The way it disarms in the video is a sign on that it's Home and landed. You need to move the copter away from Home Position before it activates a RTH. Make a test without propellers. Arm the Copter. Move it ~10 meters away. Turn off TX(Failsafe). It should now increase throttle to start climb and r...
- Fri Nov 14, 2014 10:03 pm
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
As yet I was able to use the code Patrike, I've been trying to solve the problems encountered with the original code in this topic, although abandoned, it seemed to me it was very good solutions. And here's a video I made, which tests two identical boards, with the same code and the same settings, b...
- Sun Nov 09, 2014 4:28 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hi Patrike,
Thank you for your attention.
I'd love to use your firmware, but in relation to the problem I'm having, to disarm the motors when triggers the RTH?
Have you seen this video?
https://www.youtube.com/watch?feature=p ... nH4mV7M7v4
Thank you so much.
JM
Thank you for your attention.
I'd love to use your firmware, but in relation to the problem I'm having, to disarm the motors when triggers the RTH?
Have you seen this video?
https://www.youtube.com/watch?feature=p ... nH4mV7M7v4
Thank you so much.
JM
- Sun Oct 26, 2014 2:34 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
Anyone help? I test a clear multiwii 2.2 following stepsby the book, line 690 and 822, and still resulting errors when Verify compilation.
Anyone could make changes in pids with potentiometer as in the brandonhill video?
I would love to be able to do ...
hugs
Anyone could make changes in pids with potentiometer as in the brandonhill video?
I would love to be able to do ...
hugs
- Sun Oct 26, 2014 12:21 am
- Forum: Software development
- Topic: Multiwii pro 2.3
- Replies: 4
- Views: 2350
Re: Multiwii pro 2.3
Or escs problematics... Today I have flashed blheli in 4 rctimer NFS30A, suplied with Simonk by rctimer. With Simonk this escs lost sinc with 5010 / 620kv and 4s. One week passed thinking i have pid problems... Solved replacing simonk by blheli... 1000 causes for one problem, its hard to discovery. ...
- Sat Oct 25, 2014 10:03 pm
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hello Patrike, Please Help me. I uploaded your mod. First I only used 2 parameters in the header config.h. I set "true" and set "10" meters. CIMG2809 (Small).JPG When I test in Gui, switched off tx and nothing happened. I return to arduino, uncomment original section failsafe, se...
- Tue Oct 21, 2014 5:54 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
Hello Moares, #ifdef USER_SETUP USER_SETUP #endif I merged this part at the end of the setup-function in MultiWii.cpp void setup() { # a lot of # other code #ifdef LOG_PERMANENT_SHOW_AT_STARTUP dumpPLog(0); #endif plog.armed_time = 0; // lifetime in seconds //plog.running = 0; // toggle on arm &...
- Mon Oct 20, 2014 3:20 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
And This, based in MWC 2,3: http://www.multiwii.com/forum/download/file.php?id=3268 (I still have not tested in this firmware, I will test now) Have tested in 2.3 version, dont work too My complete Multiwii.cpp tab(this version is cpp) /* MultiWiiCopter by Alexandre Dubus www.multiwii.com November ...
- Mon Oct 20, 2014 2:34 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
Hey, just above, the post of JonnyQuest, said he could port the MWC 2.3.
I downloaded the zip, and inside has a .patch file. how to use this patch file?
If I could see the code, at least it was port in 2.3.
Hugs,
Moraes
I downloaded the zip, and inside has a .patch file. how to use this patch file?
If I could see the code, at least it was port in 2.3.
Hugs,
Moraes
- Mon Oct 20, 2014 2:24 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
Hello AstromarioDD, Thank you so much, please see this: I merged this part at the end of the setup-function in MultiWii.cpp void setup() { # a lot of # other code #ifdef LOG_PERMANENT_SHOW_AT_STARTUP dumpPLog(0); #endif plog.armed_time = 0; // lifetime in seconds //plog.running = 0; // toggle on arm...
- Sun Oct 19, 2014 6:09 am
- Forum: Ideas
- Topic: Changing PID Values with a Pot
- Replies: 73
- Views: 70982
Re: Changing PID Values with a Pot
Please, please, please Brandonhill, or another colleague who can help me? Im tryng to apply the code, but it is so difficult to identify the place where I put the codes. I'd love to be able to do this mod on a dev firmware that I'm using (with autoland), but the line numbers do not match, and I have...
- Sun Oct 19, 2014 2:43 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hi, Thanks, I will test. Please explain work mode. It´s 2.2 or 2.3? (edit, I believe its 2.3, right?, I´m reading the code now) Have to activate and tune the original failsafe function in mwc? It detects the signal of 4 channels to 985 us? Is visible in Gui to test and confirm if trigger work? How h...
- Sun Oct 19, 2014 1:31 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hi buddies, Thank you for reply, I was already desperate for anyone to answer anything . On the limitation of space , This mod works About Version 2.2 , But anyway , I did not have any trouble putting version 2.3 with gps in Crius SE with atmega 328 . Nobody can give me tips to reduce this mod of th...
- Thu Oct 16, 2014 7:26 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hello, Anyone help?
This mod is died?
You advise me to forget it and concentrate on the mwc 2.3 installation?
I'm also trying to put the pid tunning in rc potentiometer , but it is complicated ...
Thanks
This mod is died?
You advise me to forget it and concentrate on the mwc 2.3 installation?
I'm also trying to put the pid tunning in rc potentiometer , but it is complicated ...
Thanks
- Wed Oct 15, 2014 6:38 am
- Forum: Software development
- Topic: Altitude Hold/Advanced Failsafe solutions by NHA
- Replies: 270
- Views: 167388
Re: Altitude Hold/Advanced Failsafe solutions by NHA
Hello buddies , Someone keeps using this code today ? There are some latest mod with these skills or this still the best ? I already have installed on two AIOP ( V1.1 , and V2 ) , and not yet tested flight modes with gps and autoland , but I think I understood the setup , I have read enough this top...