Search found 75 matches

by Tazzy
Tue Jun 12, 2012 7:55 am
Forum: Software development
Topic: WinGUI 2.1 Beta is released for testing
Replies: 96
Views: 29157

Re: WinGUI 2.1 Beta is released for testing

Hello Eos Thanks for you big work on the gui and gps ! Here in Sweden the default decimal char is , not . and with , as decimal char the gui hangs in start up and say it is an error on line 20 in configfile If i change the decimal char in language settings all start ok but i cant connect to copter y...
by Tazzy
Sun Jun 10, 2012 7:52 pm
Forum: Software development
Topic: Prevent Motors from spinning after Powering up TX
Replies: 3
Views: 1561

Re: Prevent Motors from spinning after Powering up TX

Good idea Nils , i did go back to stick activation after a incident when the copter did take off when i turned the radio on lol all did go well that time but i did take it as a warning ;)

// Tazzy
by Tazzy
Fri Jun 08, 2012 11:14 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880305

Re: GPS integration

And here is my position hold result with default pids, i2c fmp-04 gps, and my gy-86 imu.
THANKS all developers !!

http://www.youtube.com/watch?v=sw-6EyAM15w&hd=1

// Tazzy
by Tazzy
Thu Jun 07, 2012 10:05 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880305

Re: GPS integration

Nope, in the latest shared, it's overwritten by the GPS code. (both serial and i2c) if (GPS_fix == 1 && GPS_numSat >= 5) { if (armed == 0) {GPS_fix_home = 0;} if (GPS_fix_home == 0 && armed) { GPS_fix_home = 1; GPS_latitude_home = GPS_latitude; GPS_longitude_home = GPS_longitude; GP...
by Tazzy
Thu Jun 07, 2012 8:55 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880305

Re: GPS integration

Results in GPS config: using GPS moving averaging vector results in a better position hold confih.h #define GPS_FILTERING true // add a 5 element moving average filter to GPS coordinates, helps eliminate gps noise but adds latency I am using a 10 element long filtering vector on a 10 hz NMEA senten...
by Tazzy
Thu Jun 07, 2012 8:39 pm
Forum: Software development
Topic: Defines for Chinese IMUs
Replies: 66
Views: 53533

Re: Defines for Chinese IMUs

Just received my GY_86 with MPU6050 etc. News is the Mag is connected to the MPU6050 AUX i2c bus. This code should work but I haven't tested it yet. config.h #define GY_86 // Chinese 10 DOF with MPU6050 HMC5883L MS5611, LLC define.h #if defined(GY_86) #define MPU6050 #define HMC5883 #define MS56110...
by Tazzy
Tue May 22, 2012 2:12 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880305

Re: GPS integration

Wohoo r33 version suddenly works to fly after 10 tries and reflash , with my standard values and I2C GPS (Fmp04 flashed to 10Hz and 115200 on a arduino) but it is to gusty winds to try the gps functions right now. So answer on my own question in this tree is: Yes it use almost the same pids I have f...
by Tazzy
Mon May 21, 2012 4:54 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880305

Re: GPS integration

Hello folks Is there big difference in pid values between multiwii 2.0 and 20120504dev ? I need to change the pids alot to get it fly stable in 20120504dev and have not manage to do that yet ;( I have a pro 328 with genuine wiim+ and nk , BMP085, HMC5843 and a working i2c gps setup that works perfec...
by Tazzy
Fri May 04, 2012 6:45 am
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61339

Re: Improving Altitude Hold Performance

mahowik wrote:
Tazzy wrote:Works perfekt with default settings in 2.0 here is a smal video how it works.

In which range it keeps altitude?
From video it's not so clear...

about +- 0.5 m in high altitude with some wind and better in low if it is no wind
by Tazzy
Thu May 03, 2012 8:55 pm
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 61339

Re: Improving Altitude Hold Performance

mahowik wrote:Hi guys!

Could someone tell me if you have success of using alt-hold and bmp085 with official 2.0 version? And which PIDs in this case?
Or it works good only with MS5611?

thx-
Alex


Works perfekt with default settings in 2.0 here is a smal video how it works.

http://youtu.be/ji5NMmqzE5U

// Tazzy
by Tazzy
Mon Apr 23, 2012 10:26 am
Forum: Software development
Topic: MultiWii and FRSKY D8r-II glitches
Replies: 7
Views: 3602

Re: MultiWii and FRSKY D8r-II glitches

Hello Undcon
I have the same receiver and a turnigy tx9 moded with er9x and telemetry on my quad and i have NOT this behavior.
I cant see any glitches in acro or level mode, i have wm+ , nk, baro, and mag.
I run latest multiwii stab version 2.0
hope you find the problem .....

// Fredde ;)
by Tazzy
Tue Apr 10, 2012 6:52 am
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 72371

Re: Inflight ACC-calibration

Sorry Nils for my slow reaction i have been on skii holiday.
I will test it out asap when im back at home and have some better weather
Thanks for the good work :)

// Fredde
by Tazzy
Thu Mar 29, 2012 7:31 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 72371

Re: Inflight ACC-calibration

Nils
yes when you say cycle time i think we are on the right way ....
i have high cycle time at normal about 5800ms but it fly good so i have never care about it

// Tazzy
by Tazzy
Thu Mar 29, 2012 7:14 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 72371

Re: Inflight ACC-calibration

fr3d: I did a desk calibration on both wm+ and nk and also a "manual" adjust first then i tested a inflight acc cal and it will fly hard to left before i will get it to stop .... then i land and save to eprom and all is perfect callibrated ..... I did try this 3 times this morning and it d...
by Tazzy
Wed Mar 28, 2012 8:27 pm
Forum: Ideas
Topic: Inflight ACC-calibration
Replies: 127
Views: 72371

