Search found 136 matches

by mbrak
Thu Mar 08, 2012 5:25 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

I've a stupid question, I am about to start GPS testing tomorrow and I wonder what the behaviour of the LED ist. If I start up there obviously is no fix but what happens to the LED when the fix is optained (regarding to code it should blink, but this is not happening at my flyduino, maybe some othe...
by mbrak
Wed Mar 07, 2012 10:15 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi sorry no test flights possible today. heavy wind an rain.... is it april already ???? no i dont think so.. for me to pass the boredom, I have a buzzer connected to the flyduino-mega. in hope the final 2.0 will support the buzzer.pde my respect alex and jevermeister for debugging the code! my brai...
by mbrak
Wed Mar 07, 2012 8:33 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

jevermeister wrote: tetxting from my phone is a pain in the a$$.
Nils


hi nils

It is very amusing to read your news today :) has helped me through the day thanks :)
by mbrak
Tue Mar 06, 2012 11:03 pm
Forum: Software development
Topic: Multiwii 2.0 PV1 PPM BUG????
Replies: 6
Views: 2350

Re: Multiwii 2.0 PV1 PPM BUG????

hi

my jeti rsat2 serial ppm receiver works well with prerelease 2.0!
no problems from that side.
by mbrak
Tue Mar 06, 2012 10:03 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi wayne

seems to be your gps.
my flyduino gps works great.......except that it does not find the way back home. but that is another story :)
by mbrak
Tue Mar 06, 2012 5:29 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi just tested MW2.0pre1 with the new funktions. normal flying, mag-mode and acc mode working super soft and smooth. mega 11 bit pwm? the gps pos hold is the problem still now. setting a new home position, lift up the copter to about 5 meters and activating gps pos hold the copter comes backwards to...
by mbrak
Mon Mar 05, 2012 10:03 pm
Forum: Software development
Topic: WinGUI public beta
Replies: 132
Views: 69843

Re: WinGUI public beta

hi

i just read one of my saved xml-setting files from wingui 1.04

i found this

Code: Select all

<RCRATE value="45" />


in gui the value is 90!!

the saved value is allways the half of the gui value.

can someone confirm this?

is it a bug or an undocumented feature?
by mbrak
Mon Mar 05, 2012 5:43 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi roman i thing you have to contact EOSBandi ! He is the man behind I2C GPS and he can answer your questions exactly. Alex wrote that the funktionality of both variants will be the same in some time. in the past POS Hold was only possible with the I2C solution not with serial GPS. The only hack to ...
by mbrak
Mon Mar 05, 2012 4:23 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi roman the german says "idiotensicher" the "aux(4)" is only for setting a new homepostion during flight. imho the return-positon is not always there where you arm the copter. original the copter or better the software stores your postion after arming the copter. thats the retur...
by mbrak
Sat Mar 03, 2012 10:09 pm
Forum: Software development
Topic: MultiWii 2.0 is coming
Replies: 256
Views: 107979

Re: MultiWii 2.0 is coming

hi a change for setting new home position during flight with AUX4 (High). without the secound term in the if-structure you would not get the FIX LED pattern automaticly. Line 736 in DEV 20120225 if (rcData[AUX4]>1800 || GPS_fix_home == 0) { Hi, I've corrected it. I'm sure EOSBandi will enhanced any...
by mbrak
Fri Mar 02, 2012 5:10 pm
Forum: Software development
Topic: MultiWii 2.0 is coming
Replies: 256
Views: 107979

Re: MultiWii 2.0 is coming

hi

a change for setting new home position during flight with AUX4 (High). without the secound term in the if-structure you would not get the FIX LED pattern automaticly.

Line 736 in DEV 20120225

Code: Select all

 if (rcData[AUX4]>1800 || GPS_fix_home == 0) {
by mbrak
Thu Mar 01, 2012 5:34 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

thank you

that's exactly what I was looking for.
by mbrak
Wed Feb 29, 2012 5:32 pm
Forum: Ideas
Topic: Add info on new dev release...
Replies: 7
Views: 2533

Re: Add info on new dev release...

hi
I think no one here calls for detailed documentation.

all we need are a few more descriptions or explanations about the new features. No essay or something. :)
and that only for the developer versions!

greetings michael
by mbrak
Tue Feb 28, 2012 7:20 pm
Forum: Ideas
Topic: Add info on new dev release...
Replies: 7
Views: 2533

Re: Add info on new dev release...

sorry that I did not belong to this closed circle of developers who know what they are doing to test their current development!

The releases are tested (with the DEV versions) and are a bit saver to fly and are coming with a change-log.


wow. I did not know that until you just posted it :)
by mbrak
Tue Feb 28, 2012 5:43 pm
Forum: Ideas
Topic: Add info on new dev release...
Replies: 7
Views: 2533

