Search found 1976 matches

by PatrikE
Thu Nov 24, 2011 5:10 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 73964

Re: Inflight ACC-calibration

It works fine for me.
After the acc-calibration i need 2 trimsteps with the sticks to get it perfect.

Be shure to follow this stages.
http://www.multiwii.com/forum/viewtopic.php?f=7&t=893&start=20#p5774
by PatrikE
Sun Nov 20, 2011 4:45 pm
Forum: Ideas
Topic: A different approach to levelling ? - drift killer?
Replies: 61
Views: 43672

Re: A different approach to levelling ? - drift killer?

I tested this mod to day. Managed to fly a full acc in stable mode for the first time ever. I will set up and test the difference and make it possible to switch between the modes in flight. #ifdef LEVEL_PDF if(AUX2>1700){ PTerm = -(int32_t)angle[axis]*P8[PIDLEVEL]/100 ;} // The orignal way else{ PTe...
by PatrikE
Sun Nov 20, 2011 4:39 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 73964

Re: Inflight ACC-calibration

It works fine for me... And together with Shikra's Driftkiller it's the first time i'we been able to fly a full battery in Stable mode... I can confirm the procedure. First set a ArmBox in the gui. http://dl.dropbox.com/u/9750287/MultiWii/sshot-3.png Do the stickcommand. http://dl.dropbox.com/u/9886...
by PatrikE
Tue Nov 15, 2011 6:17 pm
Forum: Software development
Topic: MultiWii 1.9
Replies: 211
Views: 81910

Re: MultiWii 1.9

With the last changes on the 1.9 code.
My NB stops working after a couple of seconds.
The wmp contiues normally.

If i press reset it works 2-3 sec again then acc freezes.
1.9 ver before last changes works but cyckletime flickers between 4900 to 5100.
Used to be 6000 before.
by PatrikE
Tue Nov 15, 2011 1:46 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 213887

Re: Airplane mode

It's not so much the cold tempertue who limits the flying.
The worst issue is the short day's.
It starts to get dark between 3-4 in the "evenings" during the winter..(If the weather is clear)
by PatrikE
Tue Nov 15, 2011 1:38 pm
Forum: Ideas
Topic: IR SHUTTER for AP
Replies: 8
Views: 3993

Re: IR SHUTTER for AP

You can find my small project here.
http://dl.dropbox.com/u/9750287/IR_shutter.rar

Verified as working Cameras:
Sony NEX.
Canon 550D.

The other Cameras need to be tested..

/Patrik
by PatrikE
Sun Nov 13, 2011 9:09 pm
Forum: Pictures & Videos
Topic: Special VTAIL configuration
Replies: 12
Views: 4290

Re: Special VTAIL configuration

:P
8-)
by PatrikE
Fri Nov 11, 2011 10:26 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 213887

Re: Airplane mode

There are more than one ver in the thread. One with suport for 4 servos The one for 6 who have rudder implemented. You can find my last here. http://www.multiwii.com/forum/viewtopic.php?f=8&t=364&start=50#p2926 As far as i know only i have tested the planemode on a Funfly. I plan to put it i...
by PatrikE
Fri Nov 11, 2011 9:41 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 213887

Re: Airplane mode

Looks really god 8-)

The PassthruMode is nice to use for initial flights.
Launch with Passthru and switch over at safe altitude.

/Patrik
by PatrikE
Fri Nov 11, 2011 7:50 pm
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 213887

Re: Airplane mode

Hi DinoBravo. What kind of plane are you setting up? I'we done some test with a Funfly model. I have a couple of questions : 1) Why does the ACC light not turn green (directly below the NUNCHUK)? 2) When I deactivate LEVEL the gyros don't correct the ailerons or elevator - is this normal or is this ...
by PatrikE
Thu Nov 10, 2011 11:42 pm
Forum: Ideas
Topic: IR SHUTTER for AP
Replies: 8
Views: 3993

Re: IR SHUTTER for AP

I have been skimming the net finding ir codes for cameras. When i run the code as a standalone triggerdevice I can get it to work on the cameras in the house. A Sony NEX5 and a Canon 550D. The problem is that the triggertimes is around 10 cykles of the MWii code. The timing in the triggercodes is ha...
by PatrikE
Tue Nov 08, 2011 10:27 pm
Forum: Frames
Topic: My First Quadrocopter Design
Replies: 22
Views: 15351

Re: My First Quadrocopter Design

2S vs 3S...

With 2S the throttle position for hovering will be close to full throw.
With 3S the throttle position for hovering will be around midstick.

2S will give wery little spare power to compensation.

/Patrik
by PatrikE
Sun Nov 06, 2011 7:54 pm
Forum: Shields, boards and sensors
Topic: motor numbers slowly fall in GUI
Replies: 3
Views: 1735

Re: motor numbers slowly fall in GUI

