- Posts: 2631
C-17 Transport
- goebish
- Offline
- I Void Warranties
Set Deviation to 0.
Please Log in or Create an account to join the conversation.
- Fer
- Offline
- Posts: 198
goebish wrote: Can you retry with smaller (5) Fine-Freq steps please ?
Set Deviation to 0.[/quote
With the already installed firmware i assume. Ok, going to test in a while and will report back soon.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- Fer
- Offline
- Posts: 198
goebish wrote: Yes, dc59 got the V911S working only with a narrow range, so maybe you missed it with +/-50 steps.
Didn't bind with step of 5 either. Should i check one-by-one? Is that how norrow dc59 had to go to get V911S to bind (which is great news by the way).
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- Fer
- Offline
- Posts: 198
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
I have bought the c-17 RX for test,and found that the c-17 rx have two versions
The GD00X protocol for now can bind the old RX,it name “GD9001-RX”
but can not bind the new version ,it name“gd9001-102rx2”or“gd005”
Can you send me a test build for V2,my transmitter is 7E 256 ,thank you!
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
(select GD00X protocol with V2 format option)
www.dropbox.com/sh/s0xbf68hkfl5qni/AACNd...HdeIXBiQEXdF5Va?dl=0
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
The nrf GD00X v2 can bind,but the cc2500 GD00X can not bind anyset!
Thank you Goebish,you are a great man!hah
By the way ,the nrf test build miss the e010(cc2500) protocol!
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
Please Log in or Create an account to join the conversation.
- planger
- Topic Author
- Offline
So this is a mistery, could you just have a mistake in your code? I could do a code review if you want.
Pascal
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
github.com/DeviationTX/deviation/pull/860
github.com/goebish/deviation/blob/cc2500...tocol/gd00x_cc2500.c
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
There is the test report:
1.NRF24 GD00X
C-17 v1 RX and zc-z50 RX can bind and work well use GD00X V1 protocol ;
C-17 v2 RX use GD00X V2 protocol can bind,but the speed of Motor 1 and
Motor2 is not the same,I don't know how to say in english!
2.CC2500 GD00X
C-17 v1 RX and zc-z50 RX can not bind with v1 or v2 GD00X protocol;
C-17 v2 RX can not bind with v2 GD00X protocol;
I can send the v2 rx pcb for you to test .
Please Log in or Create an account to join the conversation.
- jejeg
- Offline
- Posts: 143
Walk very well with the 4in1 on devo12s but not on my devo7e with 3in1.
Jérôme
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
branch: github.com/goebish/deviation/tree/protocol_gd00x_v2
but I'm not sure it works, according to Pascal it's working perfectly with cc2500 on multi protocol module, I probably made a mistake, I'll restart from scratch and post a new test build when I have a chance, but time is lacking right now
Please Log in or Create an account to join the conversation.
- tianma780
- Offline
- Posts: 54
The protocol gd00x v1 fly my zc-z50 have some problem,
and I change
"u16 channel=scale_channel(CHANNEL1, 2000, 1000); // aileron
packet[5 ] = channel;
packet[6 ] = channel>>8;
channel=scale_channel(CHANNEL3, 1000, 2000); // throttle
packet[7 ] = channel;
packet[8 ] = channel>>8;
// dynamically driven aileron trim
channel=scale_channel(CHANNEL1, 1000, 2000); // aileron"
to
"u16 channel=scale_channel(CHANNEL1, 1000, 2000); // aileron
packet[5 ] = channel;
packet[6 ] = channel>>8;
channel=scale_channel(CHANNEL3, 1000, 2000); // throttle
packet[7 ] = channel;
packet[8 ] = channel>>8;
// dynamically driven aileron trim
channel=scale_channel(CHANNEL1, 1000, 2000); // aileron"
then reverse aileron and it work well now!
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- C-17 Transport