Search found 532 matches

by QuadBow
Mon Mar 23, 2015 9:38 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

Hi ardufriki, Are you talking about multiwii frsky telemetry or about openlrsng you mentioned in http://www.multiwii.com/forum/viewtopic.php?f=15&t=6262 ? Have you connected the level converter (mentioned earlier in this thread) between your multiwii flight controller and the FRSKY receiver? You...
by QuadBow
Mon Mar 23, 2015 7:36 pm
Forum: Software development
Topic: 2.4 is finally here :)
Replies: 71
Views: 101969

Re: 2.4 is finally here :)

Hi Hamburger, Do you really see accurate measurements with 10mA steps from your sensor all the way through the adc? Of course, I don't. With a PINT2mA of roughly 100 you will always have a difference of 100=0.1A even when filtering. I got a PINT2mA of 74 resulting to a 0.444 A or 0.518 A when armed....
by QuadBow
Sun Mar 22, 2015 6:42 pm
Forum: Connecting elements
Topic: Can't Connect Crius AIO to Arduino
Replies: 1
Views: 1442

Re: Can't Connect Crius AIO to Arduino

Can you connect to multiwiiconf?
by QuadBow
Sun Mar 22, 2015 5:57 pm
Forum: Getting Started - MultiWii config and setup
Topic: How can I enable horizon mode on only a 4Ch TX?
Replies: 1
Views: 1066

Re: How can I enable horizon mode on only a 4Ch TX?

Multiwii makes no differnce between radios with different channels and enables therefore at least 8 channels are displayed by multiwiiconf.
Take AUX1 and set the checkboxes of HORIZON for LOW, MID and HIGH. That could fly, but it is neither testet nor guaranteed. So, be careful!
by QuadBow
Sat Mar 21, 2015 11:20 pm
Forum: Software development
Topic: 2.4 is finally here :)
Replies: 71
Views: 101969

Re: 2.4 is finally here :)

I know, the 2.4pre discussion has been closed and the 2.4 has been released. However, I found an issue with the following line of code just today: analog.amperage = ((uint32_t)powerValue * conf.pint2ma) / 100; // [100mA] //old (will overflow for 65A: powerValue * conf.pint2ma; // [1mA] So the ampera...
by QuadBow
Sat Mar 21, 2015 7:23 am
Forum: Software development
Topic: FRSKY telemetry integration into Multiwii 2.4 has started
Replies: 71
Views: 33441

FRSKY telemetry integration into Multiwii 2.4 has started

Currently, I am integrating the recent frsky telemetry code into multiwii 2.4 covering following values: FRSKY FLD-02 first page arming time left energy of battery (rough fuel display) battery voltage vcc voltage temperature (celsius or fahrenheit) number of satellites instead of second temperature ...
by QuadBow
Thu Mar 19, 2015 7:13 am
Forum: ESCs, propellers , servos and radios
Topic: Multiwii Pro not detecting receiver inputs
Replies: 5
Views: 4037

Re: Multiwii Pro not detecting receiver inputs

#define SERIAL_SUM_PPM PITCH,YAW,THROTTLE,ROLL,AUX1,AUX2,AUX3,AUX4,8,9,10,11 //For Graupner/Spektrum is only valid for a sum signal, that means for all inputs you need one pin only. For a standard 8 channel transmitter/receiver combo you have to follow the standard pin assignment. Otherwise you cou...
by QuadBow
Wed Mar 18, 2015 6:22 pm
Forum: Shields, boards and sensors
Topic: Problem with ADXL345
Replies: 9
Views: 3258

Re: Problem with ADXL345

Have you followed the wiki beginner's guide http://www.multiwii.com/wiki/index.php?title=Config.h ?
At the end there is the explanation how sensors should react by turning the copter/flight controller with sensors.
by QuadBow
Tue Mar 17, 2015 5:45 pm
Forum: Shields, boards and sensors
Topic: aiopro v2.0 with v2.3 gps problem
Replies: 5
Views: 2734

Re: aiopro v2.0 with v2.3 gps problem

is there anyone out there that can tell me what I am doing wrong. or if anyone has an edited version of this I could read I would be very greatful. The issue is related to the prog_char macro which is deprecated in the newer arduino toolchain. You can fix it by replacing prog_char with const char. ...
by QuadBow
Mon Mar 16, 2015 6:14 pm
Forum: Shields, boards and sensors
Topic: Problem with ADXL345
Replies: 9
Views: 3258

Re: Problem with ADXL345

