ELEV-8 v2 with v3 flight controller, motors run backwards now, but props are correct. Ok?
lorddamax
Posts: 5
I just upgraded my v2 to the v3 controller. Seems the v3 controller wants the motors to turn the opposite direction the v2 did. WSo all my motors are wrong, but, the propellers are all correct for that coinfiguration.
Is this an actual problem? Or is it ok since the props match?
Main reason I'm asking is the v2 is, um, let's just say it's ALMOST worth trashing and buying a new one, instead of taking out nearly every screw in the thing just to get to the wires tied up in the belly of the thing. I'm quite advanced with arduino, microprocessors, programming, etc... is there a change I can make in the firmware to compensate? Or do I have to spend half a day cursing at it?
Needless to say, because of a broken screw, then a bent arm, and then a bad ESC, I've already had to do this 3 times post-assembly. Doing it a 4th is, shall we say, undesirable?
Is this an actual problem? Or is it ok since the props match?
Main reason I'm asking is the v2 is, um, let's just say it's ALMOST worth trashing and buying a new one, instead of taking out nearly every screw in the thing just to get to the wires tied up in the belly of the thing. I'm quite advanced with arduino, microprocessors, programming, etc... is there a change I can make in the firmware to compensate? Or do I have to spend half a day cursing at it?
Needless to say, because of a broken screw, then a bent arm, and then a bad ESC, I've already had to do this 3 times post-assembly. Doing it a 4th is, shall we say, undesirable?
Comments
I was looking at the thing in a somewhat dark room and realized hey, wait, these are actually correct. In the poor light I didnt realize I had turned it 90 degrees, the blue and black props looked the same.
Hmm. Nifty. That saves about 2 hours, 4 beers, and an immeasurable amount of sanity.
If you do want to try it in the firmware, there's a set of statements around the middle of elev8-main.cpp that look like this:
If you want to use reversed props, change the signs of the YawOut values to this:
That makes the opposite motors speed up / slow down in response to yaw control. Do note that I haven't *tested* this, so if you decide to try it, make sure it's responding the way you think it should before you put it more than a few inches into the air.
Thanks for the details on the firmware. Any references on tweaking later on are invaluable time savers.