Search found 1976 matches

by PatrikE
Fri Dec 18, 2015 8:04 am
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii & MegaPirate AIO Flight Controller
Replies: 4
Views: 2686

Re: Multiwii & MegaPirate AIO Flight Controller

PA3040 wrote:Dear Kbev5709

MY multiwii unit USB shocked get damaged can you please advice to connect the unit other way

Thanks in advance


http://www.rctimer.com/product-765.html
You can connect it on the small white connector next to the USB marked SD/FTDI.
Using a FTDI programmer.
by PatrikE
Fri Dec 04, 2015 8:14 am
Forum: General discussions
Topic: Multiwii 2.4 Airplane V-Tail or 2 Servo Elevator???
Replies: 3
Views: 2391

Re: Multiwii 2.4 Airplane V-Tail or 2 Servo Elevator???

Code: Select all

servo[5] = axisPID[PITCH] + axisPID[YAW]; // Full(VTail)
servo[6] = axisPID[PITCH - axisPID[YAW]]; // Full(VTail)

This should do it.
You might have to switch directions though.
by PatrikE
Mon Nov 09, 2015 6:34 am
Forum: FPV, OSD, Cameras
Topic: motor does not spin after fpv system installed
Replies: 11
Views: 6248

Re: motor does not spin after fpv system installed

To see if it's the controller..
Connect the esc direct to the Rx and test if it works then.
by PatrikE
Wed Nov 04, 2015 8:55 pm
Forum: Getting Started - MultiWii config and setup
Topic: Yaw creep in airplane acro/horizon mode
Replies: 2
Views: 1578

Re: Yaw creep in airplane acro/horizon mode

If you set Yaw-I to zero it will stop.
by PatrikE
Mon Oct 05, 2015 4:28 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

There's a minimum 5 sat set generally in the code for FIX.
Gps code is blocked if not FIX.

I guess you can modify the limit if you want.
But the thing is Planes use GPS also for altitude and a good 3D fix is a key.
by PatrikE
Mon Sep 28, 2015 12:29 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

If the speed is lower than 5m/s it will increase throttle to force the plane forward.
When speed and altitude is correct it will use cruise throttle setting.
by PatrikE
Wed Sep 23, 2015 9:51 am
Forum: General discussions
Topic: my drone does not fly
Replies: 15
Views: 7116

Re: my drone does not fly

Make sure motors is plugged to correct outputs.
Check that board orientation is correct.
That is the issues in 99% of the cases with this behaviour.
by PatrikE
Mon Sep 21, 2015 10:11 am
Forum: Pictures & Videos
Topic: Filming from the air...
Replies: 4
Views: 5387

Re: Filming from the air...

Looks really Good!
by PatrikE
Sun Sep 20, 2015 9:06 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

The code simply uses the Altitude and heading data from the Gps together with the loc data..
by PatrikE
Sat Sep 19, 2015 7:42 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

Arm is used on planes too.
You must ARM before throttle activates.
by PatrikE
Fri Sep 18, 2015 11:15 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

The colored bar graph layout depends on the creator of the Gui.
Multiwii Gui have TAER so don't worry about that.

Just make sure TX and Gui have same order.
Do you see any channels working at all?

To activate SBUS

Code: Select all

feature SERIALRX
set serialrx_type = 2
by PatrikE
Fri Sep 18, 2015 6:17 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

Hi,
First All mixing is done in the FC.
Baseflight airplane Mixer have two wing servos, elevator and Rudder.
Hence you should set up the TX as a normal 4ch airplane plus the AUX channels.
No mixing in the radio.
by PatrikE
Sun Sep 13, 2015 3:38 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

Hi great you got the problems solved.. The GPS PID's is generally the half in BF compared to MWii. I don't really understand the first question. But if you lower throttle to min it will stop the motor in RTH mode. The plane will try to return as long as it have air under the wings. It will not add a...
by PatrikE
Sat Sep 12, 2015 10:25 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

