Search found 2578 matches

by Hamburger
Fri Jan 23, 2015 8:57 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

thanks for confirming.
I wished for people to read the wiki instructions now and then - at least when they experience problems with stuff that has been around for a long time.
Different configuration instructions for (v2.3 or newer) and (v2.2 or older)
by Hamburger
Thu Jan 22, 2015 6:07 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

analog.intPowerMeterSum is where computed mAh get stored. From memory without code.
What do you use to see this value?
I use it all the time together with capacity warning on serial display and it just works as expected.
Dunno for the gui though.
by Hamburger
Wed Jan 21, 2015 2:47 pm
Forum: Getting Started - MultiWii config and setup
Topic: MultiwiiConf vs Multiwii Ez-GUI - Different Values
Replies: 2
Views: 1122

Re: MultiwiiConf vs Multiwii Ez-GUI - Different Values

when using pc application is that over bt too?
else board might get its power over usb serial with different voltage. this could lead to different sensor values. personally I have not seen such rx value shifts though.
by Hamburger
Mon Jan 12, 2015 2:32 pm
Forum: Getting Started - MultiWii config and setup
Topic: Failsafe am I missing something?
Replies: 3
Views: 1616

Re: Failsafe am I missing something?

it is likely your rx does this as its failsafe routine. Some rx can be configured to send some predefined value (usually what was used during binding) in case of failsafe. In that case make sure to trim your tx during the bind so it sends an out of bounds value (<980 or >2050) on one of the first 4 ...
by Hamburger
Sun Jan 11, 2015 6:19 pm
Forum: Shields, boards and sensors
Topic: GPS ublox neo6m - NMEA or UBLOX protocol better?
Replies: 8
Views: 6043

Re: GPS ublox neo6m - NMEA or UBLOX protocol better?

Just back from the field, I can confirm it works.
by Hamburger
Sun Jan 11, 2015 12:52 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

No danger. With original nunchuk sensor it was above 6000 always. But if cycle time varies very much then it will have influence of flight characteristics because pid algorithm is not time invariant. In effect you tune for one value of cycletime. For a completely different values those pids will hav...
by Hamburger
Sat Jan 10, 2015 11:33 pm
Forum: Shields, boards and sensors
Topic: GPS ublox neo6m - NMEA or UBLOX protocol better?
Replies: 8
Views: 6043

Re: GPS ublox neo6m - NMEA or UBLOX protocol better?

Cool.
So MWii does the right thing and I am all set.
Thanks for the clarification
by Hamburger
Sat Jan 10, 2015 1:03 pm
Forum: Shields, boards and sensors
Topic: GPS ublox neo6m - NMEA or UBLOX protocol better?
Replies: 8
Views: 6043

Re: GPS ublox neo6m - NMEA or UBLOX protocol better?

Leo wrote:I changed mine to 38400 at 5Hz.

do you change this via ucenter or the initialization code from inside MWii?
(I have just changed to 57600 via ucenter to avoid serial glitches)
Is 5Hz default?

thanks for the help/
by Hamburger
Fri Jan 09, 2015 10:44 am
Forum: Shields, boards and sensors
Topic: GPS ublox neo6m - NMEA or UBLOX protocol better?
Replies: 8
Views: 6043

GPS ublox neo6m - NMEA or UBLOX protocol better?

from what I understand those gps modules support a range of protocols. Accidentally, mine came preconfigured for NMEA. To change serial speed from 115200 to 57600 I went and installed ucenter on a win-pc. So I am all set to configure the module. Now i am wondering whether switching to another protoc...
by Hamburger
Thu Jan 08, 2015 9:17 pm
Forum: Software development
Topic: Critical BUG: serial.gps may induce unwanted commands -FIXED
Replies: 6
Views: 2514

Re: Critical BUG: serial.gps may induce unwanted commands

parital fix to Protocol..cpp in r1737 It will kill the Promini FC and GPS as a option.. why so? my partial fix only prevents handling of "other serial commands" but not of the MSP commands on the gps.serial port. True, I am still not convinced having both MSP and GPS on same port is guara...
by Hamburger
Thu Jan 08, 2015 5:35 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Hamburger wrote:I found two bugs
...
Will submit patches soon.

in r1737 now
by Hamburger
Thu Jan 08, 2015 5:32 pm
Forum: Software development
Topic: Critical BUG: serial.gps may induce unwanted commands -FIXED
Replies: 6
Views: 2514

Re: Critical BUG: serial.gps may induce unwanted commands