Probobly the gyro or acc values isn't 0 and the controller starts to compensate for that.

/Patrik
by PatrikE
Sun Nov 06, 2011 7:48 pm
Forum: Software development
Topic: TriFour (V-Tail) Mixing
Replies: 57
Views: 25302

Re: TriFour (V-Tail) Mixing

My mixtable looks like this at the moment. #ifdef VTAIL4 motor[0] = PIDMIX(+0, +1, -1); //REAR_R motor[1] = PIDMIX(-1, -1, +4/10); //FRONT_R motor[2] = PIDMIX(+0,+ 1, +1); //REAR_L motor[3] = PIDMIX(+1, -1, -4/10); //FRONT_L #endif http://www.multiwii.com/forum/viewtopic.php?f=8&t=665&p=4204...
by PatrikE
Sun Nov 06, 2011 2:06 pm
Forum: Getting Started - MultiWii config and setup
Topic: bi-copter instability
Replies: 27
Views: 18824

Re: bi-copter instability

Yuo have probably checked that the real serial stream comtains what you expect...
But thats my only id'e right now
by PatrikE
Thu Nov 03, 2011 7:02 pm
Forum: Ideas
Topic: save EEPROM values
Replies: 11
Views: 5532

Re: save EEPROM values

It would be handy to show TRIM values in GUI (like how many clicks there are in each dir) Try to send it as debug values... In serial.pde serialize8(vbat); serialize16(BaroAlt/10); // 4 variables are here for general monitoring purpose serialize16(0); // debug2 serialize16(accTrim[0]); // debug3 se...
by PatrikE
Wed Nov 02, 2011 3:24 pm
Forum: Ideas
Topic: save EEPROM values
Replies: 11
Views: 5532

Re: save EEPROM values

All yuo need is actually co paste 3 rows in the serial section. then you can reset PID's from Arduino. case 'R': // Clear EEprom to reset default settinga next start. for (int i = 0; i < 512; i++){EEPROM.write(i, 0);} break; The Gui implementation is more work to update every time. We can place it o...
by PatrikE
Wed Nov 02, 2011 12:24 pm
Forum: Getting Started - MultiWii config and setup
Topic: bi-copter instability
Replies: 27
Views: 18824

Re: bi-copter instability

I think one problem is that Failsafe is overwriting your serial commands.
So start with to first comment this line in config.

Code: Select all

#define FAILSAFE             // Alex: comment this line if you want to deactivate the failsafe function
by PatrikE
Wed Nov 02, 2011 12:12 pm
Forum: Ideas
Topic: save EEPROM values
Replies: 11
Views: 5532

Re: save EEPROM values

I use this code from a old thread to restore defaults.
http://www.multiwii.com/forum/viewtopic.php?f=7&t=255
Just send "R" to arduino with Serial monitor or Putty.

I have also added a reset button to my gui.

/Patrik
by PatrikE
Tue Nov 01, 2011 12:26 pm
Forum: Getting Started - MultiWii config and setup
Topic: bi-copter instability
Replies: 27
Views: 18824

Re: bi-copter instability

Please explain why a radio system is an option, if the problems I'm experiencing happen without ANY radio control system connected? (but thanks for the suggestion) That can be the problem!.... You described someting that sounded like it earlier. I have just found out that if I call "computeRC(...
by PatrikE
Tue Nov 01, 2011 7:00 am
Forum: Getting Started - MultiWii config and setup
Topic: bi-copter instability
Replies: 27
Views: 18824

Re: bi-copter instability

I wote for copterrichie... Start with a basic setup untill you have a perfectly working machine. It will not fly by it self and and need a bit adjusting before you have everything perfect. Also have in mind the range and latency with Bluetooth. what happens if you loose contact? Can it be the failsa...
by PatrikE
Mon Oct 31, 2011 9:12 pm
Forum: General discussions
Topic: my quad monster
Replies: 4
Views: 2230

Re: my quad monster

For duemilanove you should go with #define PROMINI
The pinouts is the same.
by PatrikE
Sun Oct 30, 2011 10:39 pm
Forum: Software development
Topic: Atmel Inertial One System Board ATAVRSBIN1 support added
Replies: 81
Views: 39784

Re: Atmel Inertial One System Board ATAVRSBIN1 support added

Made a new check and it shows 0 degrees when heading north.
by PatrikE
Sat Oct 29, 2011 6:39 pm
Forum: Shields, boards and sensors
Topic: BMA180 - sensitivity to vibration?
Replies: 14
Views: 5750

Re: BMA180 - sensitivity to vibration?

Do this check.
http://www.multiwii.com/faq#How_should_be_the_sensor_axis_directions
Mag and Acc should move in same directions.
by PatrikE
Sat Oct 29, 2011 2:13 pm
Forum: Software development
Topic: Atmel Inertial One System Board ATAVRSBIN1 support added
Replies: 81
Views: 39784

