- Posts: 35
JJRC/Yizhuan Tarantula X6 model.ini/protocol?
- bmw111
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- AirPatoine
- Offline
- Posts: 19
Here's the page with the download link: www.rcgroups.com/forums/showthread.php?t=2344574
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
But just about any v2x2 ini should work. For the Devo 10 if you have an ini for the Devo 7e you just have to edit the switch names. SWA is I think Mix and SWB is a 3-way you can swap for FMODE, since the 7e FMODE is a 2-way.
If you get stuck, post a message. If you get a good model.ini, post it!
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.
- AirPatoine
- Offline
- Posts: 19
I haven't done anything with the other channels yet. Channels 6 through 8 are virtual channels. I don't know much about these so don't want to mess with them too much. I can't find any switch that changes the flight modes either. I usually assign different rates to the FMOD switch (high, medium, low). But can't find anything that has any effect.
I also can't get it to calibrate like the stock TX does. I will keep experimenting and if I come up with a good .ini I will post it. So far pretty happy with SeByDockys .ini and just changing channel 5 to Aux 4. The yaw rate is super slow, though, would like to speed that up. And I would like to get the flip and headlock mode working with my Devo 10.
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
Calibration and other tricks differ from model to model; with many if you use the sticks to go into calibrate mode on the stock TX (e.g. both to the lower right), then that should work on Devo. Let us know what you find out.
I've had to tweak Yaw rate, add channels and so on, so here are some code snippets you might be able to use. Tweaking Rudder (YAW) rate: The WLToys V676 has horrible yaw, here's how I got it livable. SWB is a 0/1/2 setting on the Devo 7e, so you could use Mix or FMODE on the Devo 10.
[channel4]
template=expo_dr
[mixer]
src=RUD
dest=Ch4
[mixer]
src=!RUD
dest=Ch4
switch=SW B1
[mixer]
src=!RUD
dest=Ch4
switch=SW B2
scalar=120
curvetype=expo
points=0,0
I wanted to have my LEDs turn on/off on Channel 5, but if I go into Flip mode (channel 6), I want the LEDs to blink, so use this:
[channel5]
template=complex
[mixer]
src=SW A1
dest=Ch5
usetrim=0
[mixer]
src=FMODE1
dest=Ch5
switch=FMODE1
scalar=99
usetrim=0
curvetype=fixed
[channel6]
template=simple
[mixer]
src=FMODE1
dest=Ch6
curvetype=expo
points=0,0
For some quads, you need to turn on calibration mode, or RTH, or headless. If channel 9 is headless, and you want to use a trim to turn it on, then in the Advanced menus, you need to set up the trim, then set your virtual channel, then set up your channel 9 settings. Be sure to test this in a safe area, just in case your quad wants to do something else! Here's the ini code:
[channel9]
max=100
min=-100
template=simple
[mixer]
src=Virt2
dest=Ch9
curvetype=zero/max
points=0
...
[virtchan2]
template=complex
[mixer]
src=AIL
dest=Virt2
scalar=0
curvetype=fixed
...
[trim5]
src=Virt2
pos=TRIMLV-
step=193
value=-100,0,0
Be sure to post your ini to this thread once you get it working. Happy Flying!
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.
- bmw111
- Topic Author
- Offline
- Posts: 35
The LED snippet is great, but why is it set up that way? It would be extremely helpful if you (or somebody) could take a couple of "typical" code snippets (setting up a three-position-switch, for example) and next to the code, write an explanation (in plain English) of what that means.
For example:
[channel4] <<this is the channel you're setting up/modifying>>
template=expo_dr << this is the template you've selected for this channel>>
[mixer] <<this is the first mixer you've set up for this channel>>
src=RUD <<this is the "source" the channel is taking information/signal FROM>>
dest=Ch4 <<this is the "destination" of that signal, on the Receiver; e.g., sending user input signal from the Rudder stick to Channel 4 on the Receiver>>
Something like that would really help me get Deviation figured out. Especially Virtual channels. I have no clue when it comes to those, and I've read all the write-ups. Still having a difficult time. I know this may be a lot to ask, but believe me, it would help all the newbies tremendously. If it's already been done somewhere, my apologies and please point me to it!
Please Log in or Create an account to join the conversation.
- bmw111
- Topic Author
- Offline
- Posts: 35
Please Log in or Create an account to join the conversation.
- MasterRC_sTudenT
- Offline
- Posts: 7
Please Log in or Create an account to join the conversation.
- AirPatoine
- Offline
- Posts: 19
Please Log in or Create an account to join the conversation.
- AirPatoine
- Offline
- Posts: 19
Let me know how this works and I can post it in the model config section. If anyone can get headless mode to work that would be good too. I just haven't messed with it that much to get it to work and I don't use headless much anyway.
Please Log in or Create an account to join the conversation.
- MasterRC_sTudenT
- Offline
- Posts: 7
I'll let you know how it goes.
Again, thanks.
Please Log in or Create an account to join the conversation.
- MasterRC_sTudenT
- Offline
- Posts: 7
Thanks.
Please Log in or Create an account to join the conversation.
- bmw111
- Topic Author
- Offline
- Posts: 35
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Model Configs, Templates, Skins
- Model Configs
- JJRC/Yizhuan Tarantula X6 model.ini/protocol?