Search found 154 matches

by rubadub
Sat Mar 21, 2015 5:46 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

hey can I add another possible feature request for the GUI? In the font editor, please consider adding a couple of more options, such as: - "clear" for clearing out an entire font image - "copy/paste" for copying one font image onto another - ability to manually edit the current ...
by rubadub
Wed Mar 18, 2015 1:08 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 341838

Re: Airplane mode RTH

@PatrikE, I'm curious about what your long-term plans are for your FW MW fork? Do you plan to continue actively developing it and adding new features? Or, are you pretty much satisfied and plan to leave it mostly "as is"? If your goal is to keep adding new features, then would you mind sha...
by rubadub
Fri Mar 06, 2015 9:24 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1462589

Re: Naze32 hardware discussion thread

asked this once before a long time ago but never got a definitive answer. Can someone please help me figure out a BoM/parts list in order to convert an acro naze into an afro (baro+mag)? Obviously, I'll need the HMC5883L and the MS5611, but how many & which types of capacitors (and resistors?) ...
by rubadub
Thu Mar 05, 2015 10:54 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1462589

Re: Naze32 hardware discussion thread

asked this once before a long time ago but never got a definitive answer. Can someone please help me figure out a BoM/parts list in order to convert an acro naze into an afro (baro+mag)? Obviously, I'll need the HMC5883L and the MS5611, but how many & which types of capacitors (and resistors?) w...
by rubadub
Thu Mar 05, 2015 12:13 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

@rubadub for sparklies... Have just tested a solution for this and it seems to work well. Sparklies removed. The downside - the screen will "only" approx 20 times a second.... as cinema films run at 24 frames a second I don't think anyone will notice the difference Will include in future ...
by rubadub
Thu Mar 05, 2015 12:09 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

for rssi - in config.h there is a fastrssi option, but note that for many of the frsky issues, actually it because they are not sending an rssi pww signal....... to make it mor confusing is seemed to change after a certain software version.. So try frsky rssi for sparklies... I have just tried - an...
by rubadub
Wed Mar 04, 2015 7:08 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

should the PWM RSSI feature work with the PWM RSSI signal from an FrSKy RX? EDIT: nevermind, it seems that FrSky PWM is too fast to read, so the only option is an RC filter. Another question: Even after enabling the VSYNC interrupt option, I'm still getting a line of specks/"sparklies" alo...
by rubadub
Mon Mar 02, 2015 1:42 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

GUI based OSD editor is in current version How? The only thing thwt I was able to do within the GUI was turn OSD items on and off, but I didn't see any way to move them around (wasn't obvious to me at least). What I'm referring to is a method for placing items in custom screen locations, similar to...
by rubadub
Sat Feb 28, 2015 2:49 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 341838

Re: Airplane mode RTH

I have updated the Navcode to Pre 2.4 code. In this dev Waypoints, RTH & PosHold works. MultiWii_FW_PRE24_150211.zip I have added a new define that saves space that it actually is possible to run missions on a 328 FC. #define SLIM_WING The code is quite untested but should be safe to test. RTH ...
by rubadub
Fri Feb 27, 2015 4:46 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 344454

Re: MultiWii OSD - MWOSD

feature request in case it hasn't already been requested:

-ability to move items around via the GUI would be great
-option to add pitch&roll angle values to screen (unless it's already there & I didn't see it)

thanks
by rubadub
Mon Feb 23, 2015 7:05 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 341838

Re: Airplane mode RTH

Are there any long-range flyers in here?
just out of curiosity, what's the farthest that someone has gone out with Patrik's MW fixed-wing code???
by rubadub
Wed Feb 18, 2015 10:28 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 341838

Re: Airplane mode RTH

might be a dumb question, but I'm having issues with trimming my flying wing & need some help. When putting the plane into passthru, I'm finding that it moves around a lot (due to wind?) and wants to roll noticeably to the left. So, I added a bunch of right roll trim until the plane more or less...
by rubadub
Sun Feb 15, 2015 5:02 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

ok, thanks for the info Patrik. I didn't fully understand your explanation of the wind affecting the GPS speed, it somewhat confuses me, but I'll take your word for it I just assumed you'd want to use the GPS speed as an indication about whether or not the plane is actually moving forward, vs. possi...
by rubadub
Fri Feb 13, 2015 12:13 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