Re: Atmel Inertial One System Board ATAVRSBIN1 support added

@Alex
The mag orientation ogf the mag on this board should be.

Code: Select all

  #define MAG_ORIENTATION(X, Y, Z)  {magADC[ROLL]  = -X; magADC[PITCH]  = -Y; magADC[YAW]  = -Z;}

All axis inverted.
The other sensors is correct.
Tested and verified.

/ PatrikE
by PatrikE
Fri Oct 28, 2011 8:10 pm
Forum: Shields, boards and sensors
Topic: WM+ + Arduino Pro Mini
Replies: 21
Views: 6838

Re: WM+ + Arduino Pro Mini

You have the WMP upside down in the picture.
But this is how it should be conected seen from bottom side.
*|VCC|SCL|*|*|SDA|GND|GND
by PatrikE
Thu Oct 27, 2011 2:16 pm
Forum: Shields, boards and sensors
Topic: Arduino Pro Mini + WMP
Replies: 9
Views: 3969

Re: Arduino Pro Mini + WMP

The Mega boards is using.
PIN 20 + 21 (SDA + SCL)
And Pin 37 as powerpin.
by PatrikE
Wed Oct 26, 2011 12:12 pm
Forum: MultiWii tweaking - flying experience
Topic: Gimbal drift (stable mode)
Replies: 21
Views: 5928

Re: Gimbal drift (stable mode)

I Have around 6000 with Wmp & NB.
by PatrikE
Wed Oct 26, 2011 9:53 am
Forum: Software development
Topic: no Gui with active BT Adapters toshiba xp and acer win7
Replies: 8
Views: 5738

Re: no Gui with active BT Adapters toshiba xp and acer win7

You also need to replace the rxtxserial.dll file in the Multiwiidev filder to.
by PatrikE
Tue Oct 25, 2011 3:49 pm
Forum: Shields, boards and sensors
Topic: WM+ + Arduino Pro Mini
Replies: 21
Views: 6838

Re: WM+ + Arduino Pro Mini

Make sure everything is connected the right way. Bad soldering on pic but it's a god illustration from http://www.multiwii.com/connecting-elements http://radio-commande.com/wp-content/gallery/triwiicopter/img_0420.jpg In my WM+ setup with i use pullups and 100khz. #define I2C_SPEED 100000L //100kHz ...
by PatrikE
Tue Oct 25, 2011 2:20 pm
Forum: Shields, boards and sensors
Topic: New problems with my quad X
Replies: 7
Views: 2617

Re: New problems with my quad X

It sounds like you have some mix active in your TX.
Or most likely you run it in heli or glidermode.
set it in acro mode and delete all existing mixes and start from fresh.

/Patrik
by PatrikE
Mon Oct 24, 2011 10:35 am
Forum: General discussions
Topic: RC Input value range
Replies: 3
Views: 2053

Re: RC Input value range

In multiwii_dev_ file

Code: Select all

// ******************
// rc functions
// ******************
#define MINCHECK 1100
#define MAXCHECK 1900
by PatrikE
Thu Oct 20, 2011 6:43 pm
Forum: Getting Started - MultiWii config and setup
Topic: Radio setup for quad flying?
Replies: 2
Views: 1590

Re: Radio setup for quad flying?

Normally the radio is to be set in airplane mode.
If you set it in heli mode its possible to use throttlecurves like on helicopters.
by PatrikE
Sat Oct 15, 2011 12:46 pm
Forum: Shields, boards and sensors
Topic: erratic behaviour...
Replies: 10
Views: 3765

Re: erratic behaviour...

I think it looks like senors isn't oriented in the correct direction. Or engines connected on wrong outputs. It sure seems like it's compensating in the wrong directions. Check the gui to se how the engines compensates. if thats ok the esc's is probably conneted to wrong outputs. Hold it in your han...
by PatrikE
Sat Oct 08, 2011 6:07 pm
Forum: Software development
Topic: MultiWii_dev_20111008 Testing
Replies: 29
Views: 8666

Re: MultiWii_dev_20111008 Testing

I tested V1107.
All tendens to flipp id gone now..
Flies nearly perfect.

Loaded V1108.
The gyro is less sensitive. Reqire much higher PIDvalues.
No more daylight.
No more testing to day.
by PatrikE
Sat Oct 08, 2011 3:43 am
Forum: Software development
Topic: Atmel Inertial One System Board ATAVRSBIN1 support added
Replies: 81
Views: 39784

Re: Atmel Inertial One System Board ATAVRSBIN1 support added

I oredred a ATAVRSBIN1 from Digikey and after 10 minutes i resived an email from them.... Hello. I am working on this order and have a few questions. For export compliance, we will need a bit more specific information in regards to the application of these parts. What type of aircraft will the fligh...
by PatrikE
Sat Oct 08, 2011 3:22 am
Forum: Software development
Topic: Uploaded servo stretching mods to repository
Replies: 2
Views: 1248