parital fix to Protocol..cpp in r1737
by Hamburger
Thu Jan 08, 2015 10:36 am
Forum: Software development
Topic: Critical BUG: serial.gps may induce unwanted commands -FIXED
Replies: 6
Views: 2514

Critical BUG: serial.gps may induce unwanted commands -FIXED

Bug : an attached (nmea) gps can induce data chars which may get interpreted either as MSP commands or via evaluateOtherData() as serial commands. Symptom : this may drop user into configuration.loop or trigger other functionality. What is even more critical/confusing: once the gps is physically at...
by Hamburger
Thu Jan 08, 2015 9:46 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Rudi48 wrote:To the cycle maximum topic.
...

thanks Rudolf. 21/761 ist about 3 percent with cycle times in the 3000 range.
Looks like increasing the constant to 3300 for this hardware might improve on predictability...
by Hamburger
Thu Jan 08, 2015 1:28 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

On my mega board with gyro, acc, baro, mag + lcd.telemetry, the loop time frequently exceeds the 2800 limit. I see value going up to 3200 every other second. The whole idea of enforced constant loop time gets ridiculed if the limit is too low. Can others please comment on their loop times? -- EDIT: ...
by Hamburger
Thu Jan 08, 2015 1:22 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

I found two bugs - attached (nmea) gps can induce data chars which may get interpreted via evaluateOtherData() as serial commands. Bug: this may drop user into configuration.loop or trigger other functionality. - Cannot be avoided with disabling gps in config.h. Reason: in v2.3+ even on gps port, in...
by Hamburger
Thu Jan 01, 2015 10:18 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

For the release notes:
which version of arduino and processing are used for the baseline?
by Hamburger
Thu Jan 01, 2015 10:14 am
Forum: Software development
Topic: Arduino sketch overview
Replies: 1
Views: 1041

Re: Arduino sketch overview

To my knowledge, nothing beyond the file names
by Hamburger
Wed Dec 31, 2014 11:23 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Of the two I.d prefer the second variant. But I have no grasp of possible side effects as my experience with gps and baro are limited. So it may have to wait until after 2.4 or other frequent users of such combos must chime in.
by Hamburger
Wed Dec 31, 2014 4:23 am
Forum: General discussions
Topic: Sketch Too Large
Replies: 10
Views: 4441

Re: Sketch Too Large

Afaik we do not support using gps info for altitude.
If you require altitude then baro m7st be activated in config.h.
Sorry.
by Hamburger
Wed Dec 31, 2014 4:18 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Alex, I think with your last change to gui you also reactivated the truncation of leading /dev etc. from serial device names? If true then it breaks the rwconnect feature for mac and * nix. I had had to disable this truncations long ago for that reason although it was nicer reading the list. Sorry I...
by Hamburger
Wed Dec 31, 2014 4:11 am
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Carlo, But then you cannot land at other place (mountain) to deliver package (there disarm and arm) because on flight back the altitude will be corrupt= different from first direction. Not a good idea. If you have a Bt connection to your fc, then you can send a 'R' for resetting various values. This...
by Hamburger
Mon Dec 29, 2014 5:34 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

switch back for the moment version number to 230, but winGUI will have to handle 240 for final 2.4

I think it is wrong signal if we effectively cripple the version number only to please some (albeit honored) 3rd party app.
If they test for ==230 then it is either intended or plain wrong and bad.
by Hamburger
Sun Dec 28, 2014 8:05 am
Forum: Getting Started - MultiWii config and setup
Topic: Change the LED Flasher and Landing Light Funktion
Replies: 6
Views: 2221

Re: Change the LED Flasher and Landing Light Funktion

Sure, if you say so.
I am sorry to have wasted time trying to help when you know for yourself where and what to look for.
Good luck
by Hamburger
Sat Dec 27, 2014 5:57 pm
Forum: Getting Started - MultiWii config and setup
Topic: Change the LED Flasher and Landing Light Funktion
Replies: 6
Views: 2221

Re: Change the LED Flasher and Landing Light Funktion

Nano.v3 board has 328 cpu.
Goto arduino pinout page to find pin-port relations.
For on/off functionality it is sufficient to use pins in digital mode (like buzzer)
by Hamburger
Sat Dec 27, 2014 10:51 am
Forum: Getting Started - MultiWii config and setup
Topic: Change the LED Flasher and Landing Light Funktion
Replies: 6
Views: 2221

Re: Change the LED Flasher and Landing Light Funktion