But is it correct put two pull-up resistor one between SDA and VCC and another SCL and VCC? It is correct to have pulls-ups between SDA (sensor side) and Vcc (3V) and SCL (sensor side) and Vcc (3V). The ADXL345 has no own pull-ups due to the mentioned documentation. But I don't know whether the lev...
by QuadBow
Sun Mar 15, 2015 8:38 pm
Forum: Getting Started - MultiWii config and setup
Topic: motors spin with baro mode selected
Replies: 1
Views: 953

Re: motors spin with baro mode selected

Is it normal behaviour multiwii 2.3 for motors to start up high speed when quad is armed, and barometer is selected even when on the ground at zero throttle...? In multiwii 2.3 it is not possible to arm with baro enabled. This feature was introduces in order to avoid such events. Either you don't u...
by QuadBow
Sun Mar 15, 2015 8:32 pm
Forum: ESCs, propellers , servos and radios
Topic: 1045 propellers, what motors for long flying time?
Replies: 1
Views: 1373

Re: 1045 propellers, what motors for long flying time?

Any low revolutions motors can make it? Just changing the motor/ propeller combo will not change much in most cases. But that depends on your copter/accu/motor/propeller configuration. Check your configuration under http://www.ecalc.ch/xcoptercalc.php?ecalc&lang=en . The best solution is to sav...
by QuadBow
Sun Mar 15, 2015 8:27 pm
Forum: Shields, boards and sensors
Topic: Problem with ADXL345
Replies: 9
Views: 3258

Re: Problem with ADXL345

But now I have another problem because when I connect these sensors together the led of arduino blink and I searched and I found that this is a problem of connection of I2C. I don't believe so, since there is no LED indicating I2C issues. I think the digital output D13 blinks, because multiwii assu...
by QuadBow
Sat Mar 14, 2015 9:47 pm
Forum: Shields, boards and sensors
Topic: Problem with ADXL345
Replies: 9
Views: 3258

Re: Problem with ADXL345

Actually, your wiring looks good. But, the use of interrupts is not supported by multiwii. So, firstly remove the two wires. The addresses can be selected via the SDO pin. Don't leave them floating, wire them to ground. I understood that the ADXL has the i2c address 0x53 due to http://www.analog.com...
by QuadBow
Sat Mar 14, 2015 9:05 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Pro EZ3.0 can't get motors to spin up
Replies: 4
Views: 1330

Re: Multiwii Pro EZ3.0 can't get motors to spin up

also think the i2c errors are expected for now. I don't have the GPS module installed but it's programmed for them. Actually not - you bought a Mega2560 board, which would have been my recommendation, as well. This board has 4 serial ports. So, you can connect your gps device directly to one serial...
by QuadBow
Sat Mar 14, 2015 7:19 pm
Forum: Getting Started - MultiWii config and setup
Topic: Multiwii Pro EZ3.0 can't get motors to spin up
Replies: 4
Views: 1330

Re: Multiwii Pro EZ3.0 can't get motors to spin up

Thousands of i2c errors mean that you have not configured your software properly. So, the sensor are not queried and multiwii refuse to control the motors without sensor data. Set up the file config.h due to the manual which should have been provided by your dealer and load up the sketch via the Ard...
by QuadBow
Sun Mar 08, 2015 4:03 pm
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6667

Re: Use MultiWii GPS telemetry for FrSky telemetry

but where physically on the board is serial 3? Your dealer should be able to answer this question. I still don't know exactly, what board you are talking about. I would connect the receiver to the mini-b plug through the thing you linked me? Are the ports the I2C ones? No, connect the Tx pin of ser...
by QuadBow
Sun Mar 08, 2015 3:48 pm
Forum: Getting Started - MultiWii config and setup
Topic: MTK3329 - NEMA wasn't working... Works in MiniGPS tool..
Replies: 12
Views: 3852

Re: MTK3329 - NEMA wasn't working... Works in MiniGPS tool..

vtpete wrote:did I kill the GPS board? Please tell me I did so that I can through these thing in the trash
If you have swapped Vcc and Gnd it is likely, that the Gps board has been heavily damaged. If you only swap Rx and Tx, it will not harm.
by QuadBow
Sat Mar 07, 2015 9:27 am
Forum: Shields, boards and sensors
Topic: GPS Help
Replies: 7
Views: 2785

Re: GPS Help

