Search found 146 matches

by Gimbal
Sat Jan 05, 2013 7:25 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2550793

Re: Baseflight aka multiwii port to stm32

so I manage this: compiling printf.c... src\printf.c(136): warning: #1293-D: assignment in condition src\printf.c(146): warning: #1293-D: assignment in condition linking... Program Size: Code=59832 RO-data=6448 RW-data=1052 ZI-data=6748 FromELF: creating hex file... ".\obj\baseflight.axf" ...
by Gimbal
Fri Jan 04, 2013 8:03 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2550793

Re: Baseflight aka multiwii port to stm32

tnx TC, still in MW Naze32AIO is really cool, just what I'm looking for, next on my wish list is sbus, it's not possible to get cppm from futaba r2008 and i would like to access the other port's and I'm kind a stuck with futaba but if anybody know a small suitcase friendly 8ch cppm system I'm all ear
by Gimbal
Fri Jan 04, 2013 2:36 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2550793

Re: Baseflight aka multiwii port to stm32

where can i find Y6.hex
by Gimbal
Thu Jan 03, 2013 7:40 am
Forum: Getting Started - MultiWii config and setup
Topic: Quadcopter flips on take off
Replies: 16
Views: 11761

Re: Quadcopter flips on take off

GY_80 you said, guess you have to make som trail and error in def.h: #if defined(GY_80) #define L3G4200D #define ADXL345 #define HMC5883 #define BMP085 #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = -X; accADC[PITCH] = -Y; accADC[YAW] = Z;} #define GYRO_ORIENTATION(X, Y, Z) {gyroADC[ROLL] = Y; gyr...
by Gimbal
Tue Jan 01, 2013 9:38 pm
Forum: Getting Started - MultiWii config and setup
Topic: Quadcopter flips on take off
Replies: 16
Views: 11761

Re: Quadcopter flips on take off

to set pid easy, i hang my quad on a rod (secure it with zip tie) to tune roll and pitch, look at YouTube "quad pid tuning" this will also help you to sort out different probs
by Gimbal
Wed Dec 26, 2012 10:29 am
Forum: Software development
Topic: Airplane mode
Replies: 512
Views: 209608

Re: Airplane mode

Cheesus, look's really nice, will test it in the weekend when I'm back from France.
Anders
by Gimbal
Tue Dec 25, 2012 3:37 pm
Forum: Software
Topic: MultiWii Port to STM32F4 (UAVXArm32F4)
Replies: 23
Views: 9360

Re: MultiWii Port to STM32F4 (UAVXArm32F4)

Is this a god tool for stm32 "STM3210B-PFSTICK" or can anybody recommend something else
by Gimbal
Mon Dec 24, 2012 5:44 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1377681

Re: Naze32 hardware discussion thread

Ok, i guess i have to find CPPM in my Rx or code Sbus for baseflight, i think I'll try both :-)

MC Anders

ps 7404 is quit simple
by Gimbal
Sun Dec 23, 2012 6:36 am
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1377681

Re: Naze32 hardware discussion thread

Dos Naze32 support Sbus ?
by Gimbal
Tue Dec 18, 2012 8:48 pm
Forum: Software
Topic: MultiWii Port to STM32F4 (UAVXArm32F4)
Replies: 23
Views: 9360

Re: MultiWii Port to STM32F4 (UAVXArm32F4)

Well thnx gke, posting the source is so nice :-), the reason I moved to 32 bit is that sbus has an timing issue with 8bit, so I will look into this, allready found that stop byt is not shecked. I'm not a coder and still learning, will do my best and enjoy.

Anders
by Gimbal
Thu Dec 13, 2012 12:56 pm
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

Re: New on 32 bit

What about this board, ordered one as well, the pic is a F2 but my is F4
by Gimbal
Tue Dec 11, 2012 7:27 am
Forum: Software development
Topic: Maximum rotation speed
Replies: 2
Views: 1065

Re: Maximum rotation speed

Well that,s quite obvious :mrgreen:

Regards Anders
by Gimbal
Mon Dec 10, 2012 3:24 pm
Forum: Software development
Topic: Maximum rotation speed
Replies: 2
Views: 1065

Maximum rotation speed

Hi, some body know where to alter x y rotation speed in code ?
by Gimbal
Mon Dec 10, 2012 2:24 pm
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

Re: New on 32 bit

Well i ordered a f3discovery, so i go from there thou it's f-ing big.

Anders
by Gimbal
Sun Dec 09, 2012 10:50 pm
Forum: Software development
Topic: MAG calibration - ISSUES
Replies: 22
Views: 7317

Re: MAG calibration - ISSUES

In sensors i guess. #if defined(SENSORS_TILT_45DEG_LEFT) int16_t temp = ((magADC[PITCH] - magADC[ROLL] )*7)/10; magADC[ROLL] = ((magADC[ROLL] + magADC[PITCH])*7)/10; magADC[PITCH] = temp; #endif #if defined(SENSORS_TILT_45DEG_RIGHT) int16_t temp = ((magADC[PITCH] + magADC[ROLL] )*7)/10; magADC[ROLL]...
by Gimbal
Sun Dec 09, 2012 9:22 pm
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

