Hi
is your GPS right oriented ?
(if the quad see moving backward until forward, it may do like you)
You nust double check that GPS pointing forward.
For this use wingui and see that dark line point to the right direction
Search found 36 matches
- Thu Feb 04, 2016 12:27 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
- Fri Sep 11, 2015 10:25 am
- Forum: Software development
- Topic: Mutliwii vbat autoland
- Replies: 6
- Views: 3676
- Mon Sep 07, 2015 4:27 pm
- Forum: Software development
- Topic: Mutliwii vbat autoland
- Replies: 6
- Views: 3676
Re: Mutliwii vbat autoland
Here 2.4 already patched...
- Tue Sep 01, 2015 10:33 pm
- Forum: Software development
- Topic: Mutliwii vbat autoland
- Replies: 6
- Views: 3676
Re: Mutliwii vbat autoland
Hi, This is my beta code (maybe need to be optimized, but working well on mega board) alarm.cpp: find #if defined(ARMEDTIMEWARNING) if (ArmedTimeWarningMicroSeconds > 0 && armedTime >= ArmedTimeWarningMicroSeconds && f.ARMED) alarmArray[ALRM_FAC_RUNTIME] = ALRM_LVL_ON; else alarmArra...
- Tue Sep 01, 2015 11:20 am
- Forum: Software development
- Topic: Mutliwii vbat autoland
- Replies: 6
- Views: 3676
Mutliwii vbat autoland
I tried to experiment new function "Autoland on VBAT". This fuction allow copter to autoland if battery reach the VBATLEVEL_WARN2 what we need: ⋅ need a GPS, because before do autoland, copter must be leveled and not drifting ⋅ need a BARO, because board need alt inform...
- Tue Aug 11, 2015 11:02 am
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
you have to enable this feature in config.h
//#define USE_MSP_WP
If it's not enable, all navigation feature will not be available in GUI
For the GPS, higher rate you put, higher noise and bad value are sended.
For me, best rate is 57200 bauds with last neo6/neo7 or neo8 gps
//#define USE_MSP_WP
If it's not enable, all navigation feature will not be available in GUI
For the GPS, higher rate you put, higher noise and bad value are sended.
For me, best rate is 57200 bauds with last neo6/neo7 or neo8 gps
- Mon Jun 15, 2015 6:25 pm
- Forum: Software development
- Topic: KV Team Multiwii OSD
- Replies: 1021
- Views: 526346
Re: KV Team Multiwii OSD
Hi, I try several thinks and several hardware (minimosd,microsd,arduino uno, arduino nano) When I'm on the GUI everything I try to write in eeprom is erased when I click on READ It's like if write button on gui not working... I had to modify source code to force enable my option I need... There is s...
- Wed Jun 03, 2015 4:42 pm
- Forum: Software development
- Topic: Win7 64Bit GUI Problem !
- Replies: 14
- Views: 10014
Re: Win7 64Bit GUI Problem !
Ok for those have problem with the last version of JAVA (on my 3 computer gui don't want's to start) Go in your "program file (x86)" folder and find "java" Copy : "java.exe" "javaw.exe" "javaws.exe" Put them in your gui folder...and it works... Ok I ...
- Fri Jan 23, 2015 9:57 am
- Forum: Boards
- Topic: Naze32 hardware discussion thread
- Replies: 3249
- Views: 2003353
Re: Naze32 hardware discussion thread
Hi
I would like to know if someone can explain me how to connect my OrangeRX in SBUS mode on my naze board
I tries a lot of thinks but never find how...
Olivier
I would like to know if someone can explain me how to connect my OrangeRX in SBUS mode on my naze board
I tries a lot of thinks but never find how...
Olivier
- Tue Jul 22, 2014 7:30 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
I have a little question. I fly a lot with GPS nav From EosBandi. Since I had change my FC board, I've got something wrong with exiting "mission" mode fly is very nice, and after RTH, my quad stay in position Just after flicking mission switch , he fall down Like if propeller not works, ev...
- Sat Apr 26, 2014 9:12 am
- Forum: Software development
- Topic: Need processing libraries for build Multiwii GUI
- Replies: 3
- Views: 2081
Re: Need processing libraries for build Multiwii GUI
Yes I found it, but it's standard controlP5
Multiwii use a special version with somes modifications
Multiwii use a special version with somes modifications
- Sat Apr 26, 2014 8:34 am
- Forum: Software development
- Topic: Need processing libraries for build Multiwii GUI
- Replies: 3
- Views: 2081
Need processing libraries for build Multiwii GUI
Hi everyones I'm searching all Library that I need to include to processing for build GUI from source. I found "standard" libraries, but I know that libraires were modified for multiwii Like controlp5 wich include drawing for motors and remove Arrow in tunning box... If someone can helps m...
- Wed Mar 12, 2014 10:16 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi I fly with his version since Christmas. In order to have good result you must: -fly in accro to tune your general PID -Fly in horizon or angle to adjust level pid and digital trim -when it's good, calibrate acc and mag -tune GPS HOLD (must be accurate without and with Wind) -tune baro (baro is ne...
- Wed Mar 12, 2014 10:14 am
- Forum: Software development
- Topic: MW 2.3 sbus problem
- Replies: 108
- Views: 52983
Re: MW 2.3 sbus problem
Hi everyones
I read there that we can use OrangeRx with sbus ?
But I'm searching since two days, and don't find how I must proceed to use it ?
Can someone can helps me ?
Olivier
I read there that we can use OrangeRx with sbus ?
But I'm searching since two days, and don't find how I must proceed to use it ?
Can someone can helps me ?
Olivier
- Tue Feb 11, 2014 12:41 am
- Forum: Software development
- Topic: Anyone working on Sonar integration??
- Replies: 5
- Views: 3006
Re: Anyone working on Sonar integration??
I'm working on it...
I want to build a very cheap interface, to use sonar in I2C (it's about 1$ to build it )
But I need some help...
I'll try to post my work tomorow...
I want to build a very cheap interface, to use sonar in I2C (it's about 1$ to build it )
But I need some help...
I'll try to post my work tomorow...
- Thu Jan 16, 2014 9:58 pm
- Forum: Ideas
- Topic: Attemp to integrate sonar (ultrasonic sensor)
- Replies: 265
- Views: 277757
Re: Attemp to integrate sonar (ultrasonic sensor)
I re-open this post. I wan't to finalise this project. I build a very cheap adaptator, wich works with an ATTIN85. So now my sonar, works in I2C and no problems with interrupt or lazy timing. But there is a problem in multiwii 2.3, I think loop for SRF08 was not merged and doesn't work anymore. My c...
- Thu Jan 16, 2014 9:51 pm
- Forum: Shields, boards and sensors
- Topic: Want to add sonar and or Gps to my crius se board
- Replies: 4
- Views: 2378
Re: Want to add sonar and or Gps to my crius se board
I'm working on a simple way to use sonar.
My sonar is plug in I2c through a attiny85.
I'm working on code, but is not as so easy...
My sonar is plug in I2c through a attiny85.
I'm working on code, but is not as so easy...
- Thu Jan 16, 2014 9:50 pm
- Forum: Shields, boards and sensors
- Topic: MW USB no longer communicating
- Replies: 1
- Views: 1164
Re: MW USB no longer communicating
You need the DTR pin for program baord (connect DRT to RESET pin, you need a 4,7µf capacitor between DRT and Reset) For communicate with Serial 0 1 or 2 you don't need anyting more. My favorite board was damage after a crash, USB plug was brocken, I use a FTDI for continu use it. There is no problem...
- Thu Jan 16, 2014 7:54 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi
And very good job for this pre-release...
I found a little bug Inside MW-GUI.
When I go on "mission" pannel, context menu box open..
Not realy a problem but this afternoon, I click somewhere I doesn't want
Olivier
And very good job for this pre-release...
I found a little bug Inside MW-GUI.
When I go on "mission" pannel, context menu box open..
Not realy a problem but this afternoon, I click somewhere I doesn't want
Olivier
- Thu Jan 16, 2014 7:54 pm
- Forum: Software development
- Topic: GPS NAV
- Replies: 964
- Views: 541041
Re: GPS NAV
Hi
And very good job for this pre-release...
I found a little bug Inside MW-GUI.
When I go on "mission" pannel, context menu box open..
Not realy a problem but this afternoon, I click somewhere I doesn't want
Olivier
And very good job for this pre-release...
I found a little bug Inside MW-GUI.
When I go on "mission" pannel, context menu box open..
Not realy a problem but this afternoon, I click somewhere I doesn't want
Olivier
- Mon Aug 26, 2013 7:26 pm
- Forum: Ideas
- Topic: Attemp to integrate sonar (ultrasonic sensor)
- Replies: 265
- Views: 277757
Re: Attemp to integrate sonar (ultrasonic sensor)
Oupps...
Sorry I found the problem...
May help someones like me becoming crazy...
The interrupt Handler ISR for PCINT0_vect not working with board based on ATMEGA32U.
This because this Handler is already used for PWM ouput...
Compiling code for an Atmega328p or mega works great
Sorry I found the problem...
May help someones like me becoming crazy...
The interrupt Handler ISR for PCINT0_vect not working with board based on ATMEGA32U.
This because this Handler is already used for PWM ouput...
Compiling code for an Atmega328p or mega works great
- Mon Aug 26, 2013 7:18 pm
- Forum: Ideas
- Topic: Attemp to integrate sonar (ultrasonic sensor)
- Replies: 265
- Views: 277757
Re: Attemp to integrate sonar (ultrasonic sensor)
hi every ones ! This piece of code drive me crazy I put the patch on my file as explain un page 20. I've always got an error in this part of code: ISR(SONAR_GEP_EchoPin_PCINT_vect) { if (SONAR_GEP_EchoPin_PIN & (1<<SONAR_GEP_EchoPin_PCINT)) { SONAR_GEP_startTime = micros(); } Every time I compil...
- Fri Aug 16, 2013 7:39 am
- Forum: Boards
- Topic: Need Crius AIOP shemlatics and brd files
- Replies: 10
- Views: 4844
Re: Need Crius AIOP shemlatics and brd files
If you read my first post, I never ask that need gerber file to only push on "print" and make a board clone I know, if I only wants the same board I'll buy it on eBay à 20$ If you had ever draw a pcb, it's not only technical, you need some idea and trick to make good placement, nice board ...
- Fri Aug 16, 2013 12:50 am
- Forum: Boards
- Topic: Need Crius AIOP shemlatics and brd files
- Replies: 10
- Views: 4844
Re: Need Crius AIOP shemlatics and brd files
Why?
Because I have got all the material (toaster oven, heat gun for msd, paste), I know how to use it ,and I've got the time...
All my heli's and multicopter are all "home made" so I want to make a new board based on atmega2560...
Because I have got all the material (toaster oven, heat gun for msd, paste), I know how to use it ,and I've got the time...
All my heli's and multicopter are all "home made" so I want to make a new board based on atmega2560...
- Wed Aug 14, 2013 11:32 pm
- Forum: Boards
- Topic: Need Crius AIOP shemlatics and brd files
- Replies: 10
- Views: 4844
Need Crius AIOP shemlatics and brd files
Hi everyone.
I schedule to build my own FC board this summer.
I need Eagle-cad fil for a board like Crius AIOP
There is someone with this king of files ?
Olivier
I schedule to build my own FC board this summer.
I need Eagle-cad fil for a board like Crius AIOP
There is someone with this king of files ?
Olivier
- Wed Aug 14, 2013 11:16 pm
- Forum: Shields, boards and sensors
- Topic: I2C GPS NAV with Ping Pong Sonar
- Replies: 1
- Views: 1996
Re: I2C GPS NAV with Ping Pong Sonar
Hello As I know, sonar value are showned into multiwii GUI if you enable "Debug3" (just clic on it) But today, it's only for showing that sonar value are crossing into software, but they are not used in loop for altitude correction. EosBandy working hard on it, and I think the next officia...
- Wed Aug 29, 2012 9:57 am
- Forum: ESCs, propellers , servos and radios
- Topic: PPM hook on orange DSM 9ch
- Replies: 0
- Views: 1134
PPM hook on orange DSM 9ch
Hi
I would like to know if someone have found a way to take PPM signal on theses receiver:

I would like to use it as ppm sum in my quad...
Olivier
I would like to know if someone have found a way to take PPM signal on theses receiver:

I would like to use it as ppm sum in my quad...
Olivier
- Fri Aug 17, 2012 8:56 pm
- Forum: Software development
- Topic: GPS integration
- Replies: 1724
- Views: 1109629
Re: GPS integration
For neo360, toggle your nema database to 0 (WGS1984 "international") and mayme your gps is in 5hz
So parser lag and give bad coordonates
I put a post in drotek forum about tunning the GPS of drotek.
If you don't understand french, I can translate for you.
So parser lag and give bad coordonates
I put a post in drotek forum about tunning the GPS of drotek.
If you don't understand french, I can translate for you.
- Sun Aug 12, 2012 10:27 pm
- Forum: Shields, boards and sensors
- Topic: Glitches with IMU drive me crazy - closed
- Replies: 10
- Views: 4216
Re: Glitches with IMU drive me crazy
Yes I know about PPM sum no...I 'm using a "PPM SUM box" so I need to enable this line #define SERIAL_SUM_PPM PITCH,YAW,THROTTLE,ROLL,AUX1,AUX2,AUX3,AUX4 //For Graupner/Spektrum This box follow me in this third aircraft, and work great with multiwii 1.9 , 2.0 and 2.1... By the way, I think...
- Sat Aug 11, 2012 7:33 am
- Forum: Shields, boards and sensors
- Topic: Glitches with IMU drive me crazy - closed
- Replies: 10
- Views: 4216
Re: Glitches with IMU drive me crazy
Hi , I maybe find somethink.
On the IMU bord, if i touch near R1/R2 there is massive glitche.
I have resold R1 and R2, now I need to wait new motor for testing in fly.
On the IMU bord, if i touch near R1/R2 there is massive glitche.
I have resold R1 and R2, now I need to wait new motor for testing in fly.
- Fri Aug 10, 2012 4:18 am
- Forum: Shields, boards and sensors
- Topic: Glitches with IMU drive me crazy - closed
- Replies: 10
- Views: 4216
Re: Glitches with IMU drive me crazy
Ok I'll check motor plugs... For tovrin, If I disable internal pullups (normaly with 10dof drotek internal pullups are disabled), with my GPS board, there are lot of I2c error, and copter is not flyable... ACC / MAG calibration don't work... Maybe there is something to investigate here, pullups or n...
- Thu Aug 09, 2012 11:15 pm
- Forum: Shields, boards and sensors
- Topic: Glitches with IMU drive me crazy - closed
- Replies: 10
- Views: 4216
Re: Glitches with IMU drive me crazy
My configuration is: -home made board (alexinparis like, this is the five's one I build, work very well with WMP, the problem is no here) -arduino mini pro -ESC SimonK modded -Motor Keda 2026 950Kv -Lipo 3S 2200mAh 40c -software Multiwii 2.1 #define QUADX #define I2C_SPEED 100000L //100kHz normal mo...
- Thu Aug 09, 2012 9:34 pm
- Forum: Shields, boards and sensors
- Topic: Glitches with IMU drive me crazy - closed
- Replies: 10
- Views: 4216
Glitches with IMU drive me crazy - closed
Hi everyone...
I'm using 10 DoF drotek with LLC
When I fly, there is some small glitches and sometime major glitches make my copter flip...
I had double check wiring, configuration, and no interference with the magneto...
I'm boring and don't have anymore idea...
If someone can help me...
I'm using 10 DoF drotek with LLC
When I fly, there is some small glitches and sometime major glitches make my copter flip...
I had double check wiring, configuration, and no interference with the magneto...
I'm boring and don't have anymore idea...
If someone can help me...
- Tue Aug 07, 2012 3:08 pm
- Forum: Software development
- Topic: GPS integration
- Replies: 1724
- Views: 1109629
Re: GPS integration
Ok thanks I have set him to 68 (france), I'll try with "International 1984" this evening...
- Tue Aug 07, 2012 2:01 pm
- Forum: Connecting elements
- Topic: Simple Remote LED Control Hack
- Replies: 14
- Views: 26322
Re: Simple Remote LED Control Hack
Hi is this patch work for multiwii 2.1 or there is another way?
cheers
Olivier
cheers
Olivier
- Tue Aug 07, 2012 1:55 pm
- Forum: Software development
- Topic: GPS integration
- Replies: 1724
- Views: 1109629
Re: GPS integration
Hi every one, thanks to all are working to the GPS integration... I'm very enjoy about this. I have a little problem on my Multiwii board + GPS... I'm using Multiwii 2.1 and I2C-GPS-NAV-RC2 with drotek PA6C GPS in NMEA mode. On the MS-Multiwii-GUI, all seems to work but on map, I have a difference a...