- Posts: 2631
WLToys V912/V915/? protocols
- goebish
- Offline
- I Void Warranties
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
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 )
I am ok
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.
- SeByDocKy
- Offline
- Posts: 1016
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.
- SeByDocKy
- Offline
- Posts: 1016
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
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.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
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.
- Deal57
- Offline
- Posts: 857
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.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
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.
- Deal57
- Offline
- Posts: 857
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.
- jegaoca
- Offline
- Posts: 17
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.
- jegaoca
- Offline
- Posts: 17
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
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.
- jegaoca
- Offline
- Posts: 17
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- WLToys V912/V915/? protocols