was under the impression that WinGUI 2.3 could run waypoint nav flight? There is at least a WinGUI_2.3pre8(b5) version that supports waypoint navigation requiring a special MultiWi2_3-navi-b5-baro_fix version MultiWi2_3-navi-b5-baro_fix as shown here https://code.google.com/p/mw-wingui/downloads/li...
by QuadBow
Sat Mar 07, 2015 9:17 am
Forum: Software development
Topic: Arduino ADK+MPU 9250+baro BMP180+sonar HC-SR04+BT HC-06
Replies: 3
Views: 3101

Re: Arduino ADK+MPU 9250+baro BMP180+sonar HC-SR04+BT HC-06

I don't know, whether that is a good idea. It is not a problem to use a mobile conntected via bluetooth in order to configure its paramaters or to retrieve telemetry data. However, I would not recommend to control it via a mobile phone. In acro mode you have to react fast and precisely - I can not i...
by QuadBow
Sat Mar 07, 2015 7:05 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

@seikuruo You are using a cheap Promini/ATmega328-based flight controller. That type of controller has only one serial port. That serial0 is used for the connection to your computer. Frsky telemetry requires a second serial port-not an AUX port. Therefore you have to use a Mega/ATmega2560-based flig...
by QuadBow
Tue Mar 03, 2015 10:22 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

After 2.4 release, are you ok to integrate and support frsky things in the main branch ? Hi Alex, I would be pleased to do so. The question would be how to integrate frsky telemetry into multiwii leaving some room for other telemetry protocols like hott, s.port, etc. My proposal would be to start w...
by QuadBow
Mon Mar 02, 2015 10:17 pm
Forum: Shields, boards and sensors
Topic: GPS Help
Replies: 7
Views: 2785

Re: GPS Help

However, I cannot figure out how to tell the quad to "start" the route I created and uploaded. Waypoint navigation will be supported by Multiwii 2.4, which is still a beta version. My recommendation would be to use multiwii 2.3 in order to become familiar with the copter. Use the simpler ...
by QuadBow
Mon Mar 02, 2015 7:24 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

izeman wrote:so i changed the Voltage Amperage section in telemetry.cpp to the "original" voltage calculation:
It seems that FRSKY deviated for the voltage from the normal scheme of one integer before the dot and one after the dot.
by QuadBow
Mon Mar 02, 2015 7:01 pm
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6667

Re: Use MultiWii GPS telemetry for FrSky telemetry

Can you link a power inverter that would work? You need something like this: http://www.multiwii.com/forum/viewtopic.php?f=7&t=1929&hilit=direct+frsky&start=50#p26160 Would this work on the HK 328p and HK MultiWii pro? Where would I plug stuff in? You need a free serial port to connect ...
by QuadBow
Sun Mar 01, 2015 4:44 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

is around a factor 2 off. can that be? The FLD-02 device has to be configured, too. Go to "Menu" at start-up and set the second value of the entry "Volt Ratio" to the ratio of the resistor devider for the accu voltage. If you change that ratio to the half of the current value, i...
by QuadBow
Sun Mar 01, 2015 4:30 pm
Forum: Getting Started - MultiWii config and setup
Topic: Motors start spinning only at half throttle
Replies: 2
Views: 1202

Re: Motors start spinning only at half throttle

i have the described phenomen, that the motors only start spinning at half throttle. My questions about that: - What can i do about this or is it normal? No, it is not. The motors should start spinning at lowest speed when armed. With half throttle, the copter should have started to hover. What you...
by QuadBow
Sun Mar 01, 2015 2:33 pm
Forum: Getting Started - MultiWii config and setup
Topic: multiwii crius se 2.5 gps prblem
Replies: 2
Views: 960

Re: multiwii crius se 2.5 gps prblem

You got a cheap p328-based flight controller. How have you connected your gps device to the flight controller? PS: The p328 flight controllers will become legacy soon when multiwii 2.4 will be released due to memory limitations. If you intend to use gps features (e.g. waypoint navigation) I recommen...
by QuadBow
Sun Mar 01, 2015 2:26 pm
Forum: Getting Started - MultiWii config and setup
Topic: UBlox Neo-6m accuracy with MWC SE V2.5
Replies: 7
Views: 4746

Re: UBlox Neo-6m accuracy with MWC SE V2.5

The only difference was all on board or board +external antenna. Not sure which way to go. What do you suggest? I have never seen an UBLOX Neo-6m to be sold with external antenna. But, the antenna is only slightly glued and therefore removable. Are you sure that have not seen the gps device with i2...
by QuadBow
Sun Mar 01, 2015 11:10 am
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6667

