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

No RC Input in 3.0.1 R3 Beta #16

Closed
ralphwu opened this issue Oct 12, 2013 · 3 comments
Closed

No RC Input in 3.0.1 R3 Beta #16

ralphwu opened this issue Oct 12, 2013 · 3 comments

Comments

@ralphwu
Copy link

ralphwu commented Oct 12, 2013

The Min/Max values of radio are 0 and 3000, also there is no RC radio input detected. No way can do RC Radio Calibration.

I am using HK_RED_MULTIWII_PRO

@floboe
Copy link

floboe commented Oct 12, 2013

The RC-Radio works well on my HK_RED_MULTIWII_PRO
I changed the follwing entries to use regular PWM inputs A8-A15:
libraries\AP_HAL_MPNG\RCInput_MPNG.cpp:
#define SERIAL_PPM SERIAL_PPM_DISABLED
// Multiwii
// ROLL,THROTTLE,PITCH,YAW,AUX1,AUX2,CAMPITCH,CAMROLL
static uint8_t pinRcChannel[8] = {1, 2, 0, 3, 4, 5, 6, 7};

@smurfy
Copy link
Member

smurfy commented Oct 12, 2013

as @floboe alread posted this is not really a bug.

Its also discribed here: http://www.megapirateng.com/how-to-configure-mpng-3-0-1-firmware/

But i would suggest moving the configuration where it belongs (APM_Config.h)

@ralphwu
Copy link
Author

ralphwu commented Oct 12, 2013

Problem solved! Thks

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

No branches or pull requests

4 participants