Withou code my advice:
Look at BUZZER code.
Pins and ports are different for supported cpus.
by Hamburger
Sat Dec 27, 2014 10:41 am
Forum: Pictures & Videos
Topic: Mono-Phan Technology With Multiwii
Replies: 28
Views: 18265

Re: Mono-Phan Technology With Multiwii

Progress is very visible.
What are current weight, battery, flight time and speed please?
by Hamburger
Thu Dec 25, 2014 12:52 pm
Forum: General discussions
Topic: Sketch Too Large
Replies: 10
Views: 4441

Re: Sketch Too Large

Disable the baro sensor might save enough? No alt.hold then.
by Hamburger
Thu Dec 11, 2014 10:00 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Yes. In general applications/programs should consider being less restrictive on the version.
We increment the minor digit at will during development to indicate work in progress.
And most changes should not break existing functionality so users should be safe.
by Hamburger
Thu Dec 11, 2014 11:21 am
Forum: Shields, boards and sensors
Topic: SPI support for MPU6000 IMU
Replies: 2
Views: 1804

Re: SPI support for MPU6000 IMU

correct, current MWii does not support SPI.
correct, we are interested in optional SPI support.

If you want to pursue implementation of SPI support, please no 3rd party fat libraries.
by Hamburger
Tue Dec 09, 2014 10:29 am
Forum: ESCs, propellers , servos and radios
Topic: Tricopter Yaw Servo Twitches and Burns up
Replies: 5
Views: 3039

Re: Tricopter Yaw Servo Twitches and Burns up