Thanks for all the help Patrik! I have another question: What would you think about having the cruising speed for RTH based on the GPS ground speed instead of having it depend on a hard-set, fixed throttle value? Do you see any advantages & disadvantages to such a setup? I was thinking that it m...
by rubadub
Mon Feb 09, 2015 12:42 pm
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

So, they use TIMER5 as a multi-purpose 0.5us timer instead of micros()? How do they manage to do the two 50hz pwm's off the same timer? I'm not clear on that. But, I agree that it really wouldn't be worth the hassle (I don't personally need it). My understanding is that MW uses TIMER5 for the MEGA_H...
by rubadub
Mon Feb 09, 2015 11:05 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

ezio, thanks for fixing a bunch of stuff in the latest revision, seems to work much better now. Not really a feature request related to EZ-GUI, but is there any chance that support could be added to the MSP to support changing conf.psensornull and conf.pint2ma variables (powermeter null value & ...
by rubadub
Thu Feb 05, 2015 4:31 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

Yes it probably is. If i remember correct... if(diff > ABS(170)) diff =180; It's there to make a deadspan around +/-180 degrees diff. Otherwise the plane can have some left/right decisions before the turn. Like if you meet someone on the pavement.. (left or right side?) The plane can fly away sever...
by rubadub
Tue Feb 03, 2015 10:49 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

@PatrikE
It seems that GPS HOLD always seems to cause the plane to bank/turn right. Is this by design or pure coincidence? If this is intentional, is there a way to bias GPS HOLD to turn left instead of right?
by rubadub
Fri Jan 30, 2015 9:51 am
Forum: Software development
Topic: RTH min height on 2.3 *without* GPS NAV version
Replies: 6
Views: 2903

Re: RTH min height on 2.3 *without* GPS NAV version

well, whatever name you'd like to place on it, but I'm referring to any version (whether it be yours or anyone else's) with the advanced navigation engine that cycles through the nav modes within the GPS processing routines in GPS.cpp, vs. the more simplistic mode processing routine in Multiwii.cpp....
by rubadub
Thu Jan 29, 2015 11:42 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

a few issues/questions: - why does the app need to always restart when making any changes to the settings? It's very frustrating and slow. Can this please be changed? - please fix the 'started' voice alert. It's still sounding when the app starts even with voice alerts disabled (Android 4.1.2 on a S...
by rubadub
Thu Jan 29, 2015 11:29 pm
Forum: Software development
Topic: RTH min height on 2.3 *without* GPS NAV version
Replies: 6
Views: 2903

Re: RTH min height on 2.3 *without* GPS NAV version

My NAV code is integrated to the mainstream multiwii codebase, and apparently working flawless.. Instead of hacking with 2.3 codebase I recommend you to try the latest 2.4RC from the repository. Simply setting the target altitude in althold mode won't work since the althold code will react violentl...
by rubadub
Thu Jan 29, 2015 3:10 am
Forum: Software development
Topic: RTH min height on 2.3 *without* GPS NAV version
Replies: 6
Views: 2903

RTH min height on 2.3 *without* GPS NAV version

I have a quad that I'd like to setup with the "RTH minimum height" feature (i.e., have it do GPS HOLD & climb to RTH height before trying to initiate RTH). I realize that EOSBandi's GPS NAV version already has this feature. Unfortunately, I ran into some weird issues when using his cod...
by rubadub
Sat Jan 24, 2015 7:46 am
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

hey, I just wanted to say that I finally got this working correctly based on pluschi's recommendations and by using the code from the initial patch as an example. I've got the PPM code to read the ICR5 register instead of using micros(). I've also disabled the RC averaging routine. It's working pret...
by rubadub
Wed Jan 21, 2015 10:37 am
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

wtf? pluschi, you had published a response, but now it's gone... I don't understand why. anyway, finding examples on how to do ICP and PPM reads is pretty easy. Dennis Frie has published some good examples. So, just to clarify, is the lack of precision/accuracy in using micros() for RC processing th...
by rubadub
Tue Jan 20, 2015 2:22 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 416138

Re: GPS NAV

umm, so, are people basically just talking to themselves on this thread at this point? No more feedback & support anymore? I haven't seen any feedback from the main developer(s), which makes me think that they've abandoned this MW fork. For whatever it's worth, for those that are interested in r...
by rubadub
Sun Jan 18, 2015 10:50 pm
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

Plüschi wrote:I have published something like this for 2560 and 32u4 years ago, but zero feedback.


ok, can I take a look at it? where is it published? Do you have a link please?
by rubadub
Sun Jan 18, 2015 4:53 am
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

did anyone ever make any progress on this given pluschi's feedback? So, basically, is this what needs to be done? - TIMER5 needs to be configured for 0.5us - PWM output for servos using TIMER5 needs to be disabled/prevented - the existing PPM routine needs to measure elapsed time using the value fro...
by rubadub
Sat Jan 17, 2015 11:26 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 416138

Re: GPS NAV

Is anyone else here using the GPS NAV version for simple RTH via switches on signal loss (*not* through the MW failsafe feature)? If so, have you ever run into a problem where RTH/autopilot gets stuck & can't be easily disabled? This happened to me twice today. I was practicing acro maneuvers wi...
by rubadub
Sat Jan 17, 2015 11:21 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

It seems that the app just auto-updated again, but I'm still hearing the stupid 'started' voice alert even though I've disabled voice alerts. can this please be looked into? Also, again, I'm begging, please fix the multi-instance problem with the app. It seems like it keeps hogging up resources and ...
by rubadub
Fri Jan 09, 2015 12:11 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

Nothing has been changed in the sounds settings. Disable text to speech to avoid "started" I just tested it again. I made sure 'text to speech' was disabled, but the 'started' voice alert is still enabled. I even tried enabling 'text to speech', restarting the app, and then disabling it a...
by rubadub
Thu Jan 08, 2015 2:39 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

the app just auto-updated on my phone, and the latest version has re-enabled some sounds, such as the "started" voice alert, even though I have all sounds disabled in the app settings. Can this please be taken a look at? Also, the 'back button' / multi-instance behavior is driving me insan...
by rubadub
Tue Jan 06, 2015 3:24 am
Forum: Software development
Topic: mag calibration auto-stop?
Replies: 1
Views: 1040

mag calibration auto-stop?

Has any work been done on trying to setup the mag calibration routine to use a method that employs a 'stop detect' instead of a fixed,30sec timer? i.e., something that allows the user to keep rotating & calibrating the MAG sensor until a pause/timeout is detected. This would be helpful to allow ...
by rubadub
Fri Jan 02, 2015 10:25 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

has anyone opened up a bug/issue report regarding the 'back button' behavior in android? It seems that clicking 'back' to exit from a screen (or the app) isn't consistent. clicking back to move between screens doesn't always work as expected, and switching between other app's and EZ-GUI (say, by cli...
by rubadub
Tue Dec 23, 2014 2:01 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 416138

Re: GPS NAV

need advice... what's the best way code-wise to adjust the code in order to initiate LAND during GPSHOME or GPSHOLD *if* there's no GPS fix and/or if GPS fix was lost when running either HOME or HOLD? It looks like the LAND routines are embedded into the GPS code, so it's going to take some work. Th...
by rubadub
Sun Dec 14, 2014 4:29 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

bump on my request to add an 'auto-connect' option for the BT, so that it will cycle through the list of configured BT adapters and try to connect to whichever is available. It doesn't seem like it would be a very complicated feature to add. Please consider, thanks...
by rubadub
Thu Dec 11, 2014 10:16 pm
Forum: Software development
Topic: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)
Replies: 24
Views: 12292

Re: PPM Sum Input for CRIUS AIO V2 (aka PL1 / ICP5)

Plüschi wrote:Sorry but

Your not using input capture at all, you just bend the ICP interrupt vector to the old ppmsum routine which uses micros() ?
You run fast pwm mode with OCR5A as top set to 40000? Why?

WTF ? This whole mod doesent make any sense ...


so then what's the proper way to do it?
by rubadub
Wed Dec 03, 2014 10:16 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re:

Trims are available only for naze32 boards. I have to update it as MW2.4 supports it as well. ok, perhaps that's why I didn't see it. Is the button hidden upon connecting & detecting that it's running MW2.3? So, I'm assuming that is it currently not possible to adjust the trims via the MW proto...
by rubadub
Wed Dec 03, 2014 7:31 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

You can solve it like you did. For next version i have made ACC atomatic with GPS modes. The ARM function is a MWii standard for motors. And is handled commonly after all mixers. To make a mode-based Armed can be messy. If it's powered up in PThru Arms.. Should it be disarmed if mode is switched la...
by rubadub
Wed Dec 03, 2014 5:37 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

On my version 3.116.174 the acc trims are there. Actually, I'm pretty sure they were there in previous versions also. where? what window? I just checked and don't see them... I'm also running the latest version... lol, nevermind, they were right there in front of me, don't know why I didn't see the...
by rubadub
Wed Dec 03, 2014 5:10 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 751820

Re: MultiWii EZ-GUI

@ezio, I have a couple of feature requests. if possible, I please ask for your consideration for... 1) a way to automatically cycle through the configured/bound BT adatpers & connect to whichever is available. - it is a bit annoying to have to select the correct BT adapter when switching between...
by rubadub
Wed Dec 03, 2014 4:37 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

Does anyone see any possible problem with enabling ANGLE or HORIZON mode along with GPS_HOME mode within the MWC Plane code? It would be nice to simplify my AUX switch config and just set GPS_HOME to use a single AUX setting to enable both RTH+ANGLE. I figured that I could just add it here: Multiwii...
by rubadub
Sun Nov 30, 2014 3:07 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

@PatrikE any plans to setup some kind of 'cruise' mode (such as what the APM has) where you can point the plane on a specific heading and it'll hold that heading? I'm assuming that mag hold mode doesn't work for planes, though I haven't checked the code myself to verify this. Any ideas on what would...
by rubadub
Wed Oct 08, 2014 8:21 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

update on the PTZ functionality testing. The servo scaling on servos 1&2 needs to be disabled for PTZ (it's used for gimbal, but not needed here since we want pure pass-thru from rc for pan/tilt servo control). Output.cpp, mixTable() function /****************************************************...
by rubadub
Wed Oct 08, 2014 10:57 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

I added PTZ to test. Codebase is the latest RTH code for planes. Just be careful to not overload your ESC 5v BEC with too many servos. Then the FC reboots and plane will go down!.... Don't ask how i know! MultiWii_PTZ.zip PTZ is still untested but compiles. I just wanted to let you know how the ini...
by rubadub
Fri Oct 03, 2014 6:56 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1462589

Re: Naze32 hardware discussion thread

ok, sorry, will go ahead & search for that. thanks for the head's up...
by rubadub
Fri Oct 03, 2014 3:53 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1462589

Re: Naze32 hardware discussion thread

weird question, but what parts would I need in order to add the baro sensor and flash memory to an acro board? I'm looking for a specific list of part #'s and quantities in order to get this done, all of the caps, resistors, etc.. Please no comments about it being a hard task, I'll take it on at my ...
by rubadub
Fri Oct 03, 2014 1:25 am
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 77983

Re:

Sigh I looked at the multiwii code it's a mess, that's what happens especially in the way multiwii developed. However don't push object orientated as that creates it's own mess and makes debugging even worse. People complain about timecop and his views on coding style, however baseflight is readabl...
by rubadub
Thu Oct 02, 2014 2:02 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 77983

Re: Why development has stopped?

If you don't trust Chrome there is Chromium. It exists for exactly that purpose. The alternative is Java which is 100% untrustable malware and spyware, but it's clear by your chrome-bashing that you don't really know what you're on about. once upon a time, java was considered cool, multi-platform, ...
by rubadub
Thu Oct 02, 2014 1:32 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

I think you need to add a define in def.h to increase the numbers of servos At the end of the Airplane defines. ... #endif #if defined(FPV_PTZ) #define PRI_SERVO_FROM PAN_SERVO #endif #elif defined(BI) ..... Then it should work. But maybe lock the servos to 1 & 2 thanks Patrik... you're right, ...
by rubadub
Thu Oct 02, 2014 12:16 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 216314

Re: Airplane mode

thinking about possibly doing the following... //config.h /*********************** FPV PAN TILT ***********************/ #define FPV_PTZ #define PAN_SERVO 1 #define TILT_SERVO 2 #define PAN_CHANNEL 11 #define TILT_CHANNEL 12 //Output.cpp, mixTable() function /****************************************...