Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dualcopter servo inoperative in version 2.3 for multiwii mega board #23

Open
GoogleCodeExporter opened this issue Apr 5, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Uncomment dualcopter in version 2.3 and upload to mega board
2. connect motors to pins 3 and 5 and servos to pins 2 and 6
3. servo connected to pin 2 does not respond

What is the expected output? What do you see instead?
Servo on pin 2 should respond to roll or pitch. However, servo does not respond

What version of the product are you using? On what operating system?
version 2.3 on PC with Windows 8.1

Please provide any additional information below.

Motors respond as expect. Servo connected to pin 6 responds to roll or pitch 
change. Servo connected to pin 2 does not respond.

Original issue reported on code.google.com by [email protected] on 2 Mar 2015 at 5:40

@GoogleCodeExporter
Copy link
Author

I discovered that Multiwii version 2.3 and newer have had a default pin 
reassignment. Servos on older versions were defaulted to SW_PWM but the new 
default is HW_PWM. I believe pin 2 under SW_PWM would be assigned to pin 12 
under HW_PWM. Some mega boards don't have a pin 12 so the option left is to 
assign servos to SW_PWM, which should make pin 2 operative.

Original comment by [email protected] on 4 Jun 2015 at 12:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant