Search found 5 matches

by zanek
Tue Sep 04, 2012 1:43 am
Forum: Software development
Topic: Help! Multiwii v2.1 not registering gyro orientation
Replies: 1
Views: 1008

Help! Multiwii v2.1 not registering gyro orientation

Hello I am using a clone WM+ in my multiwii system. The way the gyro outputs on it, I have to reverse one of the axis's in the software so there is negative feedback on all axis's. I uncommented #define GYRO_ORIENTATION(X, Y, Z) {gyroADC[ROLL] = Y; gyroADC[PITCH] = -X; gyroADC[YAW] = -Z;} around lin...
by zanek
Sun Aug 12, 2012 8:24 pm
Forum: Shields, boards and sensors
Topic: Are Hobbyking Multirotor control boards multiwii compatible?
Replies: 1
Views: 1350

Are Hobbyking Multirotor control boards multiwii compatible?

Hi

I was wondering if Hobbyking Multirotor control boards are multiwii compatible? Hobbyking sells USB programmers, and the boards have atmega processors just like Arduino boards. I was thinking of either of these boards: http://www.hobbyking.com/hobbyking/stor ... 8_PA_.html
or
http://www.hobbyking.com/hobbyking/stor ... 68PA_.html

Thanks, Zane
by zanek
Thu Aug 09, 2012 9:58 pm
Forum: Software development
Topic: GPS RTH and PH activiation
Replies: 3
Views: 2157

GPS RTH and PH activiation

Hi I have a question about GPS return to home and position hold. In the GUI, there is only an option for assigning a switch to 'GPS'. Which function will this active? And does this mean I need two channels if I want to use both? Thanks, Zane Another thing, what ports on an Arduino Pro Mini should I ...
by zanek
Thu Aug 09, 2012 1:25 am
Forum: Ideas
Topic: Serial Port GPS(MTK3329 & UBLOX)available on 328P board
Replies: 5
Views: 6118

Re: Serial Port GPS(MTK3329 & UBLOX)available on 328P board

So I could use a serial GPS on a Arduino Pro Mini with atmega 328p?