If the banking is 45 degree and the plane don't turn.
Then you must apply more elevator compensation.
There's a cli setting and standard is 1.0.
Max is 2.0
Try to play with it.
by PatrikE
Sat Sep 12, 2015 6:46 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

NavR.
Increase P to maybe double.
I think it is 1.4 default.

And maybe increase I term to later.

Does the plane bank 45 degree?
It should with this settings you have.
by PatrikE
Thu Sep 10, 2015 8:17 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

ardufriki wrote:thx Patrik, so I dont't have to touch mag_declination, isn't it?

If you don't have a mag leave it on zero.
The code uses data from GPS if you don't have a MAG.
by PatrikE
Thu Sep 10, 2015 7:27 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

fw_gps_maxcorr is the maximum banking allowed.

Increase to 30 - 35 for tighter turns.
35 should give a radius around 25-30 meters.

Baseflight fixed wing Howto
http://fotoflygarn.blogspot.com/2015/01 ... dwing.html
by PatrikE
Wed Sep 09, 2015 5:06 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

There was some changes made in servomixer recently.
Unfortunately it broke most of the servo functions.
Hopefully it will be fixed soon.

Use my Dev version instead of the stable Baseflight
https://dl.dropboxusercontent.com/u/975 ... 150711.rar
by PatrikE
Tue Sep 01, 2015 9:15 pm
Forum: Software
Topic: Baseflight custom motor mix?
Replies: 11
Views: 13778

Re: Baseflight custom motor mix?

by PatrikE
Mon Aug 31, 2015 10:52 pm
Forum: General discussions
Topic: Implement TX switch activated buzzer in Alienwii
Replies: 13
Views: 8433

Re: Implement TX switch activated buzzer in Alienwii

You might have to press the reset button in the gui.
And maybe uncomment some more buzzer options in config.
by PatrikE
Sun Aug 30, 2015 4:49 pm
Forum: General discussions
Topic: Implement TX switch activated buzzer in Alienwii
Replies: 13
Views: 8433

Re: Implement TX switch activated buzzer in Alienwii

MISO is digital pin 14. // PB3 So this should work. #define BUZZER #define OVERRIDE_BUZZERPIN_PINMODE pinMode (14, OUTPUT); #define OVERRIDE_BUZZERPIN_ON PORTB |= 1<<3; #define OVERRIDE_BUZZERPIN_OFF PORTB &= ~(1<<3); To assign function to a switch is done in the Gui. Simply check a box in the p...
by PatrikE
Thu Aug 27, 2015 3:55 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

Hi Patrik, I have been reading in fpvlabs something about the "UBLOX BUG" and a fix to it. May be that my problems with 3D fix in ublox mode have something to do with that? It could be if you have used it on a Baseflight FC before. Mwii don't change that setting at init like BF do. Use U-...
by PatrikE
Mon Aug 24, 2015 11:26 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

Just a few thought's... If you don't have a ground element on the olrs antenna you can get all kind of weird things happen.( ex. original whip antenna) A diapole antenna is better in all ways. You can easily modify the original antenna by attaching a ~165 mm cable to the ground of the antenna connec...
by PatrikE
Mon Aug 24, 2015 9:33 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

All Naze32 Acro/Full, Afronini or a Afromini Amaze or any clone will work fine.
Afromini Amaze rev3 seems like a really nice FC.
The code uses GPS data for altitude and heading on Airplanes.

Latest dev code for planes
https://dl.dropboxusercontent.com/u/975 ... 150711.rar
by PatrikE
Sun Aug 23, 2015 8:38 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

Basflight is still very similar to the MWii code.
Cleanflight is too clean for me...
To many files in the structure.
But anyone who have better knowledge about cleanflight can merge it.

Sorry
by PatrikE
Mon Aug 10, 2015 12:14 pm
Forum: Getting Started - MultiWii config and setup
Topic: PID's and AUX settings deleted after firmware upload
Replies: 5
Views: 1763

Re: PID's and AUX settings deleted after firmware upload

There's also a save button in the Gui that save the PID settings to a file.
Not sure about the AUX
by PatrikE
Sat Aug 08, 2015 1:19 pm
Forum: Shields, boards and sensors
Topic: Reset HK MicroWii 32U4
Replies: 2
Views: 1752