Re: Add info on new dev release...

hi hamburger yes thats right! but it is a very short information for possible big changes. for me as a non-developer (but curious test-flyer) it is sometimes hard to find an explanation for new functions. in the past there where changes.txt files. for a tester with no 100% knowledge of each code-lin...
by mbrak
Tue Feb 28, 2012 5:33 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

@ Mbrak: In MultiWii tab line 734. Its easy to find when you use the arduino find function. hi i dont think so! line 734 is imho a query! i'd like to know where the variable is set. like "GPS_fix = 1;" the only part i could found is a bit up in the code in the i2c_GPS part. but i have a s...
by mbrak
Mon Feb 27, 2012 6:22 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi alex

thanks. thats the bug :) now it works fine.

where in the code do you set the GPS_fix == 1 ?
cant find that. only for me to understand that :)
by mbrak
Mon Feb 27, 2012 5:58 pm
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61923

Re: Improving Altitude Hold Performance

hi y.mita many thanks for posting your PIDs. it quite useful for me to know how to modify the values. yesterday i tested the dev20120225 with nearly the same PIDs like your quad. ALT 2.5, 0.025, 0 VEL 0.0, 0.000, 0 the first flight with calm wind was quite very stable. wow i thought that was very ve...
by mbrak
Sun Feb 26, 2012 6:00 pm
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61923

Re: Improving Altitude Hold Performance

hi

can someone post the p-i-d values for ALT and VEL?

just tested the dev 20120225 and after switch level,baro and mag ON a had a beautiful flip into the green grass...... wonderful!
by mbrak
Sun Feb 26, 2012 5:55 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi

i just uploaded the dev 20120225

after waiting some minutes i had 7 sats in gui gps display. but no special status-led pattern to signalize gps-fix.
is that a bug or an undocumented feature?
by mbrak
Fri Feb 17, 2012 5:21 pm
Forum: Software development
Topic: WinGUI public beta
Replies: 132
Views: 69843

Re: WinGUI public beta

When i change the PID value by typing in new numbers I need to use the "," when I use the "." and push write it jump up to the max. This is strange because the shown sign is a "." this might be a font problem. the sign looks like a "." but if you type it in a...
by mbrak
Fri Feb 17, 2012 2:08 pm
Forum: Software development
Topic: WinGUI public beta
Replies: 132
Views: 69843

Re: WinGUI public beta

Works perfect !! thanks for that!

i'am using r575 and everthing looking good so far.
by mbrak
Sat Feb 11, 2012 7:51 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

Hey guys, I am also trying to use the GPS function. I use the EM-411 serial GPS on the Arduino Mega 2560 board. Its connected on serial 2 on the mega board. I have switched this function with AUX2. Its a three position switch on my Futaba T10 transmitter. The low position is GPS OFF. The MID positi...
by mbrak
Fri Feb 10, 2012 4:59 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

Hi LuFa

i have the same problem. can you give a hint?
what should be fixed? (serial FMP04 GPS with flyduino Mega!!!)
by mbrak
Thu Feb 09, 2012 5:14 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

Hi EOSbandi my question is the same as from Magnetron. is the development of code only for the i2c-gps or is there also a further development for users with a serial GPS (flyduino-gps-bob). I'm just a little unsure because i just bought the serial gps. will it be possible to adapt the gps from paul ...
by mbrak
Sun Jan 01, 2012 6:12 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi Andras

