Search found 13 matches

by koenkooi
Mon May 26, 2014 6:45 am
Forum: Software development
Topic: HEADHOLD and HEADFREE without a magnetometer
Replies: 26
Views: 9140

Re: HEADHOLD and HEADFREE without a magnetometer

It would be best to base it against the latest multiwii: https://github.com/multiwii/multiwii-firmware
Using github will also make it a lot easier to do diffs and upload your changes. Zips files attached to forum posts is something for the 1990s :(
by koenkooi
Fri May 09, 2014 4:43 pm
Forum: Software development
Topic: Hardware in the loop simulation
Replies: 18
Views: 6971

Hardware in the loop simulation

I'm not using this for the flexbot yet, that needs a Bluetooth LE to serial bridge first.
by koenkooi
Fri May 02, 2014 9:26 pm
Forum: Software development
Topic: MPU6050 aux channel fix
Replies: 2
Views: 1474

MPU6050 aux channel fix

This patch is against current trunk, the MPU6050_EN definition is gone and only these 3 occurences are the only ones remaining. Clone the github mirror and do a 'git grep' and see for yourself.
by koenkooi
Fri May 02, 2014 12:02 pm
Forum: Software development
Topic: MPU6050 aux channel fix
Replies: 2
Views: 1474

MPU6050 aux channel fix

Pull request: m Patch: From 63801a553bbd71e3be3a7d3100da1bbff2f0ce4b Mon Sep 17 00:00:00 2001 From: Koen Kooi <koen@dominion.thruhere.net> Date: Fri, 2 May 2014 12:59:00 +0200 Subject: [PATCH] def.h: update add MPU6050 AUX users to MPU6050_I2C_AUX_MASTER A few of them where still using the MPU6050_E...
by koenkooi
Mon Apr 28, 2014 7:40 am
Forum: Ideas
Topic: MAVLink protocol
Replies: 21
Views: 20594

MAVLink protocol

It works great on OSX as well.
by koenkooi
Sun Apr 27, 2014 1:55 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Pro from Hobbyking
Replies: 5
Views: 1808

Multiwii Pro from Hobbyking

You probably need to lower MINCOMMAND below 1000 as well if MINTHROTTLE is set to 1000
by koenkooi
Sat Apr 26, 2014 1:24 pm
Forum: Software development
Topic: Altitude hold agorithm
Replies: 34
Views: 12215

Re: Altitude hold agorithm

by koenkooi
Sat Apr 26, 2014 9:07 am
Forum: Software development
Topic: Altitude hold agorithm
Replies: 34
Views: 12215

Re: Altitude hold agorithm

And it doesn't compile because rcCommand isn't visible from inside the PID loop scope. I suspect the second version will have a similar problem with dterm_temp.
by koenkooi
Sat Apr 26, 2014 9:05 am
Forum: Software development
Topic: Altitude hold agorithm
Replies: 34
Views: 12215

Re: Altitude hold agorithm

As branch: https://github.com/koenkooi/multiwii-fi ... e-hold-pid
As patch: https://github.com/koenkooi/multiwii-fi ... ef56.patch

I haven't tried to compile it yet, so it might not work as expected.
by koenkooi
Fri Apr 25, 2014 10:48 am
Forum: Software development
Topic: Altitude hold agorithm
Replies: 34
Views: 12215

Altitude hold agorithm

Can you show a code diff with your fix so people can try it out?
by koenkooi
Sun Apr 20, 2014 9:40 am
Forum: Software development
Topic: How to submit new board to be included in SVN
Replies: 3
Views: 1854

Re: How to submit new board to be included in SVN

The board is using an AT32u4 with an MPU6050+HMC5883+BMP085, so the defs.h part is easy: m From 850a65609db67b7e78106d36557df7c3129d95fe Mon Sep 17 00:00:00 2001 From: Koen Kooi <koen@dominion.thruhere.net> Date: Sun, 20 Apr 2014 10:21:41 +0200 Subject: [PATCH] Add definition for Flexbot board Signe...
by koenkooi
Sat Apr 19, 2014 8:39 am
Forum: Software development
Topic: How to submit new board to be included in SVN
Replies: 3
Views: 1854

How to submit new board to be included in SVN

I'm working on updating the MW2.2 based code from https://www.kickstarter.com/projects/13 ... ne-can-fly to latest SVN and I couldn't find where or how to submit a patch to add the board support to the SVN repository. Do I need to attach the patch to this forum, email it somewhere or do a github pull request?