Re: Reset HK MicroWii 32U4

You can see the Pinout on the first picture.
On the second You can see +5v marked as +.
Reset and gnd is closest to the edge.

To reset the board just connect RESET pin to GND quickly.
by PatrikE
Sat Aug 08, 2015 8:50 am
Forum: Getting Started - MultiWii config and setup
Topic: CRIUS AIOP V2.0 used to control land rover
Replies: 4
Views: 2039

Re: CRIUS AIOP V2.0 used to control land rover

Either DIY with mosfets controlled from motor pins.
There is settings for running brushed motors cin config.

Or Buy a ESC for Brushed motors.
by PatrikE
Fri Aug 07, 2015 3:01 pm
Forum: Ideas
Topic: Control multiwii quadcopter from computer without receiver
Replies: 11
Views: 9798

Re: Control multiwii quadcopter from computer without receiv

There's a Arm function...
You need to start with reading wiki.
by PatrikE
Thu Aug 06, 2015 7:43 pm
Forum: ESCs, propellers , servos and radios
Topic: Quad arms and motors start immediately
Replies: 2
Views: 2292

Re: Quad arms and motors start immediately

That is normal!.
See it as a warning that the copter is Armed.(Do not touch it)

To stop the motors from starting when Armed.
#define MOTOR_STOP

It's just a matter of taste how you want it.
by PatrikE
Thu Aug 06, 2015 9:14 am
Forum: Ideas
Topic: Control multiwii quadcopter from computer without receiver
Replies: 11
Views: 9798

Re: Control multiwii quadcopter from computer without receiv

You can control a copter with EZ-gui on a Android.
And you can find others have experimented with PC control on the forum.
by PatrikE
Wed Aug 05, 2015 11:25 am
Forum: Software development
Topic: MultiWii 2.4 - Don't fly if you are warned for low memory.
Replies: 5
Views: 2881

Re: MultiWii 2.4 - Don't fly if you are warned for low memor

Actually the navigation engine is still active even without waypoints! I have done some slimming on my FixedWing dev. MultiWii_FW_150431.zip It undefines Baro and MAG plus lots of GPS code. But when i add the sensors it it compiles smaller on a Crius_SE Sketch uses 25 952 bytes (84%) of program stor...
by PatrikE
Sat Aug 01, 2015 5:30 pm
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 336332

Re: MultiWii OSD - MWOSD

amperage = MWAmperage / 100; Which is assuming that the value from the MSP_ANALOG message is in milliamps, but it is in 1/10 of amps - the same scale that MW Osd uses. When I removed the / 100 from that line and recompiled, I got the same values in the OSD as MultiWiiGui. I hope this is able to hel...
by PatrikE
Sat Aug 01, 2015 9:54 am
Forum: Software development
Topic: Helicopter integration
Replies: 318
Views: 110762

Re: Helicopter integration

I have a HK mini multiwii with dsm2 receiver controller and there is no D12 available for connecting the nick servo. Are there any other possibilities? Hi and welcome. Assuming you use 2.4. You can use A0 -A2 with some trix. In def.h find this. #elif defined(HELICOPTER) Change the row after to #def...
by PatrikE
Thu Jul 30, 2015 7:40 am
Forum: Shields, boards and sensors
Topic: Ublox Neo-7M GPS and HK AIO Flight Controller
Replies: 3
Views: 2674

Re: Ublox Neo-7M GPS and HK AIO Flight Controller

GPS connected in RX2, TX2, GND, VCC. But actually RX2 pin is broken now. so what can I do??
is it work that connect to RX1 TX1 or RX3 TX3??

Change #define GPS_SERIAL 2 to the port you plugged your GPS.
by PatrikE
Wed Jul 29, 2015 9:18 am
Forum: MultiWii tweaking - flying experience
Topic: Better way to balance props?
Replies: 7
Views: 4427

Re: Better way to balance props?