Re: Uploaded servo stretching mods to repository

Use Winmerge.
http://winmerge.org/

You can compare 2 folders and stich them together.
by PatrikE
Fri Oct 07, 2011 12:46 pm
Forum: Software development
Topic: 1.8p2 QuadX won't arm
Replies: 7
Views: 3145

Re: 1.8p2 QuadX won't arm

Test if the old ver still works...
To eliminate hardware errors.
by PatrikE
Wed Oct 05, 2011 3:18 pm
Forum: Software development
Topic: 1.8p2 QuadX won't arm
Replies: 7
Views: 3145

Re: 1.8p2 QuadX won't arm

After upgrading to a new version you must recalibrate the ACC.
by PatrikE
Wed Oct 05, 2011 9:29 am
Forum: Software development
Topic: Flying Wing - development done?
Replies: 107
Views: 50489

Re: Flying Wing - anyone using it and how?

I tested on a funflymodel once and there is a lot of adjusting on the PID.s
It overcompensated massively.
P must be lowered quite much.
I plan to test on my EZ Hawk but haven't done it yet.
by PatrikE
Tue Oct 04, 2011 7:59 pm
Forum: MultiWii tweaking - flying experience
Topic: Tricopter Flipping Out on 1.8 Help please
Replies: 23
Views: 6596

Re: Tricopter Flipping Out on 1.8 Help please

Iw'e seen some strange tendency on my machines to. When flying in acro mode just hovering around there is no problem.. But in acro mode flying Fastforward and some harder banking it will start to drift after leveling out. It feels like the gyro looses zero... First time was scary I had to hold Pitch...
by PatrikE
Sun Oct 02, 2011 6:47 am
Forum: General discussions
Topic: my quad monster
Replies: 4
Views: 2230

Re: my quad monster

It seems like one of the sensors is wrong.. Both should go in same direction when youre moving it. If you monted F.ex gyro upside down you will get that effect. This is the correct orientation of the Wii sensors. http://radio-commande.com/wp-content/uploads/2010/06/WMP_NK_wiring1.jpg /Patrik
by PatrikE
Sun Oct 02, 2011 4:21 am
Forum: Ideas
Topic: Minthrottle/Failsafe throttle as Parameter
Replies: 3
Views: 1880

Re: Minthrottle/Failsafe throttle as Parameter

If a baro is used one can use it to do a controlled decent.
like Althold just lower the altitude to hold by 5cm/sec or something.
by PatrikE
Fri Sep 30, 2011 10:31 pm
Forum: MultiWii tweaking - flying experience
Topic: not getting enough power to motors for lift off
Replies: 12
Views: 4560

Re: not getting enough power to motors for lift off

Have you changed Maxthrottle?
It should be around 1850.

Check the throttlevalues in the GUI to see if it delivers correct to the Esc's
by PatrikE
Thu Sep 29, 2011 4:38 pm
Forum: Software development
Topic: TriFour (V-Tail) Mixing
Replies: 57
Views: 25302

Re: TriFour (V-Tail) Mixing

I run my with this mix. #ifdef VTAIL4 motor[0] = PIDMIX(+0,+1, -1); //REAR_R motor[1] = PIDMIX(-1, -1, +4/10); //FRONT_R motor[2] = PIDMIX(+0,+1, +1); //REAR_L motor[3] = PIDMIX(+1, -1, -4/10); //FRONT_L #endif Added 50% pitch on front motors. When i pull full YAW it will drop inner front a little. ...
by PatrikE
Mon Sep 26, 2011 4:11 pm
Forum: Frames
Topic: Spring Suspension Landing Gear For QuadX
Replies: 8
Views: 5087

Re: Spring Suspension Landing Gear For QuadX

Ahh Be safe fly low and slow... ;)

Just the guys with hockeysticks missing. :twisted:
by PatrikE
Sun Sep 25, 2011 6:03 pm
Forum: ESCs, propellers , servos and radios
Topic: Turnigy 9X 9Ch Transmitter w/ Module & 8ch Receiver (Mode 2)
Replies: 21
Views: 12461

Re: Turnigy 9X 9Ch Transmitter w/ Module & 8ch Receiver (Mod

I can't find any information on them saying they have PPM out...
But if it's true then it's a SUUUPER deal.
by PatrikE
Sun Sep 25, 2011 5:53 pm
Forum: General discussions
Topic: Hexacopter (Asymetric Frame Design)
Replies: 1
Views: 1497

Re: Hexacopter

I'm planning the same. :)

It's possible you have to change the mix a little.
Check out this thread.
http://www.multiwii.com/forum/viewtopic.php?f=12&t=688
It explains how the mixing is done.

/Patrik