Search found 2578 matches

by Hamburger
Sat May 07, 2016 9:05 am
Forum: Software development
Topic: Altitude - accelerometr and baro
Replies: 10
Views: 4464

Re: Altitude - accelerometr and baro

exaxtly as happul3 wrote.

It was easy enough to do an integration over time and assign the result to the debug[] variable. Then at the end of the flight one could see the accumulated error. Repeat for numerous flights to learn and see it will likely resemble noise only -:(
by Hamburger
Sat May 07, 2016 8:58 am
Forum: Software development
Topic: Impact of Gyro LPF 10Hz?
Replies: 4
Views: 2377

Re: Impact of Gyro LPF 10Hz?

The advice from kbev5709 is good.and should be taken very seriously. The advice from kbev5709 is good.and should be taken very seriously. The advice from kbev5709 is good.and should be taken very seriously. But then I understand some hardware is as it is.For example rc-helicopters are completely dif...
by Hamburger
Fri May 06, 2016 7:03 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 226900

Re: New Multiwii Serial Protocol

I need a change to MSProtocol in order to support 6S HV lipos. Todays HV lipo cells support 4.35V, soon to come 4.55V. For 6S, this equals 27.3V. At the moment, we use uint8_t for storage, which is no longer sufficient. Affected structs are typedef struct { uint8_t vbat; // battery voltage in 0.1V s...
by Hamburger
Fri May 06, 2016 5:17 pm
Forum: General discussions
Topic: recover the roll and pitch values
Replies: 5
Views: 3430

Re: recover the roll and pitch values

the standard MultiWii gui (your screenshot) only polls values every so often - you would miss most values in a series.
Probably must write your own polling code and somehow check if you are fast enough to get all values of the series.
by Hamburger
Fri May 06, 2016 5:11 pm
Forum: Software development
Topic: faster _atan2 - saves about 0.13 ms cycletime
Replies: 2
Views: 1873

Re: faster _atan2 - saves about 0.13 ms cycletime

before we get excited - where does this come from, please? Under what licence?
by Hamburger
Wed Feb 24, 2016 7:41 pm
Forum: Shields, boards and sensors
Topic: Atmega (1284p) Multiwii -=Almost Fully Functional=-
Replies: 14
Views: 8950

Re: Customizing for Non-Standard Atmegas (1284p)

those are defined for each mcu separately and differently.
You must create a new section for your mcu. Best to follow what gets done for the mega mcu in def.h
by Hamburger
Wed Feb 24, 2016 7:39 pm
Forum: Software development
Topic: Modification Multiwii software
Replies: 2
Views: 3159

Re: Modification Multiwii software

you could use my.private.settings. look it up in the wiki
by Hamburger
Sat Feb 13, 2016 7:44 pm
Forum: Shields, boards and sensors
Topic: Connecting OLED display to Crius AIOP V2.0 PRO
Replies: 1
Views: 3356

Re: Connecting OLED display to Crius AIOP V2.0 PRO

hard to tell without the specs.
Anyway better to get a digole brand display.
by Hamburger
Wed Jan 27, 2016 10:31 pm
Forum: General discussions
Topic: VEL PIDs in LCD Config
Replies: 2
Views: 2305

Re: VEL PIDs in LCD Config

okay, probably good catch.
Noted for further maintenance work.
by Hamburger
Wed Jan 27, 2016 10:30 pm
Forum: Ideas
Topic: Resting and actual battery voltage
Replies: 9
Views: 8431

Re: Resting and actual battery voltage

I see.
In this case I concur with ezio - voltage under load is what kills batteries, so why worry about noload.equivalent?
Not convinced.
by Hamburger
Fri Jan 22, 2016 8:25 pm
Forum: General discussions
Topic: Changing receiver pins
Replies: 1
Views: 2001

Re: Changing receiver pins

arduino mini pro is 328p?
In general, do not move around pin assignments unless you know your way around.
328p with MWii would allow for more than 3motors+1servo outputs, I think.
Try and find how additional gimbal servos are supported.
by Hamburger
Fri Jan 22, 2016 8:22 pm
Forum: Connecting elements
Topic: Output data using bluetooth
Replies: 1
Views: 2411

Re: Output data using bluetooth

look for the lcd_* functions in lcd.h
Some push output over the serial interface just like printf()
by Hamburger
Fri Jan 22, 2016 8:18 pm
Forum: Ideas
Topic: Resting and actual battery voltage
Replies: 9
Views: 8431

Re: Resting and actual battery voltage

about nominal voltage
can be set in config.h.
is used as reference point for bar graphs with lcd.telemetry.
is used for voltage drop compensation under load (if enabled in config.h)
by Hamburger
Fri Jan 15, 2016 12:28 pm
Forum: Ideas
Topic: Resting and actual battery voltage
Replies: 9
Views: 8431

Re: Resting and actual battery voltage

The following would be true for original MWii ( for 32bit derivatives I do not know):
MWii does know current voltage and allows to define 3 alarm levels already. (also the nominal voltage aka resting voltage when charged can be defined)
I do not understand what it is you had to implement
by Hamburger
Thu Jan 14, 2016 3:10 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 226900

Re: New Multiwii Serial Protocol

no, not yet.
by Hamburger
Thu Jan 07, 2016 9:09 pm
Forum: Getting Started - MultiWii config and setup
Topic: GPS help: UCtronics UC-300 / Ublox Neo-6M
Replies: 4
Views: 2207

Re: GPS help: UCtronics UC-300 / Ublox Neo-6M

with 328p you only have one serial - also used for usb. So you cannot have both at the same time. While it was possible to run GPS on 328p in the past, it is not recommended - and I have no idea if/how it fits in the small memory. My advice is to get your GPS gadget working with a MEGA board first (...
by Hamburger
Sat Nov 14, 2015 2:27 pm
Forum: Getting Started - MultiWii config and setup
Topic: Want complete guide to FC board mounting orientation values
Replies: 6
Views: 2888

Re: Want complete guide to FC board mounting orientation val

when sensor as 6050 are positioned 'hanging on the wall' then you will get very different ranges in the raw data from the sensor already. Your best bet is to re-tune your PIDs.
by Hamburger
Thu Nov 12, 2015 11:28 pm
Forum: Getting Started - MultiWii config and setup
Topic: Want complete guide to FC board mounting orientation values
Replies: 6
Views: 2888

Re: Want complete guide to FC board mounting orientation val

shy would that be a problem? Simply do not force a new mag orientation in the config and be done?
by Hamburger
Sun Oct 11, 2015 1:00 pm
Forum: MultiWii tweaking - flying experience
Topic: Bluetooth Input for autolanding
Replies: 2
Views: 3082

Re: Bluetooth Input for autolanding

Bluetooth would mean a wireless version of serial communication with your MWii fc.
Lookup the MSP documentation for what commands the fc does understand and how to create valid commands.
by Hamburger
Fri Sep 25, 2015 8:00 am
Forum: Buy & Sell
Topic: Provide digital barometers, FBM320, to be altimeters
Replies: 6
Views: 5357

Re: Provide digital barometers, FBM320, to be altimeters

Hi Hamburger, Yes, we want to add support for our barometers into Multiwii. As I know, Bosch BMP085 and MSI MS5611 are both used by Multiwii platform. I have no idea how to contact the key person of Multiwii about accepting new barometers. Please give me a hand if you can help. Hey Maxwell, we have...
by Hamburger
Thu Sep 24, 2015 11:32 pm
Forum: Buy & Sell
Topic: Provide digital barometers, FBM320, to be altimeters
Replies: 6
Views: 5357

Re: Provide digital barometers, FBM320, to be altimeters

you want to see us adding support for your baro into MWii?
by Hamburger
Mon Sep 21, 2015 4:21 pm
Forum: Getting Started - MultiWii config and setup
Topic: Want complete guide to FC board mounting orientation values
Replies: 6
Views: 2888

Re: Want complete guide to FC board mounting orientation val

many408 wrote:Does the above also indicate that aside from the yaw correction above, you can only have orientations on the axes or a cube?

yes
by Hamburger
Fri Sep 18, 2015 1:31 pm
Forum: Software development
Topic: How to get changes merged into MultiWii
Replies: 4
Views: 2478

Re: How to get changes merged into MultiWii

at the moment we are waiting for Alex to setup the new official repository. so no changes atm. due to technocal read.only limitations. in general, it is a combo of tech and social you should create patches, post those here and contact one of the registered devs who is technically close to your patch...
by Hamburger
Thu Sep 17, 2015 7:35 am
Forum: MultiWii tweaking - flying experience
Topic: Zombie copter?
Replies: 17
Views: 8232

Re: Zombie copter?

If we did it right it wont matter.
I am quite sure we did.
by Hamburger
Wed Sep 16, 2015 10:10 pm
Forum: MultiWii tweaking - flying experience
Topic: Zombie copter?
Replies: 17
Views: 8232

Re: Zombie copter?

that is for the free mem value @ runtime. (either EOSBANDI code or the other implementation already present in the code from arduino forums)
by Hamburger
Wed Sep 16, 2015 3:26 pm
Forum: MultiWii tweaking - flying experience
Topic: Zombie copter?
Replies: 17
Views: 8232

Re: Zombie copter?

Below 100bytes free is a direct route to lockup.
With 200bytes free you should be good.
Pure e perience. 0 science.
by Hamburger
Tue Sep 15, 2015 9:43 pm
Forum: MultiWii tweaking - flying experience
Topic: Zombie copter?
Replies: 17
Views: 8232

Re: Zombie copter?

you could enable the 'display free memory' feature maybe and check how much free memory your MWii reports once it is running. With all my incidents during testing where I enforced or somehow encountered 'low memory' condition it always caused complete lockup of the main loop. Not your symptoms, so m...
by Hamburger
Tue Sep 15, 2015 9:35 pm
Forum: Software development
Topic: Isn't it dangerous for failsafe to be commented by default?
Replies: 2
Views: 1885

Re: Isn't it dangerous for failsafe to be commented by defau

yes, but
at one point we decided to have all features off by default. So users are forced to go through config.h in any case. As Alex put it "MWii is not a product".
With some TX/RX combos it is easier to begin with when failsafe is off.
by Hamburger
Sat Sep 12, 2015 12:52 pm
Forum: General discussions
Topic: Getting a wiki account
Replies: 2
Views: 1561

Re: Getting a wiki account

You will receive pm soon.
by Hamburger
Sun Aug 30, 2015 9:53 am
Forum: Software development
Topic: MultiWii features requests for Next release
Replies: 1
Views: 1715

Re: MultiWii features requests for Next release

There is an older long thread titled wishlist with a collection of - wishes.
You understand this is an open source project driven by volunteers. So no guarantees your wishes get honored and implemented. But chances are ... chances.
by Hamburger
Sun Aug 30, 2015 9:48 am
Forum: General discussions
Topic: Implement TX switch activated buzzer in Alienwii
Replies: 13
Views: 8409

Re: Implement TX switch activated buzzer in Alienwii

In MWii you can override the default buzzer pin to whaever free pin you have.
Enable buzzer and in gui you can assign buzzer.on to an aux channel.

I do not know your board or alienwii. The 32u4 is capable of driving a buzzer.
by Hamburger
Thu Aug 27, 2015 9:32 pm
Forum: Software development
Topic: Goggle Code is Shutting down.
Replies: 16
Views: 8580

Re: Goggle Code is Shutting down.

In the works.
by Hamburger
Mon Aug 10, 2015 11:24 am
Forum: Connecting elements
Topic: vbat cells
Replies: 12
Views: 5576

Re: vbat cells

please check your voltage dividers. If sum of both resistors is too high (whatever that value may be) then the arduino input seems to float and provide phantasy values for analogRead(). One symptom is if arduino value changes drastically once you attach a voltmeter in parallel to the arduino input.
by Hamburger
Sun Aug 09, 2015 9:26 pm
Forum: Connecting elements
Topic: vbat cells
Replies: 12
Views: 5576

Re: vbat cells

hey, the vbat cells code does need some fixing. I will get to that during winter. You may also have experienced that infamous side effect of too fast consecutive analog reads influencing results. Best advice for the moment is: if it works, fine. Else either try and fix it for yourself or leave it fo...
by Hamburger
Mon Jul 27, 2015 1:20 pm
Forum: Getting Started - MultiWii config and setup
Topic: Help: Nanowii does not react to Serial commands!
Replies: 3
Views: 1333

Re: Help: Nanowii does not react to Serial commands!

Hamburger wrote:Does the fc receive the msp data or is another serial device obfuscating that port?

?
by Hamburger
Sat Jul 25, 2015 4:00 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Flying Wing with GPS Setup Configuration for Newbie
Replies: 9
Views: 3227

Re: Multiwii Flying Wing with GPS Setup Configuration for Ne

probably best to use patrikE's airplane implementation - it has gps support specifically tailored to airplane purposes.
Can always be found in his branch over at the googlecode repository.
by Hamburger
Fri Jul 24, 2015 10:58 am
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

you could try and join every two sid-by-side motors+escs and their servos and drive these from the same fc outputs.
by Hamburger
Fri Jul 24, 2015 10:56 am
Forum: Getting Started - MultiWii config and setup
Topic: MPU6050 LPF 5HZ GYROSMOOTHING
Replies: 1
Views: 1059

Re: MPU6050 LPF 5HZ GYROSMOOTHING

with a quad (unless completely different in size etc. from anything we have seen) one should not have to ever use
#define GYRO_SMOOTHING {20, 20, 3}

Either you should reduce vibrations from drivetrain etc. or do more pid adjustments.
by Hamburger
Thu Jul 23, 2015 4:23 pm
Forum: Getting Started - MultiWii config and setup
Topic: Help: Nanowii does not react to Serial commands!
Replies: 3
Views: 1333

Re: Help: Nanowii does not react to Serial commands!

Does the fc receive the msp data or is another serial device obfuscating that port?
How do you create the msp commands with correct checksum? It is binary data.
by Hamburger
Thu Jul 23, 2015 4:17 pm
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

Did you callibrate the escs to your (default) throttle range?
The huge copter body works as a giant dampener against all movements of pit h roll and throttle change. If too extreme you might have to use beefier power system
If you are lucky then a high P value for roll and pitch should do the magic.
by Hamburger
Wed Jul 22, 2015 10:08 pm
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

maybe you should put yaw on all 4 servos? then yaw-corrections and -inputs could maybe have less unwanted differences in vertical thrust components.
by Hamburger
Sat Jul 18, 2015 5:38 pm
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

good to hear you made it! Congratulations.
For once I will be looking forward to seeing a demonstration flight video.
by Hamburger
Sat Jul 18, 2015 5:32 pm
Forum: Software development
Topic: "rocking wings"
Replies: 6
Views: 2550

Re: "rocking wings"

can you please explain what 'rocking wings'would be or provide a link to show what you have in mind?
by Hamburger
Fri Jul 17, 2015 8:44 am
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

dunno if I understand what you want to do. But you could always do things like

Code: Select all

motor[0] = rcCommand[THROTTLE];
servo[5] = (SERVODIR(5, 1) * rcCommand[YAW] + get_middle(5);

Maybe the flying.wing and helicopter mixing code will give you an idea what is possible?
by Hamburger
Thu Jul 16, 2015 8:10 pm
Forum: Software development
Topic: Help with analog.vbat values
Replies: 2
Views: 1339

Re: Help with analog.vbat values

Cool. What was the problem or misunderstanding?
by Hamburger
Thu Jul 16, 2015 8:09 pm
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

Yes. Looking good as a starting point.

Next you must write your mixing code for 4motors plus 4 servos in output.cpp.
It is rather straight forward.

Also you must make your quad.tilt become another option and value for multicopter.type variable.
You are on the right track now.
by Hamburger
Tue Jul 14, 2015 10:08 am
Forum: Software development
Topic: Independent Tilt Rotor Support?
Replies: 20
Views: 9058

Re: Independent Tilt Rotor Support?

As starting point you need a type with 4 motors and 4 servos. This is possible but not setup yet.
From there it is only mixing stuff mostly.
by Hamburger
Tue Jun 30, 2015 3:57 pm
Forum: General discussions
Topic: wiki pages full of compiler warnings
Replies: 1
Views: 1326

Re: wiki pages full of compiler warnings

Both the old google wiki and the official wiki look ok now. Seems to have been fixed by now.
by Hamburger
Sat Jun 20, 2015 9:44 am
Forum: Ideas
Topic: wishlist for the next version (or the one after)
Replies: 15
Views: 6783

Re: wishlist for the next version (or the one after)

Sounds convincing to me. It is now on my ever growing list