Faulty throttle PIN move to another?

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
szepnorbee
Posts: 4
Joined: Wed Dec 26, 2012 10:15 am

Faulty throttle PIN move to another?

Post by szepnorbee »

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.

szepnorbee
Posts: 4
Joined: Wed Dec 26, 2012 10:15 am

Re: Faulty throttle PIN move to another?

Post by szepnorbee »

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.

HawkGhost2010
Posts: 26
Joined: Wed Jun 24, 2015 2:41 pm

Re: Faulty throttle PIN move to another?

Post by HawkGhost2010 »

You are a LIFE SAVER!!!, after getting the faulty throttle pin issue (bought from ebay, and cant return...) I was at a loss and about to buy another one when I found this, I had to go through the whole DEF.h and define the aux and throttle pins to what you posted but it worked! I can now arm and power up!

Post Reply