Search found 16 matches

by err888
Tue Dec 29, 2015 2:54 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 337336

Yes its normal. When high current devices like motors draw current there will be a voltage drop on the main power source, i. e. the battery. The more current drawn the voltage drop will be more significant.
by err888
Tue Apr 21, 2015 11:48 pm
Forum: Getting Started - MultiWii config and setup
Topic: Trouble with MWC 2.5??
Replies: 59
Views: 13570

I can see from the video that the rotating directions of all the props are reversed, that's why you feel strong wind blowing upward from the quad. Though rudder should be on the left stick plus throttle should be on the right when in mode 1, which is correct. All I think Duhjoker need to do is 1)swa...
by err888
Wed Dec 18, 2013 12:01 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2564560

回覆: Baseflight aka multiwii port to stm32

Ok this is working for me. But what are the optimal settings for baseflight? - 115200 baud - protocol in and protocol out only ubx - which messages are needed? i like to kick out everything else or at what baudrate do i have to configure it so autoconfigure will work in baseflight? My understanding...
by err888
Wed Dec 18, 2013 4:24 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2564560

Re: Baseflight aka multiwii port to stm32

then my gps must have been shipped with off settings. how do i reset my gps? I can't find the original text for the method but you may try this - m . Except that your gps doesn't have a USB port and you need a FTDI cable/adapter to connect it to your computer this instruction should work for you. I...
by err888
Tue Dec 17, 2013 1:59 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2564560

回覆: Baseflight aka multiwii port to stm32

Mine is a stock crius neo 6m. Never hooked it up to anything than baseflight. I first tried with default settings in baseflight and it worked. Then i've set it to gps_type=1 and since it doesn't work anymore. If i set it back to gps_type=0 then it is working again. Is it possible, that this gps it ...
by err888
Fri Dec 13, 2013 11:20 am
Forum: Software development
Topic: Gyro_scale is wrong for MPU6050?
Replies: 36
Views: 19604

Re: Gyro_scale is wrong for MPU6050?

hey all !! I am new to this forum and a first time user of Multiwii ( Nanowii) and i am having an error when i compile the firmware in arduino.. the error is shown like this "IMU.cpp: In function 'void getEstimatedAttitude()': IMU.cpp:189: error: 'GYRO_SCALE' was not declared in this scope &qu...
by err888
Fri Aug 30, 2013 1:11 pm
Forum: Software development
Topic: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled
Replies: 15
Views: 5499

Re: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled

Ha, you're correct Patrick. This is such a low lever mistake I made, see how new I am in C++... After a look again, it seems that the & operator in the concerned if statement is just to perform a binary AND manipulation between the variable _i2c_gps_status and the constant I2C_GPS_STATUS_3DFIX, ...
by err888
Fri Aug 30, 2013 7:18 am
Forum: Software development
Topic: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled
Replies: 15
Views: 5499

Re: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled

justk1w1, I haven't get that far, and am just trying to complete my little 240mm quad project using Crius MultiWii SE 1.0 and the i2c_gps_nav board with sonar module. Are you trying to connect more rx channels via the nav board? That's interesting Would you mind let me know which branches you prefer...
by err888
Tue Aug 27, 2013 10:58 am
Forum: Software development
Topic: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled
Replies: 15
Views: 5499

Re: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled

I believe what justk1w1 mentioned about is the code at around line 424 in GPS.h rev.1548, which involves a move of the #if defined(i2c_gps_sonar) block to 5 lines below its original location, and put the 3 lines of code below the comment "//GPS_ground_course" above that #if defined block. ...
by err888
Tue Aug 27, 2013 3:04 am
Forum: Software development
Topic: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled
Replies: 15
Views: 5499

Re: Error in GPS.cpp if I2c_GPS_SONAR enabled

copterrichie wrote:Hopefully EOSBandi will incorporate it into the i2c-gps-nav. He is the only one with access to Google Code.

The code concerned here is in Multiwii 2.2 - not i2c-gps-nav :roll:

Kenny
by err888
Wed Aug 21, 2013 12:18 pm
Forum: Software development
Topic: [PATCH] in GPS.cpp if I2c_GPS_SONAR enabled
Replies: 15
Views: 5499

Re: Error in GPS.cpp if I2c_GPS_SONAR enabled

Great thanks to you justk1w1! You have helped me fixed my i2c gps nav board which was producing endless i2c errors. Now the sonar on my nav board behaves correctly as well!

Kenny
by err888
Mon Jul 29, 2013 4:57 am
Forum: Software development
Topic: Possible bug in code for i2c-gps-nav board
Replies: 2
Views: 1211

Re: Possible bug in code for i2c-gps-nav board

Hi Jono91,

I'm setting up my nav board and is having a lot of i2c errors once I got 3D fix. Would you like to share your modified version of code and let me try on my board? ;)

err888
by err888
Thu Jul 25, 2013 6:24 am
Forum: Software development
Topic: Building MultiWii in Eclipse
Replies: 25
Views: 10052

Re: Building MultiWii in Eclipse

Hi Mis, Simple add void Sonar_update(); line to sensors.h file before "void initSensors();" line. I gave this a quick try, but it doesn't seems changing the error message when build. I have deleted some dumb questions, sorry for my noobness After some searching I seems got that calling an ...
by err888
Tue Jul 23, 2013 7:59 am
Forum: Software development
Topic: Building MultiWii in Eclipse
Replies: 25
Views: 10052

Re: Building MultiWii in Eclipse

Thanks alll, never mind. I'm a beginner of C++ and even greener at Eclipse. When I learnt the port away from Arduino has happened I was a bit lost, but still believes this is the correct way for MultiWii so I'm learning to live with it. Thanks clough42 for the wonderful Eclipse guide, I (mostly) suc...
by err888
Mon Jul 22, 2013 10:43 am
Forum: Software development
Topic: Building MultiWii in Eclipse
Replies: 25
Views: 10052

Re: Building MultiWii in Eclipse

add extern int16_t sonarAlt; //to think about the unit in MultiWii.h and void Sonar_update(); in Sensors.h manu Just tried, now I get this: E:\Multiwii\EclipseWorkspace\MultiWii\Standard/../src/MultiWii/MultiWii.cpp:1106: undefined reference to `Sonar_update()' make: *** [MultiWii.elf] Error 1
by err888
Mon Jul 22, 2013 9:38 am
Forum: Software development
Topic: Building MultiWii in Eclipse
Replies: 25
Views: 10052

Re: Building MultiWii in Eclipse

Multiwii (latest multiwii shared) does not compile if i uncomment one of the sonar (for example # define srf02) ../src/MultiWii/MultiWii.cpp:1106: error: 'Sonar_update' was not declared in this scope Hi, I have this issue as well. MultiWii doesn't even compile under Arduino too when one of the sona...