Search found 117 matches
- Sun Feb 01, 2015 9:56 am
- Forum: Ideas
- Topic: Multiplexing multiple switches to one RC channel
- Replies: 8
- Views: 4508
Re: Multiplexing multiple switches to one RC channel
It sounds similar to the 6 way switch which is already implemented in the GUI. The difference is, that people use an analog knob instead of many switches. Or they have a TX with a 6 state turnswitch. The benefit of using separate switches is, you don´t have to go sequentially through all states, whi...
- Thu Jan 29, 2015 9:43 am
- Forum: Ideas
- Topic: retractable landing gear automated
- Replies: 2
- Views: 2411
Re: retractable landing gear automated
The point is to eliminate the need for a separate channel on the TX, regardless of the way your retracts work ( servo or servoless).
- Fri Jan 23, 2015 4:35 pm
- Forum: Ideas
- Topic: retractable landing gear automated
- Replies: 2
- Views: 2411
retractable landing gear automated
Hi Folks, more and more frames come with retractable landing gears. Instead of using a separate switch on the TX, it'd be nice to fold/unfold it automatically by baro/sonar/land-switch . The SW would need a threshold ( say 5m above ground ) and maybe two variables for top/bottom servo angle. What do...
- Fri Oct 31, 2014 2:54 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Rust wrote:
Hey, this looks interesting
Where can I get one?
Here: http://www.lessemf.com/mag-shld.html
- Sat Oct 25, 2014 8:30 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
@josepo
It's probably the compass giving you false reading. Did you calibrate the compass outdoors? Did you check the mag heading with the GUI at zero throttle and full throttle? ( Fix copter to the ground )
It's probably the compass giving you false reading. Did you calibrate the compass outdoors? Did you check the mag heading with the GUI at zero throttle and full throttle? ( Fix copter to the ground )
- Thu Oct 16, 2014 4:53 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
psitana wrote: I try to setup gps multiwii SE 2.5, i2c with neo6m module,
I2C is no longer supported with the GPS Nav_b7 version.
- Thu Oct 16, 2014 1:58 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
Voltage reading trough MSP data seems wrong. I tried two different batteries on my DIY voltagedivider and both times I got different values in MWConf and from the OSD MWConf / OSD 6.6V / 7.0V 11.6V / 12.4V I've checked the Volt and Ampere routines in the OSD code and for the voltage it seems the MSP...
- Wed Oct 15, 2014 4:29 pm
- Forum: Software development
- Topic: Problem mit MAG with current git version
- Replies: 1
- Views: 1667
Re: Problem mit MAG with current git version
The sensor.cpp had a bug related to MAG calib...there is a new version 4 days old. Did you try this one?
- Wed Oct 15, 2014 10:00 am
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
@shikra
you've integrated two different filters for V/A/RSSI reading, do they also work for serial MSP-data?
My msp-current value is pretty jumpy...
you've integrated two different filters for V/A/RSSI reading, do they also work for serial MSP-data?
My msp-current value is pretty jumpy...
- Tue Oct 14, 2014 9:17 pm
- Forum: Software development
- Topic: [patch] Amperage in MinimOSD via Multiwii MSP
- Replies: 50
- Views: 25985
Re: [patch] Amperage in MinimOSD via Multiwii MSP
Sure would be nice to have those settings on the GUI bit like the camstab and servo ones have migrated Would it be possible to use the MWOSD-GUI to calibrate ( more like an aftermath-routine ) the MSP-data? Also nice would be an "auto-zero" button in the GUI ( both GUIs) instead of a slid...
- Tue Oct 14, 2014 1:10 pm
- Forum: Software development
- Topic: [patch] Amperage in MinimOSD via Multiwii MSP
- Replies: 50
- Views: 25985
Re: [patch] Amperage in MinimOSD via Multiwii MSP
Hi all, this thread is a bit older, but fits perfect to my problem. I'm using MW2.3 and MWOSD. I'm reading battery voltage and amperes through the MSP-Serial port, because I don't want to fry my minimOSD board. I got it working somehow, but find it very annoying, I have to set the zero adjust and ga...
- Tue Oct 14, 2014 11:07 am
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
Sorry for all this OT... I got it working: The A2 port of the miniWii is the problem. It is designated as HV powerinput and messed up the current sensor signal. I had to redirect voltage measure to A0 and current to A1 ( on miniWii's config.h ). Finally I got a zero current readout of 2.5V instead o...
- Mon Oct 13, 2014 5:32 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
My sensor reads 1.58V at zero current, maybe it's faulty... I changed the AMPERAGEOFFSET to 450 ( was 158 ) and it doesn't change anything.. Actually I did the same zero offset stuff in MWii's config.h . I expect when minimOSD just polls data, it should read 0.0A. I've set the other amperagemax valu...
- Mon Oct 13, 2014 12:15 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
@ Olaf - which sensor? bi-directional can be a bit odd sometimes It's a ACS758B-050B from DFrobot. It has 40mV/A sensitivity and a zero current output of 1.58V I have a datasheet, but can't upload here ( .pdf) I really don't want to solder cables on the minimOSD atmega pins, otherwise I'd test it t...
- Sat Oct 11, 2014 7:48 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
I'm trying to read amperes from the multiwii-fc. In Mwii-conf I can't see an amp-value but the powermeter value. It increases by 1 (mAh?) each second, no matter how low or high I set the "psensornull" value. The amp-value from the OSD is always 5.5A and is also unchanged by the "psens...
- Fri Oct 10, 2014 5:17 pm
- Forum: Software development
- Topic: NanoWii with hardware PPM sum capture
- Replies: 5
- Views: 3283
Re: NanoWii with hardware PPM sum capture
Does it work on all nanoWii versions? 328p and 32U4 processors?
- Wed Oct 08, 2014 4:31 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
Success! Thanks to shikras explanations, I got it running! MWII V2.3 on a miniMWC with I2C-GPS and a minimOSD from HK. It's a huge mess with all the cables and adapters...but hopefully it will fit in the small cockpit, I have on my e-bike. OSD-spaghetti.jpg One remark on the new v1.2: in config.h: I...
- Sat Oct 04, 2014 9:22 am
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
shikra, the arduino nano has a 328p processor. IIRC,it has 2 serial ports. I also have an outdated i2c_to_serial GPS board, but I'm not sure if that works with GPS/mag combos? Regarding the hardware connections: it would help to understand how the MWOSD-board gets the information from the FC. Does i...
- Fri Oct 03, 2014 2:03 pm
- Forum: Software development
- Topic: MultiWii OSD - MWOSD
- Replies: 873
- Views: 497147
Re: MultiWii OSD - MWOSD
Hi Shikra, thanks for such a nice OSD sw and GUI! I have a question, which is a little out off the box: Can I use a HW pin on the minim-OSD to make the text flip vertically? Reason for the question is: I want to use the OSD as a powermeter for my electric recumbent bike and at the same time I use tw...
- Sun Sep 28, 2014 8:34 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
@matster
you probably missed the different baud rate for GPS in the NAV SW? In NAV SW every serialport is set to 115200, reduce it to 57600 ( or what has been set in the 2.3 SW ) and try again.
<edit> Don't forget to erase eeprom between flashing a different MWII SW. ( all 4096 Bytes )
you probably missed the different baud rate for GPS in the NAV SW? In NAV SW every serialport is set to 115200, reduce it to 57600 ( or what has been set in the 2.3 SW ) and try again.
<edit> Don't forget to erase eeprom between flashing a different MWII SW. ( all 4096 Bytes )
- Mon Sep 15, 2014 4:13 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
-ralf- wrote:Welcome back, András .... we missed you
+1
Who said only bad things happen on 9.11?

- Fri Aug 08, 2014 9:33 pm
- Forum: Ideas
- Topic: Auto descent when VBat critical
- Replies: 9
- Views: 5665
Re: Auto descent when VBat critical
Using the voltage threshold to trigger the emergency landing could lead to a jojo effect. I also don't like to set the threshold everytime I start a new mission. "landind in water" is just one scenario, but landing in a group of people ( say I'm hired for a wedding-ceremony to take airial ...
- Thu Jul 31, 2014 8:17 am
- Forum: Software development
- Topic: [FEATURE] r1685-only_allow_arm_with_gps_3dfix.patch
- Replies: 11
- Views: 5873
Re: [FEATURE] r1685-only_allow_arm_with_gps_3dfix.patch
I can't test it ATM, but what happens, when I loose GPS-fix during flight? Will it keep being armed?
- Thu Jul 31, 2014 8:02 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I could do with some help physically connecting the Ublox NEO-6M GPS module to the Crius AIO board. The Ublox has a 4-pin Molex the other end of which terminates in a 5-pin Molex. As I am powering the board from an ESC, I understand that I need to connect the Ublox Tx and Rx to Serial 2 Rx and Tx, ...
- Fri Jul 25, 2014 8:18 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi All, First time here for me - and am just getting into my first multi after having plenty of fun with CPPM helis, EDF jets and warbirds for the last five years or so. I am using WinGui 2.3, and for the life of me could not find out how to zoom in/out on the mission planner map. So I trawled abou...
- Wed Jul 23, 2014 8:35 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I have a little question. I fly a lot with GPS nav From EosBandi. Since I had change my FC board, I've got something wrong with exiting "mission" mode fly is very nice, and after RTH, my quad stay in position Just after flicking mission switch , he fall down Like if propeller not works, e...
- Wed Jul 23, 2014 8:27 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi O_Lampe, If you have Crius AIOP V2 as I have it is very easy to disconnect onboard Mag by cutting just two jumpers & use external Mag plugged into 12C port. This was the best mod I have done so far as Mag was totally useless despite twisting wires to ESCs & moving FC higher above distrib...
- Tue Jul 22, 2014 8:24 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi, brewski already answered most of it. Fence radius should be higher than safe WP distance. ( At least it should be "safe WP distance + 2*WP radius" ) If you see the copter is hovering around a waypoint before it moves further to the next WP, you should increase WP radius to 300cm. If yo...
- Tue Jul 22, 2014 7:59 am
- Forum: Software development
- Topic: Mega Hardware PWM Servo vs Motor
- Replies: 7
- Views: 2966
Re: Mega Hardware PWM Servo vs Motor
My best educated guess is that some servos can't handle the signal without prescaler.
If I understood correctly, the prescaler makes the timer count slower, which might have an influence on the loop time. ( e.g. prescale = 16 => refresh servo every 8th loop. )
If I understood correctly, the prescaler makes the timer count slower, which might have an influence on the loop time. ( e.g. prescale = 16 => refresh servo every 8th loop. )
- Thu Jul 17, 2014 9:28 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I’ve been using 2.2 satisfactorily with Hobby King MultiWii Pro and am now trying b7. When I switched from just ANGLE to just ANGLE + BARO the quad shot straight up fast and would have flown away if I had not switched back. This was “cured” by disabling NAV_TAKEOVER_BARO and IGNORE_THROTTLE but I c...
- Wed Jul 16, 2014 1:43 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
<snip> I connected to yellow LED with ULN2003 buffer on a piece of Vero board driving a high intensity blue LED at rear of quad showing exact GPS status. Far better than the LED on GPS & visible for up to 500m. I also have 6 spare buffers with this IC to drive LED lights or anything else. I hop...
- Tue Jul 15, 2014 8:53 am
- Forum: Software development
- Topic: Why development has stopped?
- Replies: 230
- Views: 113679
Re: Why development has stopped?
I think we have to spend some time and finally make a documentation. So the people who wants to use the multiwii doesn't have to spend hours on reading the forums etc. Because of lack of the documentation people are just scared and go to other flight controllers, like this guy m just my 2 cents +1 ...
- Mon Jul 14, 2014 9:01 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
You've set the WAIT_FOR_RTH_ALT switch to " 0" and still expect it to work?
- Tue Jul 08, 2014 8:42 am
- Forum: Software development
- Topic: Why development has stopped?
- Replies: 230
- Views: 113679
Re: Why development has stopped?
my comment about GPS- and altHold problems: It seems to me that there are problems deeper in the code that reflect on or even multiply issues with GPS implementation. There had been an old discussion about "wrong" PID implementation. /******************************** PID Controller *******...
- Thu Jul 03, 2014 9:02 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Any reason you don't trust ppm sum?
It's not the ppm-sum, I don't trust. It's just the luxury of 3 antennas pointing in different directions, I like.
That's why, I'm using the standard RX and a double antenna ppm-sum RX.
- Thu Jul 03, 2014 8:56 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I've made a different experience with GPShold and stick-wrestling:
I can fly around with GPShold still enabled and when I release the sticks, the copter moves back to the place, where I enabled GPShold.
Probably it is because of some different settings in config.h ?
I can fly around with GPShold still enabled and when I release the sticks, the copter moves back to the place, where I enabled GPShold.
Probably it is because of some different settings in config.h ?
- Mon Jun 30, 2014 7:30 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Ok, I got the additional AUX channels working beautifully! Totally complete. I'll upload the Arduino and WinGUI code as soon as possible. I should have it posted by tomorrow night. Once I have it up, please test it on other configurations and let me know if it works. That sounds great generally spe...
- Fri Jun 27, 2014 2:58 pm
- Forum: Ideas
- Topic: What you don't like in EZ-GUI?
- Replies: 51
- Views: 24583
Re: What you don't like in EZ-GUI?
Is there only one way to add ezgui to my android-device? I want to use an older Samsung Galaxy Ace ( without SIM-Card ) on the flying field but I had bad experiences with temporary using a valid SIM-Card from my actual Smartphone. ( SIM-card didn't work correctly, after I used it once in a differen...
- Sun Jun 22, 2014 9:26 am
- Forum: Software development
- Topic: Fuzzy tuning of PID gains
- Replies: 8
- Views: 4495
Re: Fuzzy tuning of PID gains
Actually the board/IMU itself should be able to recognize oscillations and react accordingly. Autotuning should be a matter of seconds for all PIDs. The fastest way to get a value tuned, is to start at 50% => Overshoot? Yes: goto 25%/ No: goto 75%...a.s.o Every Iteration cuts the remaining "val...
- Fri Jun 20, 2014 10:32 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I haven't tried datalogging yet. I have no BT or wireless ground-connection.
- Thu Jun 19, 2014 8:31 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Yesterday, I had the third crash with the NAV_b7 sw. This time, I cleared the eeprom ( all 4096 Bytes ) before flashing. m On the ground , I checked GPS-fix for 30 seconds and had 9 stable satellites. I could start and use horizon, MAG,headadj and baro. But when I switched to GPS-hold the copter dri...
- Thu Jun 19, 2014 8:15 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi All, I just start to use the latest version of the EOSBandi software at a Crius AIOP V1. So far everything seems to work fine (PosHold, RTH, Alt hold) except the headfree mode. I didn't activate the advanced mode in the code. With the RC I activate it together with the mag and horizon but when I...
- Thu Jun 19, 2014 8:10 am
- Forum: Software development
- Topic: Fuzzy tuning of PID gains
- Replies: 8
- Views: 4495
Re: Fuzzy tuning of PID gains
Since the mWII-NAV-version appeared, we are forced to use the Mega-boards anyways. With plenty of space for additional code for fuzzy-logic a.s.o.
But I also like the idea of a GUI-routine to preset the PIDs to a desired copter behaviour ( smooth, middle, and twitchy )
But I also like the idea of a GUI-routine to preset the PIDs to a desired copter behaviour ( smooth, middle, and twitchy )
- Thu Jun 12, 2014 9:29 am
- Forum: Ideas
- Topic: What you don't like in EZ-GUI?
- Replies: 51
- Views: 24583
Re: What you don't like in EZ-GUI?
Is there only one way to add ezgui to my android-device? I want to use an older Samsung Galaxy Ace ( without SIM-Card ) on the flying field but I had bad experiences with temporary using a valid SIM-Card from my actual Smartphone. ( SIM-card didn't work correctly, after I used it once in a different...
- Wed Jun 11, 2014 7:16 am
- Forum: FPV, OSD, Cameras
- Topic: Anyone tried the Pixy CMUcam5?
- Replies: 4
- Views: 3330
Re: Anyone tried the Pixy CMUcam5?
I think, the next waypoint must be visible for pixy5, which isn't always the case.
I'd be glad if pixy couldt help with heading the copter to a moving object.
I'd be glad if pixy couldt help with heading the copter to a moving object.
- Tue Jun 10, 2014 10:07 am
- Forum: Software development
- Topic: New flying android app : Flone Remote
- Replies: 15
- Views: 8154
Re: New flying android app : Flone Remote
1 w0uldn7 d4r3 70 fly my c0pt3r w1th 4n 4pp, wr1773n by p3opl3 pr3f3rr1ng such 4 w31rd f0n7.. 

- Tue Jun 10, 2014 9:39 am
- Forum: Software development
- Topic: Arduino Uno connected to MultiWii v2.5
- Replies: 3
- Views: 2937
Re: Arduino Uno connected to MultiWii v2.5
What exactly do you mean with multiWii v2.5?
If this is a FC-board, how did you setup the config.h to talk to your Uno board?
Why did you put your Uno-code in the "loop"?
If this is a FC-board, how did you setup the config.h to talk to your Uno board?
Why did you put your Uno-code in the "loop"?
- Tue Jun 10, 2014 9:29 am
- Forum: Software development
- Topic: G-Tune Mode (ZERO PIDs)
- Replies: 26
- Views: 26063
Re: G-Tune Mode (ZERO PIDs)
MHefny wrote:The idea is to start with no settings, to help ppl. that are not in interest in setting their quad to fly.
You are right, when your code set the values to zero.
- Mon Jun 09, 2014 8:04 am
- Forum: Software development
- Topic: G-Tune Mode (ZERO PIDs)
- Replies: 26
- Views: 26063
Re: G-Tune Mode (ZERO PIDs)
Wouldn't it be better to start with PIDs preset to values known to be working and start autotune from there?
Or start with 50% value?
OT-question: Do you have public access to GPS satellites in egypt?
Or start with 50% value?
OT-question: Do you have public access to GPS satellites in egypt?
- Fri Jun 06, 2014 11:36 am
- Forum: Software development
- Topic: Crius AIOP V2 with data logging IC
- Replies: 5
- Views: 2982
Re: Crius AIOP V2 with data logging IC
IIRC, you can set 250+ WPs in the mission planner. Taking into account, that each WP has to have a minimum distance to the others, you would need a very huge battery ( long flight time ) to hit the limit of megas internal EEprom.
Why would EOSBandi bother to write a code for a specific FC?
Why would EOSBandi bother to write a code for a specific FC?