A drop of CA on a prop blade is heavier than you would imagine..
by PatrikE
Tue Jul 28, 2015 8:34 am
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

Hi PatrikE, will check the Yaw-I... Version I use: FW_NAV_140402 ... i thought this was the last stable official thanks, bigcheese The 2.3 based version (FW_NAV_140402) is recommended if you don't plan for Waypoints. Even though i have a newer unpublished version of that too. The newest version bas...
by PatrikE
Mon Jul 27, 2015 2:20 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Flying Wing with GPS Setup Configuration for Newbie
Replies: 9
Views: 3238

Re: Multiwii Flying Wing with GPS Setup Configuration for Ne

axljackass wrote:Is the model for flying wing in the multiwiiconf still airplane?

FLYINGWING have a own define in config and also in the gui.
by PatrikE
Sat Jul 25, 2015 8:25 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Flying Wing with GPS Setup Configuration for Newbie
Replies: 9
Views: 3238

Re: Multiwii Flying Wing with GPS Setup Configuration for Ne

axljackass wrote:Thanks patrik, just for clarification P for roll and pitch right need to change?sorry just a newbie here.thanks again

Yes change both.
by PatrikE
Sat Jul 25, 2015 7:55 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Flying Wing with GPS Setup Configuration for Newbie
Replies: 9
Views: 3238

Re: Multiwii Flying Wing with GPS Setup Configuration for Ne

The tutorial for plane setup.
http://fotoflygarn.blogspot.com/2012/03 ... plane.html
And when you add GPS
http://fotoflygarn.blogspot.com/2014/04 ... plane.html

For a flying wing you can start with P=2 and see if you need to decrease later.
Good luck
by PatrikE
Fri Jul 24, 2015 5:55 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 674829

Re: MultiWii EZ-GUI

I tested to set up servos on a plane today with EZ-GUI.
It seems the app crashes if you set rates to negative.
Gui claims -120 to 120

Used 2.3nav protocol if it matters.
by PatrikE
Thu Jul 23, 2015 3:37 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

what can be done about the rudder wiping? is this a setting in the PIDs ? Make sure to zero the Yaw-I to avoid some known issues on rudder on planes. This can occur when the plane have problem deciding to go right or left. And maybe a bit when it's close to home position. I would erase the Eeprom a...
by PatrikE
Tue Jul 21, 2015 6:18 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii 2.4 RET plane setup
Replies: 3
Views: 1603

Re: Multiwii 2.4 RET plane setup

I have not tested it on a plane without ailerons.
But i think it can work if you connect the rudder to a aileron Port.
When plane roll right rudder should steer left.

If you try and can confirm it i can add the information to the Setup Guide.

/Patrik
by PatrikE
Mon Jul 20, 2015 7:57 am
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

Gps functions don't use the standard althold.
Just enable Angle and RTH.
It have alt hold integrated in the function.
by PatrikE
Sun Jul 19, 2015 10:15 pm
Forum: Software
Topic: Airplane RTH BaseFlight
Replies: 143
Views: 137549

Re: Airplane RTH BaseFlight

The original AltHold code is written for copters and have been modified for Airplanes by someone. But i'm not sure if it ever been verified as working. It seems it even use throttle position to change Alt. I have not looked at it since I use a different Althold in gps modes. Maybe some PID tweaks ca...
by PatrikE
Thu Jul 16, 2015 12:56 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

Yes Thats the setting. I rather think your servos can draw high current during Short time and reboot Fc. Do a test on the bench. Start engine and run all servos hystericly . Or rock the plane to simulate turbulense. This can overload the Bec. A reboot will defenatly send your plane on a oneway trip ...
by PatrikE
Wed Jul 15, 2015 1:30 pm
Forum: Ideas
Topic: Airplane mode RTH
Replies: 824
Views: 330100

Re: Airplane mode RTH

Hi. You can increase the maxvalue for roll. Flying wing need around 35 degrees to titten the cirkling. If you use a Mega board they is sensitive to voltage drops. And can reboot in air. I have browned out Board several Times. Servos can draw higher current than you think. Now i have a large capacita...