Re: New on 32 bit

Not really, cost is not an issue, rather form factor and a platform to evolve with, not on , as stated I'm new on 32bit but have some experience from arduino(MWC) so i go from there, and well I'm not a coder but i can read, understand and modify it. What I,m looking for is small,has well developed c...
by Gimbal
Sun Dec 09, 2012 4:40 pm
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

Re: New on 32 bit

Ok, backorder, what about this "OLIMEX STM32-H407" I have got a bunch of sensors.

Anders
by Gimbal
Sun Dec 09, 2012 7:56 am
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

Re: New on 32 bit

Tnx, could i use this one "http://hackaday.com/2010/10/12/arm-prototyping-on-the-cheap-with-stm32-discovery/".
I like to have axcess to I/O

Anders
by Gimbal
Sat Dec 08, 2012 9:28 pm
Forum: Boards
Topic: New on 32 bit
Replies: 8
Views: 3503

New on 32 bit

Hi, I'm a bit confused of where to start with 32bit, Naze32, STM32, Stellaris Cortex M4F, DUE, is there any with working simple to use evolving code like MWC and what about GUI ?
Regards Anders
by Gimbal
Mon Dec 03, 2012 8:35 pm
Forum: Shields, boards and sensors
Topic: Drotek 10DOF
Replies: 0
Views: 644

Drotek 10DOF

Hi just got some Drotek 10DOF, strange i always get 6 i2c error and no mag reading (compass is moving thou) on nano, mini and mega, ver: r1275.
I have a bunch of other sensors and thy are all ok.

Anders
by Gimbal
Thu Nov 22, 2012 12:42 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1377681

Re: Naze32 hardware discussion thread

Hi, where can i get the FC, dose it support sbus, ublox etc
Anders
by Gimbal
Wed Nov 21, 2012 9:23 am
Forum: Software development
Topic: Sbus probl
Replies: 2
Views: 1024

Re: Sbus probl

This is definitely an timing issue, if i set to fixed cycle time 9000 in config.h i get an significant improvement, hm maybe i better move to 32 bit ?
by Gimbal
Tue Nov 13, 2012 10:00 am
Forum: Software development
Topic: Sbus probl
Replies: 2
Views: 1024

Re: Sbus probl

hm interesting, am i the only one with Sbus on this community ?, It's run ok with 2.1 and it feel's like the problem started with acrotrainer/horizon mode and it's timing related, would like to use these futures and do so with sbus

Anders
by Gimbal
Sat Nov 10, 2012 5:56 pm
Forum: Software development
Topic: Sbus probl
Replies: 2
Views: 1024

Sbus probl

Made some mod in Rx to check Sbus stop byte: /**************************************************************************************/ /*************** SBUS RX Data ********************/ /**************************************************************************************/ #if defined(SBUS) void re...
by Gimbal
Fri Nov 02, 2012 2:29 pm
Forum: Software
Topic: Help with Multiwii GUI Ver 2.1
Replies: 8
Views: 4531

Re: Help with Multiwii GUI Ver 2.1

set pullup in config.h
by Gimbal
Tue Oct 30, 2012 3:07 pm
Forum: Software
Topic: Help with Multiwii GUI Ver 2.1
Replies: 8
Views: 4531

Re: Help with Multiwii GUI Ver 2.1

Try to erase eprom before loading code.
by Gimbal
Mon Oct 29, 2012 3:51 pm
Forum: ESCs, propellers , servos and radios
Topic: Possible to flash firmware on my HiModel 40A PRO ESCs?
Replies: 2
Views: 1804

Re: Possible to flash firmware on my HiModel 40A PRO ESCs?

Hi oterpoter, you're ESC got Silabs controller C8051F310 most other using C8051F330, don't now the difference but you could ask at here "http://www.rcgroups.com/forums/showthread.php?t=1686498&page=14" Silabs you flash with BLheli tool, look at the thread and you will get some answers....
by Gimbal
Wed Oct 03, 2012 8:09 pm
Forum: Software development
Topic: Horizon Mode & What Am I Missing?
Replies: 22
Views: 9849

Re: Horizon Mode & What Am I Missing?

Did you erase eprom? else try it.
by Gimbal
Mon Sep 24, 2012 4:33 pm
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 614689

Re: MultiWii AllinOne for Android [update 24/09/2012]

would be realy nice to have it for airplane acrotrainer and horizon to ;-)
by Gimbal
Fri Sep 21, 2012 8:11 pm
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

Tnx P, my Chines board's using D7,8,9 and 10 but that's n easy fix in def.h right
by Gimbal
Fri Sep 21, 2012 10:49 am
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

D2,3,5,6 servo ok D7,8,9,10 need to be rerouted
by Gimbal
Fri Sep 21, 2012 9:52 am
Forum: Software development
Topic: Plane mode on Mega (1280) board: Not running, Issues on PWM?
Replies: 13
Views: 4313