what imu or mag sensor do you use?
do you have flat mag-lines in gui when power on motors >30%
what esc and motors do you use?

thx michael
by mbrak
Sun Jan 01, 2012 4:21 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi that sounds good dramida. but i don't think it is a practicable solution to elevate the mag for about 17cm. i have the same problems with my mag and i can't elevate the sensor because i have all sensors on the imu board. the microcopter has the same function called headfree. and they solved it wi...
by mbrak
Wed Dec 28, 2011 7:36 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

UndCon wrote:Can you try shielding things to verify it is the motors and mot ESC's that causes MAG errors?

//UndCon



Magnetic shielding you mean? what exactly do you think?

I should try to shield the electromagnetic compatibility of the ESC? how?
by mbrak
Wed Dec 28, 2011 5:36 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

Hi my tests have the same result as that of dramida. MAG is going crazy over all 3 axis as soon as more like hover-throttle(aprox. 40%) is present. motors : T-Motor2216/KV900 10x4.7 CF with robbe roxxy bl820 ESC i increased the space between IMU (10 DOF AllinOne / Ebay from CSG_EU) and frame with po...
by mbrak
Tue Dec 27, 2011 7:57 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi i tested the dev 20111220 today. the mag was well calibrated and the gui values good. the hf-mode was not working correctly! at yaw angles<90 degrees it worked fine but >90 degrees to the start orientation the copter was flying in other directions but not in that, i would like to have him. after ...
by mbrak
Thu Dec 22, 2011 2:27 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

Thanks Alex for this masterpice of software!

My copter has GPS now and it seems to work fine. (flyduino Mega with FMP04 GPS from Paul)

Will it be possible in future to reset the home-point an set a new one without power down the copter?
by mbrak
Wed Dec 21, 2011 6:01 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 888090

Re: GPS integration

hi

a small question

is it possible to assign an output-pin if having a gps-link?
i think it is not bad to have a led when there are enough satelites.
by mbrak
Thu Dec 15, 2011 11:21 am
Forum: Software development
Topic: _shared updated to Alex' r411 + memory fix
Replies: 6
Views: 2297

Re: _shared updated to Alex' r411 + memory fix

hi Yaccos genius LCd-Config is an external piece of hardware with a arduino 328p, 16x2 lcd and some switches, resistors.... Here is it: http://www.rc-heli-fan.org/viewtopic.php?f=255&t=80336 the advantage is that you can plug it in every time you want (also without tx) and you can configure any ...
by mbrak
Tue Dec 13, 2011 9:37 pm
Forum: Software development
Topic: _shared updated to Alex' r411 + memory fix
Replies: 6
Views: 2297

Re: _shared updated to Alex' r411 + memory fix

thanks now it works fine.

i use yaccos lcdconfig. not the code from multiwii. unfortunately it won't work with the actual devs.

the dev works very smoth without any glitches known from 1.9 and above.
the weather seems to be very bad. no way to fly outside.
by mbrak
Tue Dec 13, 2011 8:09 pm
Forum: Software development
Topic: _shared updated to Alex' r411 + memory fix
Replies: 6
Views: 2297

Re: _shared updated to Alex' r411 + memory fix

Hello Hamburger

compiled your version yesterday inclusive GUI. Runs fine and smooth!
my components are flyduino Mega with allinone IMU quadx

stick combo for magneto calibration (throttle=up yaw=left pitch=down) won't work! any suggestion why?

bye michael
by mbrak
Sat Dec 03, 2011 8:12 pm
Forum: Software development
Topic: Arduino 1.0
Replies: 47
Views: 20740

Re: Arduino 1.0

Hi the Error in the Output section when compiling with the servo tilt option should be fixed with the following change: line 352: if ((rcOptions1 & activate1[BOXCAMSTAB]) || (rcOptions2 & activate2[BOXCAMSTAB])) { rcOption was not declared. but you declared rcOptions1 and rcOption2 @alex ple...