- Posts: 9
Devo 7e DSMX wont bind with orangeRX R720x v2
- Radmor
- Topic Author
- Offline
Its quite some time since I have deviation on my devo7e, already faced many problems, but this one I can't find the answer anywhere.
So DSM2 works fine, but DSMX wont bind with the new orangerx. Strangely enough, with the released 4.0.1 it works just fine, but any nightys I tried failed to bind (I found only the newer nightys).
Since the file size is different under the protocol folder, I did try to replace it with the old file, but ofc I get the protocol error as soon as I start. I can't go back to 4.0.1 because I need the newer features.
Do you think that changes in the protocol causing it to fail in this case? Can I use the old DSMX protocol somehow with a nightly?
Thanks in advance!
Btw, awesome work!
Please Log in or Create an account to join the conversation.
- Thomas.Heiss
- Offline
- Posts: 698
Please Log in or Create an account to join the conversation.
- Radmor
- Topic Author
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Radmor
- Topic Author
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
First question, did you enable telemetry before attempting to bind?
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Radmor
- Topic Author
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
By the way, at nightly builds for bind packet added only:
if(Model.protocol == PROTOCOL_DSMX) {
#ifdef MODULAR
packet[12] = 0xb2;
#else
packet[12] = num_channels < 8 && Model.proto_opts[PROTOOPTS_TELEMETRY] == TELEM_OFF ? 0xa2 : 0xb2;
I don't know why it needed and what is it.
Please Log in or Create an account to join the conversation.
- Radmor
- Topic Author
- Offline
- Posts: 9
vlad_vy wrote: I think if OrangeRX R720x can output 12 channels for CPPM and S.Bus, it's really more that 7 channels receiver and has to be bind with number of channels >7, i.e. 8 channels or more.
Yes! You nailed it, thank you so much! Even tho I am using PWM at the moment, just tried to bind with 10 channels, and whoala!
Thanks again!
Maybe just the channel number on default was higher in 4.0.1 thats why it worked, or that piece of code caused it somehow, i dont know..
Please Log in or Create an account to join the conversation.
- IKKI
- Offline
- Posts: 87
Thanks
Please Log in or Create an account to join the conversation.
- kaligola
- Offline
- Posts: 58
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Devo 7e DSMX wont bind with orangeRX R720x v2