Search found 4 matches

by szepnorbee
Sun Jul 07, 2013 11:23 am
Forum: Software development
Topic: V2.2 - ACRO PID implementation is wrong, right?
Replies: 282
Views: 182449

Re: V2.2 - ACRO PID implementation is wrong, right?

Hi

The f.HORIZON_MODE and f.ANGLE_MODE why don't work with new pid controller? It is something limitation? Why is it necessary?

Thx
by szepnorbee
Sat Mar 23, 2013 12:24 pm
Forum: Shields, boards and sensors
Topic: I2C OLED thread
Replies: 62
Views: 58670

Re: I2C OLED thread

Anyone know how to apply this in the MW code? With this code works without resistor mod? Thanks
by szepnorbee
Sun Mar 17, 2013 12:41 pm
Forum: Getting Started - MultiWii config and setup
Topic: Faulty throttle PIN move to another?
Replies: 2
Views: 1776

Re: Faulty throttle PIN move to another?

Solution:

Code: Select all

def.h

#define THROTTLEPIN                0
#define AUX2PIN                    2

cinfig.h

#define RCAUXPIN8


The Aux2 and the Throttle pin reversed.

Topic erasable or movable if it is not useful.
by szepnorbee
Sun Mar 17, 2013 10:58 am
Forum: Getting Started - MultiWii config and setup
Topic: Faulty throttle PIN move to another?
Replies: 2
Views: 1776

Faulty throttle PIN move to another?

Hello everyone.

I built a flight controller with Arduino Nano and gy-271 sensor board. Unfortunately, i killed a D2 pin (Throttle).
It is possible to use a pin D8 (AUX2) as Throttle pin? Where do I modify the code? Please help me.

Sorry for my bad english.