Search found 631 matches

by Crashpilot1000
Sun Aug 24, 2014 1:07 pm
Forum: Ideas
Topic: B the flying car code?
Replies: 9
Views: 3951

Re: B the flying car code?

Did they respond?
by Crashpilot1000
Sat Aug 23, 2014 10:04 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi! Harakiri in it's current state is designed to never put you out of control. Ending up with an unresponsive copter (roll/pitch/yaw/aux channels etc) sounds more like an openlrs / electrical / whatever issue. The Killswitch is only a sidenote in the readme. Setting rc_killt = 200 will set the Arms...
by Crashpilot1000
Sat Aug 23, 2014 10:28 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Due to popular demand added align_board_yaw. (See the readme.txt for further description here: https://github.com/Crashpilot1000/TestC ... ME.txt#L46). I don't know how your copters look like but when everything is so cluttered that even the board had to be placed 90 degree off it may be likely that you mag is fu**** up as well.
Cheers Rob.
by Crashpilot1000
Fri Aug 22, 2014 12:20 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Nice to see so much activity over the last weeks again on Harakiri development. Looks to be its really time to update. I will give it a try and update my big Quad as soon as I can. Thanks for all you efforts. BTW: is someone still using the sonar to support altitude hold near the ground? Looks to b...
by Crashpilot1000
Wed Aug 20, 2014 10:16 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Thank you very much Bamfax and Mr.Fiero for discussing GPS details here, giving feedback and publishing configs!! I am mostly grounded with rain/thunder and bad GPS reception when it's not raining here. I think you are right some preset values should be changed to new defaults. Currently I can not c...
by Crashpilot1000
Tue Aug 19, 2014 6:36 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

@Mr-Fiero: Thank you very much for posting your settings. I stripped them a little down to better see the difference in the relevant parts: Preset: ======= acc_lpfhz = 10.000 accz_vcf = 0.985 gps_ins_vel = 0.600 gps_lag = 2000 gps_expo = 20 gps_ph_settlespeed = 10 gps_ph_brakemaxangle = 15 gps_pos_p...
by Crashpilot1000
Sat Aug 16, 2014 8:52 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Short notice on GTUNE. I farted around with it today and having predefined limits for each axis is the better logic than the percentage stuff. However it works best when coming from a too high P and is not so good when coming from lower P. I think there is a way around that, that needs more testing ...
by Crashpilot1000
Sat Aug 16, 2014 6:56 pm
Forum: Boards
Topic: Naze32 - drift after aggressive turning or flips
Replies: 18
Views: 8443

Re: Naze32 - drift after aggressive turning or flips

Too much vibration hitting the acc is one reason for that. The mwii IMU part is also part of the problem but holding the copter still in the air for a short time should correct the internal horizon. If only landing is able to correct that your setup has too much vibrations coming through to the acc....
by Crashpilot1000
Fri Aug 15, 2014 6:36 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

@ farzadsw: Thank you very much for your offer, dude! Sorry I was a little shocked because that Keil stuff is sooooo expensive for me (checked at digikey it's over 5K € now!). Optical flow should be in theory no problem to integrate into the existing GPS / ACC fusion algo (basically just another vel...
by Crashpilot1000
Fri Aug 08, 2014 10:39 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Mr-Fiero: I keep my fingers crossed! I fiddeled a little around with G-tune. Currently it could be used very well on the yaw axis - it does a good job there, have to do further tests but the Yaw P autosetting has a good chance to make it into harakiri as an option (like setting yaw P to 0 and MHefny...
by Crashpilot1000
Fri Aug 08, 2014 10:51 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

@Bamfax: Having condition X and tilt Y into direction Z degree will end up in an never ending casemachine but hey, no problem! @Mr-Fiero: Thank you very much for your extensive report! If you look at the code changes m you will see that the GPS part is completely untouched. Maybe you changed some pa...
by Crashpilot1000
Thu Aug 07, 2014 3:05 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

I have to repost since my last post simply got lost *somehow*. No cli variable needed TC could fix the Bug and done.
by Crashpilot1000
Thu Aug 07, 2014 1:58 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

You commented out what makes the BMP detection skip on naze5. Because the Naze5 in the full featured version just has MS5611 as option (older naze had BMP as well). So I guess TC didn't expect you to upgrade the acro Nz5 with an inferior BMP085 or BMP180. However you can tune the BMP085/180 for acce...
by Crashpilot1000
Thu Aug 07, 2014 1:43 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hallo Bamfax! Somehow I don't get your question . Besides Autoquad wich uses (unpublished?) advanced adaptive control all opensource FC run their data through ordinary PID controllers. GPS functions use the level mode in multiwii so that has to be tuned and working in the first place. If you get sma...
by Crashpilot1000
Thu Aug 07, 2014 1:33 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

I guess you are not supposed to have a bosch baro sensor on N5?
by Crashpilot1000
Wed Aug 06, 2014 3:50 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

The gps groundcourse is not meshed with the magnetic heading. In planes the GPS gorundcourse can be enough since they can't go suddenly 90deg right or even backwards in the same moment, they fly forwards and do turns like an oiltanker. It might be possible with interpreting the stickinputs and not t...
by Crashpilot1000
Wed Aug 06, 2014 1:47 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Thx for the nice feed back Fiero and Holger but check it out first..... Buzzer should be running even on Naze5 since the first Testcode3 and I have reports that it is actually working - sorry for just 3rd hand feedback, I have no buzzer installed. BTW I wished the BF ppl would have looked at the son...
by Crashpilot1000
Tue Aug 05, 2014 5:13 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Well Mr-Fiero I think you will love this one then as well! The integration was a breeze. Althold, Autostart and Autoland tested - works like expected. Besides the better "has passed throttlemidstick position" (better means, it can not be missed anymore if you are "too fast" on th...
by Crashpilot1000
Tue Aug 05, 2014 4:56 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

------------------------------ > Crashpilot1000 : Since you updated TestCode3, did you fix the PH mode, alt adjust, having to return to center first, issue? I didnt see it in the notes about your update. i am scheduled for major flying today but after I am going to update the firmwares and re-test....
by Crashpilot1000
Mon Aug 04, 2014 1:56 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Thank you very much Bamfax for straightening out some things here! Die_Kuh: Your lockups/problems are completely gui related - over and out. It seems you are through all the non recommended stuff and found out why it isn't in the list. I updated the post with some info on flashing just to be sure. f...
by Crashpilot1000
Sun Aug 03, 2014 1:07 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

@Bulesz you are right. I did some renaming a (hopefully) complete list is in the readme m @Strips: I followed the oneshot discussion and reasoning in the BF part of this forum and I can not comment on their function besides all the strong opinions there I am not so sure that oneshot isn't working at...
by Crashpilot1000
Sun Aug 03, 2014 9:57 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi. In opposite to multiwii the mag declination needs not to be calculated. The degrees must be in the "hundreds" and the minutes are the last 2 numbers (if the sign is negative you have to write it as well). So 1 deg 16 minutes East (positive) will be mag_dec = 0116. 13deg and 13 minutes ...
by Crashpilot1000
Sat Aug 02, 2014 8:51 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi, since I've seen the video (m) of DC how the ppsum decoder fu**s up - I was thinking what makes this go wrong and what can be done about it without copying over openpilot code (that doesn't even fix frsky 18ms). The present state in Harakiri (not BF because it is actually worse concerning the fai...
by Crashpilot1000
Fri Aug 01, 2014 11:54 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi BRM, i see we are on the same page here. However your approach seems to be more scientific using accelerometer help for validating gps feedback probably in a kalmanfilter with predictive elements and evaluating probabilities. My approach was more crude in this regard because I find acc data not r...
by Crashpilot1000
Thu Jul 31, 2014 6:54 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Basically you are right, however there are some circumstances that make it actually possible and besides buying a new RX (if it's not flashable) you can reduce the Auxchannelrange with the same result of an always detectable sync gap (like described). The main fact that makes it possible to fix it i...
by Crashpilot1000
Thu Jul 31, 2014 5:28 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

As far as I know there is no easy way to flash the Frsky D4FR. Those possible sync loss situations are rare (but can be always provoked in test environment), so why not fix it in software if it is possible and keep your hardware (and 50Hz) ? From my testing the fix works a 100% (aka always worked du...
by Crashpilot1000
Thu Jul 31, 2014 5:18 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Just try it out it has no serious design flaws I know of that will kill your copter. GPS is something you can always oversteer. BF is also fine.
by Crashpilot1000
Thu Jul 31, 2014 7:08 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

However Frsky sumsignal patch (for 18ms frames with 8 channels) is online. Instead of implementing another cli value the problem is autodetected and the fix applied if necessary. Tested with Frsky D8R-II and Frsky D4FR. Works. m maybe BF is interested as well. Just wondering how that m is supposed t...
by Crashpilot1000
Wed Jul 30, 2014 8:17 pm
Forum: Boards
Topic: CJMCU microquad board
Replies: 161
Views: 116269

Re: CJMCU microquad board

I'm pretty sure you that nobody is interested in your jobless java changes. You can keep you javaflight spam to your own thread. Keep in mind, all CJMCU contributions that you have viewed up to now are licensed under modified Dominic Clifton Is a Jobless Fuck (DCLJF) license, and as such, you are n...
by Crashpilot1000
Wed Jul 30, 2014 6:39 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi, guys! That is actually not perfect - but I was searching for a method to keep the user always in control and not let the gps fly the copter too much. IMHO some other things concerning the GPS need to be adressed first - aka errorhandling, that must be improved to make GPS functions generally saf...
by Crashpilot1000
Mon Jul 28, 2014 7:27 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi, just fixed the 18ms lost ppm sync problem for unflashable D4FR (depicted here: m). The problem is reproducible when maxing out 7 channels and using a little channel 8. I was able to reproduce it on the bench (Aux all max, Full throttle + Full Roll + Full Pitch and then a little yaw -> - BOOM syn...
by Crashpilot1000
Sun Jul 27, 2014 9:14 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Hi! Thanks Dominic for the ppsum hint! However I can not reproduce it on my gear. My RC gear seems ancient but it is working so well I don't want to change it... m (Using 8 channels in ppsum, I know: m but never managed to max out all channels at once in flight..) m Attached to this: m (but not boug...
by Crashpilot1000
Sat Jul 26, 2014 10:47 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Dude, default for esc_max is 1950 https://github.com/Crashpilot1000/TestC ... fig.c#L216. However the mixer in mwii is rather crude - there is room for improvement...
by Crashpilot1000
Fri Jul 25, 2014 2:21 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

mrfiero: Sometimes it is the most obvious stuff that is the hardest. Good to know gimbal works!
bulesz: You see the mavlink heartbeat. To enter cli type 3 times enter ("<Enter><Enter><Enter>") or 3 times # ("###").

(Best terminal prg IMHO: https://sites.google.com/site/terminalbpp/)
by Crashpilot1000
Thu Jul 24, 2014 1:30 pm
Forum: Software
Topic: baseflight + SONAR
Replies: 19
Views: 10601

Re: baseflight + SONAR

Thanks for actually putting Sonar to work in BF! But I don't know why it is necessary to have a baro hight limit like arducopter for the sonar to work (magic 3m?). Sonar does distance measuring not absolute hight so it is very useful for roof inspections to keep a constant distance from it (aka not ...
by Crashpilot1000
Thu Jul 24, 2014 1:00 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Thx for the feedback!
I looked at the gimbal code without finding an obvious error - that doesn't mean there is none, of course :). Since that is mwii, did you activate CAMSTAB in the aux boxes?
Cheers Rob
by Crashpilot1000
Wed Jul 23, 2014 10:10 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi! Sorry for long not posting or doing any copterstuff at all.... I have no gimbal running so I can only repost: http://www.multiwii.com/forum/viewtopic.php?f=23&t=3758. The parameternames have been changed: // gimbal cfg.gbl_pgn = 10; cfg.gbl_rgn = 10; cfg.gbl_flg = GIMBAL_NORMAL; cfg.gbl_pmn ...
by Crashpilot1000
Fri Jun 06, 2014 9:58 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Well, BRM you know I respect you as a someone with very good input (like Hinkel) and scientific background. I've seen TC turning down your calibration improvements (too fast for me to look at them further, or copy them onto my hddsk) but on the other hand your github repo (bubi-007) lacks all the ac...
by Crashpilot1000
Fri Jun 06, 2014 9:16 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

@Peterkins: Hi, Dude! The Connections are like depicted in the original BF manual - so no change of that. I haven't been jumping on the softserial train for some reasons. Concerning the serail stuff there are some general topics to concern: The TX (transmission line) has to be connected to the other...
by Crashpilot1000
Fri Jun 06, 2014 7:58 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1576767

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Just some offtopic - cry out: I sincerely believe that the mwii protocol is good but it has to have a defined standard of sending variables/names/values/value ranges to the gui. So a gui could display all current and future parameters and the user can alter them (within the transmitted limits). Some...
by Crashpilot1000
Wed Jun 04, 2014 4:27 pm
Forum: Software development
Topic: G-Tune Mode (ZERO PIDs)
Replies: 26
Views: 21524

Re: G-Tune Mode (ZERO PIDs)

Your G-spot tuning looks to be working fine. Can you outline the working principle? Can it run all the time i.e do some inflight tuning all the time?
by Crashpilot1000
Wed Jun 04, 2014 2:22 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

Sorry for spam but wt* is this:

https://github.com/multiwii/baseflight/ ... cf6c4be3cd
Looks like a declaration of war, is that necessary? I know google also reveals: http://fr.wikipedia.org/wiki/HydraIRC
http://www.hydrairc.com/content/developers - don't know but baseflight should stand above those regulations and open source war is a waste of time IMHO.
#NotVeryFunnyThatStuff
Cheers Rob
by Crashpilot1000
Sun Jun 01, 2014 1:42 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi! @dominicclifton: Thx for implementing, it really looks much cleaner now @e_lm_70: Google revealed this http://www.multiwii.com/forum/viewtopic.php?f=9&t=3916#p40356 hmm, looks like the action mode is a PH (tested in windy condition)? @rank: Bamfax is right, there was recently a discussion (l...
by Crashpilot1000
Sat May 31, 2014 8:02 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hiho. @rank that is possible but I guess you will have to change the mixer.c on the other hand you could use (or more precise: abuse) the gimbal functions for that.... like with multiwii... Or buy a receiver that puts out sumsignal and separated pwm channels simultaneously - that is future proof bec...
by Crashpilot1000
Fri May 30, 2014 12:29 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Actually the softserial part was done by Dominic Clifton for baseflight - just to get that straight. Both (Dominic Clifton and TC) have the power and programming skills to properly maintain a github and handle (debug!) code submissions - I simply can't do that. From what I see softserial will requir...
by Crashpilot1000
Fri May 30, 2014 11:04 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

Hi dudes! Just a few codelines with elementary school mathematics - I really need no credit for that. If you want to credit people than give it to KC_703 and stevea3342 for actually finding the issue and testing and reporting back (even signing up in github and here in this forum). Cheers Rob P.s.: ...
by Crashpilot1000
Thu May 29, 2014 6:23 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2563113

Re: Baseflight aka multiwii port to stm32

Oh, so the frsky pdf was correct! Thx for the feedback guys, when my Rc tx dies I will buy a Taranis as well. Concerning the posted hex: it is Bf r497 so it is affected by the i2c(?) bug that is fixed now by timecop with his actual release. So if I understand it right you could have full throttle fr...
by Crashpilot1000
Thu May 29, 2014 2:25 pm
Forum: Boards
Topic: ACC pitch/roll inverted on MW32
Replies: 8
Views: 3404

Re: ACC pitch/roll inverted on MW32

Just flashed your latest hex on that mw32v2. The firmware defaults the MMA84xx, the values are mixed up (like described by chrizztus) but the roll and pitch angles are reported correctly - so everything is fine. Note chrizztus: you can default the mpu acc in cli "set acc_hardware = 2" then...
by Crashpilot1000
Thu May 29, 2014 12:45 pm
Forum: Boards
Topic: ACC pitch/roll inverted on MW32
Replies: 8
Views: 3404

Re: ACC pitch/roll inverted on MW32

Hi, Chrizztus! Well concerning the clone stuff I read in the Ger forum from "Ronco"(flyduino payed off guy) that they asked TC and he said ok - so diametral informations, no idea who is right but your clone has less quality (also bought it...). Anyway, since those plans of naze4 were open ...
by Crashpilot1000
Wed May 28, 2014 7:24 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 563042

Re: Harakiri aka multiwii port to stm32

Hi, guys! Sorry to not chime in into the discussion lately. The main difference between testcode 3 and 4 was the spikefilterusage and I found out that using it all the time is most probably a good idea (so that resembles more to testcode3 in regard to PH in the final stage) however there are some th...