Re: Use MultiWii GPS telemetry for FrSky telemetry

Pretty confusing thread... Due to another request I provided a non-standard multiwii package at http://www.multiwii.com/forum/viewtopic.php?f=7&t=1929&start=300#p61873 So what would I need to buy to get it to work? Since you got already the FLD-02 and a telemetry transmitter/receiver combo ...
by QuadBow
Sun Mar 01, 2015 10:55 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

one week later, and nobody here is willing to put a working multiwii version online? I saw your point and took it into consideration... Attached you can find my FRSKY telemetry extension to multiwii. Consider that you have to use a level converter between FC and FRSKY receiver as described earlier ...
by QuadBow
Sun Mar 01, 2015 9:58 am
Forum: Software development
Topic: serial to i2c arduino
Replies: 7
Views: 3059

Re: serial to i2c arduino

i wondered if anyone has succesfully made one using the available code ? I bought one of the i2c_gps_nav boards, which work well for most gps devices. You can update the firmware if required due to https://code.google.com/p/i2c-gps-nav/downloads/list But, mentioned earlier, the whole i2c_gps approa...
by QuadBow
Sat Feb 28, 2015 11:42 pm
Forum: Software development
Topic: serial to i2c arduino
Replies: 7
Views: 3059

Re: serial to i2c arduino

There are special p328-based boards for this purpose. Google after I2C_GPS_NAV. But be warned: the forthcoming version of multiwii 2.4 will not support p328-based flight controllers to the most possible extend due to memory lack issues. So, you should consider to buy an Mega2560-based flight control...
by QuadBow
Sat Feb 28, 2015 9:23 am
Forum: Connecting elements
Topic: Use MultiWii GPS telemetry for FrSky telemetry
Replies: 14
Views: 6667

Re: Use MultiWii GPS telemetry for FrSky telemetry

The related dicussion can be found under http://www.multiwii.com/forum/viewtopic.php?f=7&t=1929
GPS support is included, as well.
by QuadBow
Thu Feb 26, 2015 10:09 pm
Forum: Shields, boards and sensors
Topic: Someone please help me with sonar
Replies: 6
Views: 2286

Re: Someone please help me with sonar

Have you got a clean multiwii distribution? Have you got a 3,3V-board? They could cause issues when running 5V sensors like the SRF08. Maybe you need a level converter. What about the default address of the device? SRF08_SENSOR_FIRST is 0xF0 - that should be the address of your device, as well. Ther...
by QuadBow
Thu Feb 26, 2015 9:31 pm
Forum: Shields, boards and sensors
Topic: Someone please help me with sonar
Replies: 6
Views: 2286

Re: Someone please help me with sonar

Sonar poses a lot of challenges, This is true for the simple sonar devices. But, we are talking about the SRF08, which is an i2c device. The only challenge is to send one i2c command and retrieve the result back. I'm not surprised it hasn't been incorporated in the control loop yet. It has been inc...
by QuadBow
Thu Feb 26, 2015 6:57 pm
Forum: Shields, boards and sensors
Topic: Someone please help me with sonar
Replies: 6
Views: 2286

Re: Someone please help me with sonar

Have you enabled the sonar in the file config.h?

Code: Select all

/* Sonar */// for visualization purpose currently - no control code behind
//#define SRF02 // use the Devantech SRF i2c sensors
#define SRF08
//#define SRF10
//#define SRF23
by QuadBow
Thu Feb 26, 2015 6:51 pm
Forum: Getting Started - MultiWii config and setup
Topic: HK multiwiipro w/gps gps issues
Replies: 7
Views: 2109

Re: HK multiwiipro w/gps gps issues

vtpete wrote:...and it starts working...

Fine! Nevertheless I recommend to go back to 57600 baud, since that's fast enough and the failure rate is much lower than at 115k.
by QuadBow
Tue Feb 24, 2015 10:32 pm
Forum: Shields, boards and sensors
Topic: GPS Help
Replies: 7
Views: 2785

Re: GPS Help

NMEA GPS eabled, Serial 10, 57600 baud Beneath #define NMEA you have to define #define INIT_MTK_GPS, as well. Serial10 seems to strange since the Mega2560 has "only" 4 serials, serial0...serial3. 57600 is fine, since multiwii tries out all speed possibilities. So, check GPS_SERIAL and try...
by QuadBow
Mon Feb 23, 2015 9:02 pm
Forum: Getting Started - MultiWii config and setup
Topic: Board ARMs but motors don't spin
Replies: 2
Views: 1095

