- Posts: 3333
Devo protocol >=8 channels only?
- vlad_vy
- Topic Author
- Offline
Less
More
04 Jan 2013 17:29 - 04 Jan 2013 18:03 #4665
by vlad_vy
Devo protocol >=8 channels only? was created by vlad_vy
Right now I discover that Walkera QR Ladybird doesn't accept GEAR channel for switching 6-axis/3-axis flight mode at 6 channel mode. Earlier it worked. Seems that QR Ladybird now always see 8 channels and wait switching flight mode at AUX2 channel.
Is it right? Devo protocol haven't real 6 channel mode?
devo.c
//FIXME: Properly set number of channels;
num_channels = ((Model.num_channels + 3) >> 2) * 4;
((6 + 3) >> 2) * 4 = 8
Is it right? Devo protocol haven't real 6 channel mode?
devo.c
//FIXME: Properly set number of channels;
num_channels = ((Model.num_channels + 3) >> 2) * 4;
((6 + 3) >> 2) * 4 = 8
Last edit: 04 Jan 2013 18:03 by vlad_vy.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
Less
More
- Posts: 4402
04 Jan 2013 18:56 #4669
by PhracturedBlue
Replied by PhracturedBlue on topic Devo protocol >=8 channels only?
It has been this way since the beginning of time.
I only support emulating 4, 8, and 12channel Tx.
If you set the channels to another number, it will always round up to one of those values internally.
You need to configure the channels as if you were using a Devo8 or Devo12 tx, but this has always been the case.
I only support emulating 4, 8, and 12channel Tx.
If you set the channels to another number, it will always round up to one of those values internally.
You need to configure the channels as if you were using a Devo8 or Devo12 tx, but this has always been the case.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
04 Jan 2013 19:03 #4670
by FDR
Replied by FDR on topic Devo protocol >=8 channels only?
Actually I agree with Vlad, it was that way in the first one or two release.
I had the gyro (actually flip mode) on ch5 for my Ladybird too, but it was long time ago...
I had the gyro (actually flip mode) on ch5 for my Ladybird too, but it was long time ago...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
Less
More
- Posts: 3333
04 Jan 2013 19:16 - 04 Jan 2013 19:19 #4671
by vlad_vy
Replied by vlad_vy on topic Devo protocol >=8 channels only?
It's surprise. My first config for Ladybird worked with GEAR channel at 6 channel mode. Since that time (3 months 2 weeks ago) I didn't check this up to now.
I've changed my config for Ladybird at forum.
I've changed my config for Ladybird at forum.
Last edit: 04 Jan 2013 19:19 by vlad_vy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.035 seconds
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Devo protocol >=8 channels only?