Re: Plane mode on Mega (1280) board: Not running, Issues on

Hi KaiK, found a bug in output:

#if defined(AIRPLANE)|| defined(HELICOPTER)
// To prevent motor to start at reset. atomicServo[7]=5 or 249 if reversed servo
volatile uint16_t atomicServo[8] = {8000,8000,8000,8000,8000,8000,8000,8000};

change uint8 to uint16
by Gimbal
Thu Sep 20, 2012 7:44 pm
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

Hi, i try'd this in output, from unit8 to unit16 and it works for me haven't run it on mini, think it's using 8 bit #if defined(AIRPLANE)|| defined(HELICOPTER) // To prevent motor to start at reset. atomicServo[7]=5 or 249 if reversed servo volatile uint16_t atomicServo[8] = {8000,8000,8000,8000,800...
by Gimbal
Thu Sep 20, 2012 5:05 pm
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

yes, but it work's with the wing right, so with some reverse engineering it wold bee possible to get a clue
by Gimbal
Thu Sep 20, 2012 3:53 pm
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

So their seams to bee little or no interest in Mega and Acrotrainer, hm can somebody point me in the right direction, a bit confusing with all this code...
by Gimbal
Sat Sep 15, 2012 10:24 am
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Re: Airplane-Acrotrainer no servo on mega pls help

Yes it's the same, i will go back to Mini so i can go flying with my giant P51, i am a bad rc flyer and need assistants when i'm loosing the concept :lol:
by Gimbal
Sat Sep 15, 2012 8:03 am
Forum: Software development
Topic: Airplane-Acrotrainer no servo on mega pls help
Replies: 13
Views: 3774

Airplane-Acrotrainer no servo on mega pls help

Hi all thanx for you're deep commitment and endless programing.
Moved from Mini to Mega to try Airplane-mode and now all servo goes berserk, tryed r1097 no success
pls help
by Gimbal
Wed Sep 12, 2012 6:11 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2550793

Re: Baseflight aka multiwii port to stm32

Thnx
by Gimbal
Wed Sep 12, 2012 11:34 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2550793

Re: Baseflight aka multiwii port to stm32

Any chance airplane mode will be implemented ?
by Gimbal
Fri Aug 24, 2012 7:20 pm
Forum: Shields, boards and sensors
Topic: Do you have any instruction notice about 3M Pilot card?
Replies: 3
Views: 1831

Re: Do you have any instruction notice about 3M Pilot card?

Hi, as far as i can see you have flowing sensors: ■3 MEMS Gyro ■MPU-6050 ■3 MEMS Acc (optional) ■MPU-6050 ■3 MEMS magnetometer (optional) ■HMC5883 ■1 MEMS barometer (optional) ■MS5611 10CM And that's similar to GY-86 so you should un comment GY-86 in config.h Anders btw that board look's very inter...
by Gimbal
Fri Aug 24, 2012 3:38 pm
Forum: Software development
Topic: MultiWii v2.1 GUI Improvements...
Replies: 30
Views: 10333

Re: MultiWii v2.1 GUI Improvements...

Hi Magnetron, it look's great THNX
:-)
by Gimbal
Sat Aug 11, 2012 7:50 pm
Forum: ESCs, propellers , servos and radios
Topic: ebay 10dof deal hongkong
Replies: 4
Views: 2070

Re: ebay 10dof deal hongkong

http://www.ebay.com/itm/10DOF-ITG3200-ITG3205-BMA180-HMC5883L-MultiWii-MWC-flight-control-module-/180859231895?pt=LH_DefaultDomain_0&hash=item2a1c0cde97#ht_3284wt_907 I am looking at getting this, if i ever have to move to a better FC board this should be able to follow. or so my plan is, pleas...
by Gimbal
Sat Jul 28, 2012 6:58 am
Forum: Software development
Topic: MultiWii C Source
Replies: 14
Views: 4520

Re: MultiWii C Source

Thnx itain
by Gimbal
Wed Jul 25, 2012 2:51 pm
Forum: Shields, boards and sensors
Topic: Problems with cheap Mega2560 Board after Bootloader Trouble
Replies: 6
Views: 3557

Re: Problems with cheap Mega2560 Board after Bootloader Trou

Hi, Arduino 1.0.1will not work with Multiwii (if you don't no allredy) must use 1.0 or erlier. I wold try to reload the bootloader with fresh fuses
by Gimbal
Tue Jul 24, 2012 7:29 pm
Forum: Shields, boards and sensors
Topic: Problems with cheap Mega2560 Board after Bootloader Trouble
Replies: 6
Views: 3557

Re: Problems with cheap Mega2560 Board after Bootloader Trou

Hi, i have the same board and a shit load of different Arduino clones (all of them i belief) for the Mega i use stk500v2 from Arduino 1.0, it sounds likely that you have set a fuse by mistake (could be if you have an ESD) in that case use fx AVR-Dragon or similar programmer to fix it Google Arduino ...