Re: Board ARMs but motors don't spin

Have you uncommented

Code: Select all

#define ALLOW_ARM_DISARM_VIA_TX_YAW
?
Stick range? - Look here: http://multiwii-beginners-guide.blogspot.de/
BARO enabled? - Disable it.
by QuadBow
Mon Feb 23, 2015 8:53 pm
Forum: Getting Started - MultiWii config and setup
Topic: 2.3 error in GPS.cpp (serialGpsPrint) Can't init MTK
Replies: 2
Views: 1178

Re: 2.3 error in GPS.cpp (serialGpsPrint) Can't init MTK

vtpete wrote:void SerialGpsPrint(prog_char* str) {

The error message you provided differ a bit from the original code shown below:

Code: Select all

void SerialGpsPrint(const char PROGMEM * str) {

Are you shure that you got a clean MW 2.3 distribution?
by QuadBow
Sun Feb 22, 2015 1:19 pm
Forum: Getting Started - MultiWii config and setup
Topic: mini mega 3.5
Replies: 3
Views: 1258

Re: mini mega 3.5

mini mega 3.5 Hmm, that appears to me like a contradiction in terms. Even google does not know what a mini mega 3.5 does stand for. Maybe you should be a bit more accurate with the name of your board and provide more details like the name of the manufacturer and the dealer. Otherwise it will be imp...
by QuadBow
Sat Feb 21, 2015 6:24 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1159071

Re: Direct Frsky telemtry data from MW FC

i still don't understand why this doesn't find it's way into the official branch. does it add so much more complexity? frsky telemetry doesn't destroy any other features, and if you don't activate the code it's not even present in the firmware ... I agree with you. I don't understand neither, why t...
by QuadBow
Sat Feb 21, 2015 2:59 pm
Forum: Getting Started - MultiWii config and setup
Topic: Motors Spin on Disarm
Replies: 24
Views: 6163

Re: Motors Spin on Disarm

Congratulations!
by QuadBow
Sat Feb 21, 2015 2:57 pm
Forum: Shields, boards and sensors
Topic: MultiWii Sensors
Replies: 11
Views: 3774

Re: MultiWii Sensors

the functions Gyro_getADC() and ACC_getADC() are predefined in the muliwii ? Those functions are implemented in the file sensors.cpp. Why haven't you already looked into the source code? if you have any link that shows how to transfer the data through serial0 A short google search after multiwii pr...
by QuadBow
Sat Feb 21, 2015 1:39 pm
Forum: Getting Started - MultiWii config and setup
Topic: Motors Spin on Disarm
Replies: 24
Views: 6163

Re: Motors Spin on Disarm

Your calibration method seems to be a bit complicated and also misleading, since you taught the ESCs the range of your receiver and not of your multiwii board. Repeat calibration without taking your board apart again. Follow this instruction https://code.google.com/p/multiwii/wiki/ESCsCalibration An...
by QuadBow
Sat Feb 21, 2015 1:23 pm
Forum: Shields, boards and sensors
Topic: MultiWii Sensors
Replies: 11
Views: 3774

Re: MultiWii Sensors

I am familiar with arduino programming and already i have made a lot of work just trying different sensors and i would like to upload my own control on the multiwii and i need to know what functions or code that can make me get the readings of the sensors the next step will be sending this data to ...
by QuadBow
Sat Feb 21, 2015 8:45 am
Forum: Shields, boards and sensors
Topic: MultiWii Sensors
Replies: 11
Views: 3774

Re: MultiWii Sensors

I want to make my own control theory and gui interface so i need the readings of the gyro , acc mounted on the multiwii to have a feedback in my controller That's nice to hear, but leaves still many questions open. Do you want to control a copter or do you only need the sensor data? Will the sensor...
by QuadBow
Sat Feb 21, 2015 4:41 am
Forum: Getting Started - MultiWii config and setup
Topic: Motors Spin on Disarm
Replies: 24
Views: 6163

Re: Motors Spin on Disarm

Complex systems tend to easy mistakes...
by QuadBow
Sat Feb 21, 2015 4:37 am
Forum: Software development
Topic: Inner control loop on raspberry pi, is it feasible?
Replies: 4
Views: 1819

Re: Inner control loop on raspberry pi, is it feasible?

A raspberry pi board is much bigger than a arduino based fligth controller and it does not have the sensors already included. The raspberry pi has no analog inputs on the board, so you need another card to watch voltage and currents. Of course, the calculational power of an raspberry pi is overwhelm...