Angle is now working, but when turning on Mag and Baro in Angle Mode, my Tri will not take off at all. Any Ideas?
By the way: Where do I setup die Angle PID when using AlexK? I've read somewhere, that the Level PIDs are not takein into Account?
Search found 10 matches
- Thu Aug 15, 2013 11:17 am
- Forum: Software development
- Topic: V2.2 - ACRO PID implementation is wrong, right?
- Replies: 282
- Views: 227253
- Thu Aug 08, 2013 11:40 am
- Forum: Software development
- Topic: V2.2 - ACRO PID implementation is wrong, right?
- Replies: 282
- Views: 227253
Re: V2.2 - ACRO PID implementation is wrong, right?
I've tested the AlexK PID implementation and I liked it very much on my tri.
The Frame is X900 from Hobbyking. I used very small propellers (9x4,5) and 1350 KW Motors for this test.
After Activating GPS I hat an immediate Crash. Perhaps I forgot to engage Angle mode? Or who knows...
The Frame is X900 from Hobbyking. I used very small propellers (9x4,5) and 1350 KW Motors for this test.
After Activating GPS I hat an immediate Crash. Perhaps I forgot to engage Angle mode? Or who knows...
- Tue Aug 06, 2013 7:56 pm
- Forum: Ideas
- Topic: Multirotor chasing another Multirotor automatically? Tracker
- Replies: 15
- Views: 6435
Re: Multirotor chasing another Multirotor automatically?
The Task of Chasing another Multirotor is quite unusual, but chasing any moving Object would be great. Some standard MWC All in One Board, GPS and Bluetooth could make a cheap and sophisticated Tracker.
- Mon Aug 05, 2013 9:21 pm
- Forum: Ideas
- Topic: Multirotor chasing another Multirotor automatically? Tracker
- Replies: 15
- Views: 6435
Re: Multirotor chasing another Multirotor automatically?
Good Idea, copterrichie! The Home-Point implementation is already stable and works good. As you can see in the Video in my first post, even more Coding is already done. If the Copter can follow a Smartphone (without landing on it ), it can follow another Copter. In my opinion, the only missing Part ...
- Mon Aug 05, 2013 8:26 pm
- Forum: Ideas
- Topic: Multirotor chasing another Multirotor automatically? Tracker
- Replies: 15
- Views: 6435
Re: Multirotor chasing another Multirotor automatically?
I was filming my Friend's new MultiRotor Air to Air without FPV. We were wondering, how we could assist it using GPS and Bluetooth. 4Vt63vjqORs Unfortunately, I'm not as experienced in Coding as it would be necessary in order to implement such things. Well, it's just an Idea By the way, this functio...
- Mon Aug 05, 2013 7:46 pm
- Forum: Ideas
- Topic: Multirotor chasing another Multirotor automatically? Tracker
- Replies: 15
- Views: 6435
Multirotor chasing another Multirotor automatically? Tracker
There is already a very nice experimental implementation of MWC following an Android Smartphone out there: hPj6WZex8j0 What about following one Multirotor using another one? If both have Bluetooth and GPS on board, it should be possible. Any Ideas? *No, I don't want to strap my Smartphone onto my Mu...
- Sun Jul 21, 2013 11:57 am
- Forum: Software development
- Topic: Request for yaw test on r1539
- Replies: 32
- Views: 15626
Re: Request for yaw test on r1539
Will this new Yaw algorithm also work with AlexK PID Implementation?
- Fri Jul 19, 2013 6:49 am
- Forum: Software development
- Topic: General servo handler - almost done
- Replies: 115
- Views: 61995
Re: General servo handler - almost done
Dear Alex,
Thank you for your reply!
I thought, I am using the latest rev. (MultiWii_dev_2013_07_15_r1539), no?
I'm new here, so please excuse me if I've overlooked something.
By the way: what is the Advantage of using Hardware-PWM Mode?
Thank you for your reply!
I thought, I am using the latest rev. (MultiWii_dev_2013_07_15_r1539), no?
I'm new here, so please excuse me if I've overlooked something.
By the way: what is the Advantage of using Hardware-PWM Mode?
- Thu Jul 18, 2013 9:21 pm
- Forum: Software development
- Topic: General servo handler - almost done
- Replies: 115
- Views: 61995
Re: General servo handler - almost done
Thank you for the fast reply, PatrikE! I've disabled the Hardware PWM: //#define MEGA_HW_PWM_SERVOS And well, it works! Thank you so much! The Yaw Servo is now indeed at Pin 2, as it was before. And I can change my Servo Min-Max Settings, even using the GUI - sweet! Now that we've found a bug (no Se...
- Thu Jul 18, 2013 7:28 pm
- Forum: Software development
- Topic: General servo handler - almost done
- Replies: 115
- Views: 61995
Re: General servo handler - almost done
Hello Servo Programmers! First of all, I would like to express that the Idea of implementing all the servos in one place and allowing GUI Configuration for the Servos is great! I'm trying to configure my Tricopter which has Crius AIOP 2.0 Board (Arduino Mega 2560) with the newest dev. Release: Multi...