You mentioned you have a "pro"board. I assume that means it has 2560 atmega chip. Then in MWii config.h, verify you have hardware pwm enabled and set the rate to nothing higher than what your servo can handle (best to keep a safety margin; you most likely will not notice the difference in ...
by Hamburger
Mon Dec 08, 2014 3:37 pm
Forum: Getting Started - MultiWii config and setup
Topic: Tricopter Yaw servo doesn't work
Replies: 4
Views: 1807

Re: Tricopter Yaw servo doesn't work

good analog is better than cheapo digital.
Metal gear is well worth it for TRI
by Hamburger
Mon Dec 08, 2014 2:25 pm
Forum: ESCs, propellers , servos and radios
Topic: Tricopter Yaw Servo Twitches and Burns up
Replies: 5
Views: 3039

Re: Tricopter Yaw Servo Twitches and Burns up

IF you keep burning servos that could be based on either - servos are junk (some cheapo servos are just that); or - the attached mechanical load is too high; or - voltage is not correct; or - pwm rate is too high - this happens regularly when attaching servo (50Hz for analog servos up to 333Hz for d...
by Hamburger
Fri Dec 05, 2014 10:16 am
Forum: Ideas
Topic: landing lights on spare channe;
Replies: 2
Views: 1747

Re: landing lights on spare channe;

not exactly what you want, but you could use the buzzer feature to drive the buzzer output pin (of your choice) - use a transistor to drive your lights, - assign buzzer.on to an aux channel to switch on - accept to see various other signaling sequences flashing even while buzzer.on is set to off. It...
by Hamburger
Fri Dec 05, 2014 10:12 am
Forum: General discussions
Topic: GUI-settable parameters “MULTIPLE_CONFIG_PROFILES"
Replies: 20
Views: 7056

Re: GUI-settable parameters “MULTIPLE_CONFIG_PROFILES"

Additionally to PIDs etc, for all features which require a value and are marked with (*) in config.h, those values are definitely stored in each profile.
by Hamburger
Fri Dec 05, 2014 10:06 am
Forum: Software development
Topic: Tandem Rotor Helicopter
Replies: 13
Views: 4119

Re: Tandem Rotor Helicopter

That all said it seems I don't have much choice but to limit myself to 6 servos I'll stick to something like the Chinook in the meantime. If you look here m you will find 2560 has >8 pwm-capable pins. You could free up some pins by attaching your rx via sbus/ppm/serial single wire instead of 8 for ...
by Hamburger
Thu Dec 04, 2014 12:24 pm
Forum: Software development
Topic: handle the Multiwii Serial Protocol (MSP) with terminal prog
Replies: 11
Views: 4605

Re: handle the Multiwii Serial Protocol (MSP) with terminal

dunno. The original implementor of DEBUGMSG seems to have left long ago. I have never used it - for me it is always either debug[] or an attached lcd/oled. If you want to follow that DEBUGMSG route further you could search for the implementation of that functionality and see if looking at it hard en...
by Hamburger
Thu Dec 04, 2014 12:22 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

got it. Noted, thank you
by Hamburger
Wed Dec 03, 2014 9:01 pm
Forum: Software development
Topic: handle the Multiwii Serial Protocol (MSP) with terminal prog
Replies: 11
Views: 4605

Re: handle the Multiwii Serial Protocol (MSP) with terminal

the DEBUGMSG stuff should output on the console. If you run the MWiiconfig from a terminal window that is where you should see the debug messages appear. Other ideas: if all you want to see is some values we have the debug[0]..[4] variables which also get displayed as nice graphs in the gui. Or you ...
by Hamburger
Wed Dec 03, 2014 8:50 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

Hi Rudolf,
I am especially interested in that error with POWERMETER_HARD. Can you please attach your (maybe zipped) config.h so I can understand how that could happen. It has not come up with my any of my test configurations, so it might become interesting.
by Hamburger
Wed Dec 03, 2014 2:02 pm
Forum: Software development
Topic: handle the Multiwii Serial Protocol (MSP) with terminal prog
Replies: 11
Views: 4605

Re: handle the Multiwii Serial Protocol (MSP) with terminal

afaik it requires sending a checksum byte which may be difficult to compute manually and difficult to enter in the terminal program?
by Hamburger
Tue Dec 02, 2014 1:58 pm
Forum: Software development
Topic: pre 2.4 version r1729
Replies: 100
Views: 49522

Re: pre 2.4 version r1729

experimental:
heli yaw precomp dependant on collective pitch
individual cells voltage monitoring (alarm portion undone yet)
by Hamburger
Tue Dec 02, 2014 1:51 pm
Forum: General discussions
Topic: Best way to share files?
Replies: 7
Views: 3967

Re: Best way to share files?

I think we can continue to include binaries and images etc. in the repository section.
It is the dedicated downloads section which gets terminated. Bad enough.
by Hamburger
Mon Dec 01, 2014 8:25 am
Forum: General discussions
Topic: Prog char & str errors, Help Please
Replies: 13
Views: 3776

Re: Prog char & str errors, Help Please

quadman wrote:Most Helpfull Hamburger, Hope no one new to the hobby asks for your UNhelpfulness. Mind not to get enebriated in your own volbarity !

Whatever you say - you are the expert
by Hamburger
Sun Nov 30, 2014 4:21 pm
Forum: General discussions
Topic: Prog char & str errors, Help Please
Replies: 13
Views: 3776

Re: Prog char & str errors, Help Please

simple answer: go to v2.3 Noone is keen on supporting an outdated version. Simple answere you do not Know the Answere to my question, try to be nice the world becomes a better place. I have had some very useful help though thanks , Hamburgger !!! If you had to ask that question here I stand by my a...
by Hamburger
Fri Nov 28, 2014 9:50 am
Forum: General discussions
Topic: Prog char & str errors, Help Please
Replies: 13
Views: 3776

Re: Prog char & str errors, Help Please

simple answer: go to v2.3
Noone is keen on supporting an outdated version.
by Hamburger
Thu Nov 27, 2014 4:39 pm
Forum: Connecting elements
Topic: Question about Spektrum Satellite Reciver
Replies: 3
Views: 1911

Re: Question about Spektrum Satellite Reciver

you cannot use both; it is either sat on main RX
or
no main RX and sat to the board. Advantage: less pins used
by Hamburger
Wed Nov 26, 2014 10:33 am
Forum: Software development
Topic: Tandem Rotor Helicopter
Replies: 13
Views: 4119

Re: Tantem Rotor Helicopter

to ease the workload best get a mega2560 board. Be prepared to dive into the code heavily (or use servos which will withstand the 490Hz pwm signals of ESC/motor outputs and reuse the octo coptertype).
by Hamburger
Wed Nov 26, 2014 10:25 am
Forum: Software development
Topic: Potential bug, OLED with Spektrum Sat?
Replies: 9
Views: 3378

Re: Potential bug, OLED with Spektrum Sat?

Plüschi wrote:I did order an oled from banggood to check this problem. Arrived today. I did store it somewhere

May I suggest next time before ordering oled to check out the digole displays - those come with onboard character set and in different sizes; plus MWii supported
by Hamburger
Tue Nov 25, 2014 7:24 am
Forum: Software development
Topic: Tandem Rotor Helicopter
Replies: 13
Views: 4119

Re: Tantem Rotor Helicopter

How many separate motors and servos / swashs to drive?