Re: Inflight ACC-calibration

Hello Nils I did try your calibration procedure and it works ok BUT when i switch off throttle activation in flight the quad will tilts hard to right a couple of meters then i can land and save .... have you seen this problem before ? i have a paris v3 bord with nk and wm+ all orginal, Barro and mag...
by Tazzy
Sun Mar 04, 2012 1:12 pm
Forum: Software development
Topic: MultiWii 2.0 is coming
Replies: 256
Views: 106989

Re: MultiWii 2.0 is coming

Fredde, so you have no servos. As a quick fix, in LCD.pde starting around line 1030, remove the entire block dealing with servos. In my case that would look like /* uint8_t j = i-7; // [8;15] -> [1;8] #ifdef SEC_SERVO_FROM if (PRI_SERVO_FROM <= j && PRI_SERVO_TO >= j) || (SEC_SERVO_FROM <= ...
by Tazzy
Sun Mar 04, 2012 12:34 pm
Forum: Software development
Topic: MultiWii 2.0 is coming
Replies: 256
Views: 106989

Re: MultiWii 2.0 is coming

Fredde, Im trying to compile 2.0 pre with lcd vt100 telemetry but it fails with this error : in your zip I cannot see your config. What copter type do you define? Hello Hamburger I have #define QUADX with motion+ with nk all orginal all settings default exept #define BMP085 #define HMC5843 #define ...
by Tazzy
Sun Mar 04, 2012 11:30 am
Forum: Software development
Topic: MultiWii 2.0 is coming
Replies: 256
Views: 106989

Re: MultiWii 2.0 is coming

Im trying to compile 2.0 pre with lcd vt100 telemetry but it fails with this error : MultiWii_2_0_preversion1.cpp: In function 'void lcd_telemetry()': MultiWii_2_0_preversion1:2301: error: 'PRI_SERVO_FROM' was not declared in this scope MultiWii_2_0_preversion1:2302: error: 'PRI_SERVO_TO' was not de...
by Tazzy
Wed Sep 21, 2011 9:26 pm
Forum: ESCs, propellers , servos and radios
Topic: Turnigy with frsky mod and ppmsum order problem
Replies: 8
Views: 3173

Re: Turnigy with frsky mod and ppmsum order problem

Yes in eepe all is ok the simulator responds right like this ch01 +100%RUD ch02 +100%ELE ch03 +100%THR ch04 +100%AIL so you have probably right that my mode2 radio is in mode 1 but if i look in radio setup page 1 it is in mode 2 ( rud thr ele ail ) or is that mode settings somewhere else ? i have tr...
by Tazzy
Wed Sep 21, 2011 11:24 am
Forum: ESCs, propellers , servos and radios
Topic: Turnigy with frsky mod and ppmsum order problem
Replies: 8
Views: 3173

Re: Turnigy with frsky mod and ppmsum order problem

Hmm but in eepe i have
ch01 +100%RUD
ch02 +100%ELE
ch03 +100%THR
ch04 +100%AIL

And not the abow order THROTTLE,PITCH,ROLL,YAW i need to use in config.f to get it right in multiwii gui ...
by Tazzy
Wed Sep 21, 2011 9:52 am
Forum: ESCs, propellers , servos and radios
Topic: Turnigy with frsky mod and ppmsum order problem
Replies: 8
Views: 3173

Re: Turnigy with frsky mod and ppmsum order problem

PatrikE wrote:With er software in Tgy its possible to set the channelorder as you want.
Im running with futabas setup of channels.

Ok good to know.... i was looking in eepe but didn't find it or understand that part ;)

Men tack för infon ;) (thanks for info)

// Tazzy
by Tazzy
Wed Sep 21, 2011 8:27 am
Forum: ESCs, propellers , servos and radios
Topic: Turnigy with frsky mod and ppmsum order problem
Replies: 8
Views: 3173

SOLVED! Re: Turnigy with frsky mod and ppmsum order problem

My ppmsum is working now after alot of trial and error with: THROTTLE,PITCH,ROLL,YAW,AUX1,AUX2,CAMPITCH,CAMROLL My radio is a Turnigy 9x mode 2 radio with mode 2 stick settings in er9 firmware moded with frsky tx DHT and rx D8R-SP hope this can save some time for other ppl So now its time to config ...
by Tazzy
Tue Sep 20, 2011 7:06 pm
Forum: ESCs, propellers , servos and radios
Topic: Turnigy with frsky mod and ppmsum order problem
Replies: 8
Views: 3173

Turnigy with frsky mod and ppmsum order problem

Hello I have some minor problem with my turnigy 9x (mode2) it is moded with Frsky DHT internal module with telemetry connected and the radio is up and running with er9x .r444 and all is ok so far. Now im trying to connect my multiwii quad with ppmsum but i cant figure the order to config it ?! i hav...
by Tazzy
Thu Sep 15, 2011 9:22 pm
Forum: Ideas
Topic: More aux-channels
Replies: 7
Views: 3040

Re: More aux-channels

+1
by Tazzy
Sun Jun 19, 2011 5:04 pm
Forum: Shields, boards and sensors
Topic: Connect BMP085, HMC5883, wm+, nk sensors to Parisboard v3
Replies: 0
Views: 1515

Connect BMP085, HMC5883, wm+, nk sensors to Parisboard v3

Hello I have a quad x mwii that works fine with wm+ and nk with version 1.7 on a paris shield v3 I tried to install a BMP085 and HMC5883 with a llc converter in parallel with wm+ and all look good in gui on dev version r163 but when i fly the quad it dive fast sometimes in 45 deg even with baro or m...