WLToys V912/V915/? protocols

More
24 Mar 2015 14:55 - 24 Mar 2015 14:58 #30189 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols
I don't think so (how do I jump to a post # in the forum ?), I'm tidying up the code and wanted to document this one, but meanwhile it will be named FLAG_V9X9_UNK ;)
Last edit: 24 Mar 2015 14:58 by goebish.

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 15:33 #30192 by SeByDocKy
Replied by SeByDocKy on topic WLToys V912/V915/? protocols

goebish wrote:

victzh wrote: it's not too late to move calibration (almost not working in V686 anyways) to Channels 11-12 and put RTH (also should not work well without GPS) to Channel 10.


I feel it would be more logical to have calibration on Ch11-12, don't you mind moving them so I can use Ch10 for RTH ?

Is everyone fine with that ?:

Ch5 - Light
Ch6 - Flip
Ch7 - Still camera
Ch8 - Video camera
Ch9 - Headless
Ch10 - RTH
Ch11 - X-Axis calibration
Ch12 - Y-Axis calibration

(sorry, this is the wrong thread, but this is where the discussion is :p)


I am ok :)

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 15:34 - 24 Mar 2015 15:34 #30194 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols
Can you make some SPI captures for X & Y axis calibration on the v686 TX please, that's the only bits I'm missing.
Last edit: 24 Mar 2015 15:34 by goebish.

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 15:48 #30196 by SeByDocKy
Replied by SeByDocKy on topic WLToys V912/V915/? protocols

goebish wrote: Can you make some SPI captures for X & Y axis calibration on the v686 TX please, that's the only bits I'm missing.


Uploading now the zip file ;) within 2min I will link it

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 15:50 #30197 by SeByDocKy
Replied by SeByDocKy on topic WLToys V912/V915/? protocols
Here is the capture:

mon-partage.fr/f/WUwF5VHp/

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 16:53 #30201 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols

SeByDocKy wrote: Here is the capture:

mon-partage.fr/f/WUwF5VHp/


Ok, found the flags, thanks a bunch :)

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 17:26 #30205 by victzh
Replied by victzh on topic WLToys V912/V915/? protocols
Channel order looks OK. I'll modify v202 accordingly.

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 17:28 #30206 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols

victzh wrote: Channel order looks OK. I'll modify v202 accordingly.


Do you want to use two or only one channel as suggested here for X & Y calibration ?

Please Log in or Create an account to join the conversation.

More
24 Mar 2015 21:48 #30211 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols

PhracturedBlue wrote: Indeed it looks like the maximum offset is 9 for your rx.
I think the best thing to do is to truncate the offset at 10 for all models. I don't know if any support values > 10, but all will work between 0 and 9.
There are 2 options:
1) just use: 'if offset > 9 {offset = 9}
2) use something like id = (Model.txid & 0xff00) | (Model.txid % 160) which would never get an offset > 9. I wouldn't actually use modulo, since it requires needless division

Either way it is backwards incompatible, but I am ok with that. There is no reason to have an option to enable this configuration. I'll let goebish decide what he wants to do and have you test it.


Did that:
bitbucket.org/goebish/deviationtx/commit...b91edc41f?at=default

No modulo, but still better than 1)

Please Log in or Create an account to join the conversation.

More
25 Mar 2015 04:57 #30225 by victzh
Replied by victzh on topic WLToys V912/V915/? protocols
goebish - up to you, I have no preference. It does not work too well as reported anyways, so doesn't matter too much. The original TX (at least I've seen a video for V303) makes you have a dance with switches round it to turn calibration on. As long as we don't force the user to dance around...

Please Log in or Create an account to join the conversation.

More
22 Apr 2015 03:15 #31482 by Deal57
Replied by Deal57 on topic WLToys V912/V915/? protocols
I apologize for a kinda newby question. Did this work get incorporated into the nightlies yet, or is there additional effort or testing required? I loaded up the nightly from 4/14/2015 and it seems these changes are not working?

Thanks guys... You do amazing work!.

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
22 Apr 2015 03:42 #31484 by victzh
Replied by victzh on topic WLToys V912/V915/? protocols
And they shouldn't. I just merged goebish's change and it should be in the next nightly.

Please Log in or Create an account to join the conversation.

More
22 Apr 2015 14:23 #31498 by Deal57
Replied by Deal57 on topic WLToys V912/V915/? protocols
Thank you!

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
02 May 2015 01:21 #31911 by Deal57
Replied by Deal57 on topic WLToys V912/V915/? protocols
I have been testing the nightly from 4/24/2015 (deviation-devo7e-v4.0.1-51825fc) with the new Flysky code and found that the camera is mapped a bit differently than I expected. The "channel" we use to take a photo (top button) is Channel 5 and the "channel" we use to take video (bottom button) is Channel 6. Didn't we agree to make those work on Channel 7 (Photo) and Channel 8 (Video) consistent with the 2x2 protocols?

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
02 May 2015 10:40 #31929 by goebish
Replied by goebish on topic WLToys V912/V915/? protocols
We agreed for the v6x6, not the v912 because this one only has 2 extra "buttons", so I didn't want to use CH7 and CH8 while having CH5 and CH6 doing nothing.

Channel mapping is explained in this pull request:
bitbucket.org/deviationtx/deviation/pull...nd-v912-913-915/diff

Please Log in or Create an account to join the conversation.

More
02 May 2015 13:04 #31939 by Deal57
Replied by Deal57 on topic WLToys V912/V915/? protocols
Thank you, whatever works! I can finally use my water sprayer! Er, um, I mean camera.

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
04 May 2015 13:29 #32059 by jegaoca
Replied by jegaoca on topic WLToys V912/V915/? protocols
hello,
as I can update my devo 7e, to use the extra functions with the new pcb v912?
Thank you.

Please Log in or Create an account to join the conversation.

More
05 May 2015 19:22 #32131 by jegaoca
Replied by jegaoca on topic WLToys V912/V915/? protocols
Please. Send me the zip file With the flysky protocol upgrade. ..

Please Log in or Create an account to join the conversation.

More
05 May 2015 19:26 #32132 by Deal57
Replied by Deal57 on topic WLToys V912/V915/? protocols
The Flysky protocol is updated in the nightly builds posted on this site; the new functionality was rolled into the protocol since about 4/24/2015. You must have modified your Devo 7e with the A7105 tx module (see instructions in Downloads and Hacksmods.com ).

Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!

Please Log in or Create an account to join the conversation.

More
07 May 2015 20:07 #32220 by jegaoca
Replied by jegaoca on topic WLToys V912/V915/? protocols
A great job. It works very well. Thanks. :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum