Search found 631 matches

by Crashpilot1000
Thu Dec 05, 2013 11:56 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

alistairr: The gps_ins_vel factor (actual "0.6", was 0.7 before) describes the internal weight of the speed measured by acc (acceleration over time) and the measured GPS speed for each axis. Since I altered the scale of the acc from 8G to 4G it MIGHT be necessary to lower that value (do it...
by Crashpilot1000
Wed Dec 04, 2013 4:20 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@alistairr: THX for your feedback, but concerning the naze5 buzzer stories (I don't have and need one) there must be an error somewhere. Concerning the GPS the pre2.6 might require a slightly lowered gps_ins_vel, I can tell you more on this when that gps stuff incl. WP is done and I have the chance ...
by Crashpilot1000
Wed Dec 04, 2013 10:18 am
Forum: Ideas
Topic: prop loss failsafe recovery
Replies: 11
Views: 6929

Re: prop loss failsafe recovery

+1
That is reality.
Prop loss can be avoided completely.
BTW: If someone wants a very crash resistant quadrocopter I would suggest to go for a Walkera Ladybird....
by Crashpilot1000
Wed Dec 04, 2013 12:35 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Neu: That video looks awful. Probably pre 2.6 is not naze 5 compatible. Sorry for that but it will take some time before I will look at the naze5 stuff again. @rortega: There are several tuning options. Please look in the parameterlist in config.c and the readme - you will find useful information t...
by Crashpilot1000
Mon Dec 02, 2013 7:19 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 411593

Re: GPS NAV

Comment deleted. Reason: Input obviously not needed/wanted.
Cheers
Rob
by Crashpilot1000
Fri Nov 22, 2013 11:58 pm
Forum: Ideas
Topic: Integration of SRF08 I2C sonar sensor (done)
Replies: 89
Views: 78111

Re: Integration of SRF08 I2C sonar sensor (done)

Oh, well what was f** up shit from the beginning to the end. Remember what a sonar can physically do and look at that code - it makes you cry.
That "fusion" is gross sh't. Remember: Sonar gives you RELATIVE distance - never absolute hight. So wait another 2 years until mwii understands that.
by Crashpilot1000
Tue Nov 05, 2013 12:16 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

What a sh** that your copter suffered severe damage, damn.
The 2.5 is here: http://fpv-treff.de/download/file.php?id=6257
by Crashpilot1000
Mon Nov 04, 2013 9:10 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hopefully the crash was no major damage! Please stick to 2.5 for GPS, I haven't tested PRE 2.6 not yet on GPS, but already made some changes there. Motor PWM imbalance is a matter of the frame, center of gravity and stickinput. If you have still pre2.6 on board you can do a normal hover (in the back...
by Crashpilot1000
Mon Nov 04, 2013 10:57 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Paccik: Well I haven't been testing gps functions in pre2.6 because it's still in the works (splitting gps code up / rearranging). 2.5 is tested... @Hinkel: Thank you very much for sharing the results of your curiosity! I didn't expect that result. Maybe there is a chance we can reasonably combine ...
by Crashpilot1000
Sat Nov 02, 2013 9:02 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi PacciK! Yes rebuilding is a pain! I once crashed into concrete (copter mostly wasted) with an emergency motor shut off done by me to prevent other damage - completely my failure.. First of all: test in appropiate hight, because you can always oversteer gps stuff and regain control. High grass is ...
by Crashpilot1000
Fri Nov 01, 2013 5:59 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

I rechecked the limits. I see no way how a command greater than the gps_maxangle could make it. BTW GPS modes are naturally not supposed to work in horizon mode, that's why it is turned off in that case and angle mode is activated so that shouldn't be the problem with your setup but it may be safer ...
by Crashpilot1000
Fri Nov 01, 2013 4:47 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

After a few seconds ...say 10sec ..... WHOOP !!!! a HARD LEFT all by itself, and WHACK on the ground inverted. Well, since "gps_maxangle = 25" is the preset it is not possible for the gps controller to send more than 25 degree tilt to the level controller (needs to have non wobbly pids, o...
by Crashpilot1000
Thu Oct 31, 2013 9:53 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

* the (( cfg.nav_rtl_lastturn = 1; // 1 = when copter gets to home position it rotates it's head to takeoff direction independend of nav_controls_heading )) is not working , I was just 1 or 2 meter in hight for the test, no head rotate I make this test again issue is the same autoland is done but n...
by Crashpilot1000
Thu Oct 31, 2013 10:06 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi! Look here: m The 2.5 is the recent version, the "SGTodaysSnapshots" are the preparation for 2.6. The folders may be deleted/replaced with actual progress so check the repo. Sorry for no incremental stuff. Some folders have been deleted to clean up the repo from outdated/nonworking code...
by Crashpilot1000
Thu Oct 31, 2013 1:48 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

short fly test with SG2.6 version 17 oktober : * the bug from arming motor in baro mode is now fixed , * the autostart is working fine test with 2m * the (( cfg.nav_rtl_lastturn = 1; // 1 = when copter gets to home position it rotates it's head to takeoff direction independend of nav_controls_headi...
by Crashpilot1000
Wed Oct 30, 2013 11:31 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Like always in mwii the boxes turn green when the function could be activated. Probably not enough sats in your room??
Cli command auxset is described (with example) in the cli. That original was non human readable and just an awful waste - probably still present in BF.
by Crashpilot1000
Tue Oct 29, 2013 6:59 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi ! Just a stupid noob question in Harakiri in config.c the parameter cfg.D8[YAW] is not define for eeprom write, but in mw.c the parameter cfg.D8[axis] is use for the PID Controller, axis is going from 1 to 3 so is there not a possible bug if the cfg.D8[3] is reading value from cfg.D8[PIDALT] in ...
by Crashpilot1000
Mon Oct 28, 2013 6:58 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1446947

Re: Naze32 hardware discussion thread

Well if it is a kit it must be constructed and tested that every sensor works flawlessly with it(Mag!) otherwise send it back to the shop.
by Crashpilot1000
Mon Oct 28, 2013 6:49 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Have not tested camtilt or altered rx channels, that is unchanged from older orig. BF so i expect that to work. Reading the readme.txt is not your business ????????????????????????????????????????????????????????????? I will not comment on stuff that is already in the readme. Using some gui instead ...
by Crashpilot1000
Mon Oct 28, 2013 6:40 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1446947

Re: Naze32 hardware discussion thread

If you are planning to use the onboard mag for gps, it will never work and randomly fly around in gps mode if you mount it directly on the powerdistribution. Just in case you use harakiri set gps_rtl_flyaway = 15, so the flyaway will stop after flying 15m in the wrong direction on rtl..... After the...
by Crashpilot1000
Sun Oct 27, 2013 7:15 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Truglodite: I haven't tried "Racer 5", let's see where to find that canadian beer here... Really don't know why the stick commands don't work with your setup, maybe it's something with your overclocking. I don't have that barebone knowledge, I have to trust in the supplied libraries/drive...
by Crashpilot1000
Fri Oct 25, 2013 8:52 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Hinkel: Thank you very much for posting your changes here!! Very much appreciated! Cheers to you!! @Subaru: Yes, do that and persuade the mwii2.2/2.3 code to do what you want. Don't forget to post that code, I will be very happy to implement that! @lol: Having another friday beer now.. the sixpack ...
by Crashpilot1000
Fri Oct 25, 2013 8:16 pm
Forum: Ideas
Topic: Use DJI Naza GPS with MultiWii
Replies: 14
Views: 7147

Re: Use DJI Naza GPS with MultiWii

Sorry if you was getting my post wrong, alberoLG. I didn't want to offend you in any way - it was meant the opposite way! Having another hardware supported (letting the price alone) is always some good idea and has to be encouraged. If you want to get the full benefit of the DJI GPS unit you will co...
by Crashpilot1000
Fri Oct 25, 2013 7:46 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

After engaging RTH in full flight, it will brake and do a PH & Althold (and gain some hight, if specified), if some requirements are fulfilled the RTH is engaged. So when your mag isn't working properly that stuff goes wrong in the first place. An RTH without MAG is possible on copters (easier o...
by Crashpilot1000
Fri Oct 25, 2013 6:57 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Well, when RTL is activated the other needed boxes are turned on automatically. It sounds like magnetometer problems with your setup. When it flies in the wrong direction, (nearly) no matter what your pids are its a mag/declination problem. The bearing calculation is much more precise than in mwii (...
by Crashpilot1000
Fri Oct 25, 2013 8:30 am
Forum: Ideas
Topic: Use DJI Naza GPS with MultiWii
Replies: 14
Views: 7147

Re: Use DJI Naza GPS with MultiWii

albertoLG: "seems everybody hates what I posted..." No! If you have such a unit lying around (with a crashed naza) it's not a bad idea but the undisclosed/partly hacked protocol is the problem. Going for that overpriced hardware in the first place for and opensoftware platform is like buyi...
by Crashpilot1000
Fri Oct 25, 2013 4:58 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@hinkel: Sorry for not checking back your pm in the other forum, maybe you can attach your code here as a zip for all? @disq: Thank you very much for your code suggestions! Yes, I am not so keen on the profiles stuff but if that missing byte from 2.2 will make life nicer I will add it. I have seen t...
by Crashpilot1000
Wed Oct 23, 2013 10:36 pm
Forum: Ideas
Topic: Use DJI Naza GPS with MultiWii
Replies: 14
Views: 7147

Re: Use DJI Naza GPS with MultiWii

The dji gps combo is maximal unattractive for an open source project since the protocol is partly reverse hacked and will produce unwanted surprises.
There are gps/mag combos already available:
http://www.wii-copter.de/shop/catalog/p ... ori6uj7s63
http://witespyquad.gostorego.com/flight ... plane.html
http://witespyquad.gostorego.com/flight ... mpass.html
Or if you want to feed the 3dr randomly - crash - my - money - with failcode - beast: http://store.3drobotics.com/products/3d ... th-compass
by Crashpilot1000
Wed Oct 23, 2013 7:47 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2572561

Re: Baseflight aka multiwii port to stm32

Did you ever come across the idea to arm the fc like described in mwii wiki? If that doesn't work, sell the board or buy a radio that reaches the appropiate stick limits if you are not able to change them in cli or your TX. Arming hasn't changed for "several months" in any mwii "unive...
by Crashpilot1000
Wed Oct 23, 2013 5:05 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2572561

Re: Baseflight aka multiwii port to stm32

I also noticed various file lengths through gcc versions. They are all a some precious KB longer than the keil compiled hex from tc (using the same code for testing). Well to get down to that subject you will have to look for differences in the generated assembly language code (like disassemble the ...
by Crashpilot1000
Mon Oct 14, 2013 2:48 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Short notice, a first test Version for v5 is in the github repo. @Hinkel: Well an osd switch why not. I have to find the code behind that. @aBUGSworstnightmare: I am using the free version of Keil + gcc. So you want to do another I2C oled driver. Well, perhaps it's better to do that on TC code, beca...
by Crashpilot1000
Sat Oct 12, 2013 11:22 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1446947

Re: Naze32 hardware discussion thread

He is on naze rev v5 so it won't work right now. @pacajeff: When outside the ublox should change it's own blinking pattern when it has esablished a lock. You will need some 6x6cm shield(alu/aluminium foil/copper etc) under your gps for good reception - don't go without it. Depending on your ucenter ...
by Crashpilot1000
Sat Oct 12, 2013 11:00 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@msev: Thank you very much for your trust, that I could do an airplane branch, but I am too stupid for that. My last rc plane was a gas cessna 25years ago.. and my radian pro has not been maidened yet because I still have some really stupid software setup issues with the #$&%& arduplane and ...
by Crashpilot1000
Tue Oct 08, 2013 4:46 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

I think with kvosd you can solder up an ampere sensor. I am currently not working on that. I know some people want to know the ampdraw, well with my frsky + DHTU its no problem to see that when attaching the ampsensor to the rx but i just did it once to check the hoverthrottle (it was like ecalc pre...
by Crashpilot1000
Mon Oct 07, 2013 4:51 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi, satnaam! Yep my private little project keeps on rolling . The 2.6 final is not ready because I want to reorganize some of the GPS stuff and squeeze that "I returned to home but do sometimes not autoland" bug and needs more testing. The current repo has bin and hex files in the main dir...
by Crashpilot1000
Mon Oct 07, 2013 11:58 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

That OSD stuff is probably baudrate associated (115K vs 57K). Since KVOSD is a very nice project stick to that. Having native minimosd support isn't a bad idea because I am building a fpv backpack with minimosd. So I can attach it to my (new!)radian pro with arduplane and to my naze copter. Over the...
by Crashpilot1000
Sun Oct 06, 2013 3:31 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Well I did some flashing in the past with passgps (not in conjunction with a gui only terminal and ucenter) and I can assure you that it works well, if used correctly. Even MTK works. gps_type = 1 will send the mwii ublox configblock (override settings to 5Hz etc) and put the ublox into pedestrian m...
by Crashpilot1000
Sun Oct 06, 2013 9:52 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 411593

Re: GPS NAV

Well basically I2C GPS is not such a bad idea on Arduino because you can offload the main FC with the GPS cycles and even do more complex calculations that are not possible on a single Arduino handling FC and gps (like a precise bearing/heading calculation). The bytesize can be greatly reduced (IF t...
by Crashpilot1000
Sun Oct 06, 2013 7:44 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi! Well, the gps .... oh, boy. First of all there are a lot of changes in that area and the functionality is not truncated in Harakiri. My used ublox is: GPS-NL-652ETTL with a self build alu-backplate connected to GND and the Dataline has a ferrite. The instructions here m (look in the GPS chapter)...
by Crashpilot1000
Fri Oct 04, 2013 9:51 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Hinkel @Truglodite: Thanks for the condolences, unfortunately the lightning struck twice in one week... But I am back on track! @Hinkel: I am glad to hear that this was mainly due to a setting done by your tx, so the althold gathers up the needed throttle fast enough. Anyhow I rearranged the FS stu...
by Crashpilot1000
Thu Sep 26, 2013 7:24 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi, Hinkel! Sorry for the misunderstanding! If your copter is equipped with a baro (no matter if activated or not) the failsafe_throttle is ignored. It worked with older versions because they had no "debounce function" for landing. The debouncer will limit the maximal thrust during landing...
by Crashpilot1000
Thu Sep 26, 2013 1:42 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Hi, Hinkel! Thanks for the report and having the guts to test that out! I think there can be done something about that. What happened: 1: Flight in some non Althold/baromode 2: Turning off the transmitter, normally RX will not immediately quit sending signals to FC (some rx internal timeout). 3: fai...
by Crashpilot1000
Wed Sep 25, 2013 3:09 am
Forum: Software development
Topic: Suggestion for Baro temperature in getEstimatedAltitude
Replies: 22
Views: 12721

Re: Suggestion for Baro temperature in getEstimatedAltitude

BTW: According to the datasheet you need to calculate "T2" to get a correct temperature readout below 20 Degree for MS5611. Just saying...
by Crashpilot1000
Fri Sep 20, 2013 9:40 am
Forum: Software development
Topic: [PATCH] I2C_GPS_NAV Fix millis() rollover & status reporting
Replies: 2
Views: 1039

Re: [PATCH] I2C_GPS_NAV Fix millis() rollover & status repor

Millis() will roll over after 49Days 17h 2min 47sec 296ms, you will need a good lipo to experience that.
by Crashpilot1000
Tue Sep 17, 2013 7:59 pm
Forum: Software development
Topic: Suggestion for Baro temperature in getEstimatedAltitude
Replies: 22
Views: 12721

Re: Suggestion for Baro temperature in getEstimatedAltitude

You can start directly but expect a slow decrease in althold hight when enabling during heatuptime (depending on hardware/foam etc). Just be aware to compensate for that (if needed in low alt) in the first minutes - not nice but not such a big deal after all. P.s.: That will not win you a price in a...
by Crashpilot1000
Tue Sep 17, 2013 7:04 pm
Forum: Software development
Topic: Suggestion for Baro temperature in getEstimatedAltitude
Replies: 22
Views: 12721

Re: Suggestion for Baro temperature in getEstimatedAltitude

@AlexIP: BaroAlt = (1.0f - pow(pressure/101325.0f, 0.190295f)) * 4433000.0f; That actually IS temperature compensated, because the baro does its own temperature compensation based on it's calibration data. But it can not overcome a problematic hardwaredesign. The Arducopter approach in the IMU will ...
by Crashpilot1000
Tue Sep 17, 2013 6:53 am
Forum: Software development
Topic: Suggestion for Baro temperature in getEstimatedAltitude
Replies: 22
Views: 12721

Re: Suggestion for Baro temperature in getEstimatedAltitude

@Sebbi: Yes, definitely. I thought the heating/hight influence would be diminished but after further tests, I see the same results like before. Perhaps some temperature factor on the ground could be gathered during heatup for further compensation (the "curves" look rather linear in the int...
by Crashpilot1000
Mon Sep 16, 2013 7:42 pm
Forum: Software development
Topic: Suggestion for Baro temperature in getEstimatedAltitude
Replies: 22
Views: 12721

Re: Suggestion for Baro temperature in getEstimatedAltitude

Hi! @pm1: Thank you very much for wrapping your head around that subject. From my observation the baro heating up seems to be greatly dependent on the hardware implementation and foam coverage. I posted my results here: m. On Naze rev.4 the nearby serial chip seems to heat up the baro considerably u...
by Crashpilot1000
Mon Sep 16, 2013 7:12 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

Well, I can not comment on hardwarefunction I don't have. So I would go for the official BF in the first place, you can handtest Harakiri as well of course...
by Crashpilot1000
Mon Sep 16, 2013 6:32 pm
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 568796

Re: Harakiri aka multiwii port to stm32

@Crazyal: I've seen your work and I am very happy to see progress in that area, that is desperately needed. I can only try out stuff and fiddle around, but your approach seems to be more promising! The unfu***** sensor initative is also very good. @Copterrichie: I would def. rcommend the original BF...