- Posts: 1386
including custom-switch support in Deviation
- victzh
- Offline
Please Log in or Create an account to join the conversation.
- Daryoon
- Offline
- Posts: 260
Then add in a heathy dose of family life with three little kids...and written step by step instructions gets push to the back burner. One day though. I get pinged about it often.
I have modded 4 Devo 7e in the last few days.
And we had a Fly Nite yesterday. Came back home with two more.
Please Log in or Create an account to join the conversation.
- smith
- Offline
- Posts: 6
1, does this mod need extra coding for it?
2, if so is it possible to download it?
3, how do i code it myself? as in where is the code i am changing?
Thank you so much for any help
Please Log in or Create an account to join the conversation.
- Arakon
- Offline
- Posts: 305
But speaking of which, I recently installed a 3-position switch on the "fmode-side" of the TX (7E). When setting the switch option to 3x1, the switch is recognized as "SW A", but the third position (SW A2) never changes. If I set it up to 3x2, "SW A" becomes "SW B" and suddenly all three positions work. There seems to be some sort of bug. I already filed in in the bug tracker, but maybe someone else had this issue and can confirm it?
Please Log in or Create an account to join the conversation.
- warewolf75
- Offline
- Posts: 14
and by the way, can i install a 7.4v 2s lipo pack in it, im confuse with all the topics here.
Please Log in or Create an account to join the conversation.
- Horst0414
- Offline
- Posts: 9
Arakon wrote: But speaking of which, I recently installed a 3-position switch on the "fmode-side" of the TX (7E). When setting the switch option to 3x1, the switch is recognized as "SW A", but the third position (SW A2) never changes. If I set it up to 3x2, "SW A" becomes "SW B" and suddenly all three positions work. There seems to be some sort of bug. I already filed in in the bug tracker, but maybe someone else had this issue and can confirm it?
Hello,
I can confirm your findings, using the nightly f5f04d4.
Greets
Horst
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Arakon
- Offline
- Posts: 305
I set them up like this: www.deviationtx.com/forum/7-development/...ation?start=80#19199
Channel 6 with SW B, channel 7 with SW A
The left switch now controls BOTH channels (in channel monitor and in actual fact), despite one being set as A, one as B. The right switch has no function.
I just checked the model ini and for some reason, channel 6 got entries for channel 7 too.. it looks like it may be saving them wrong?
[channel6]
template=expo_dr
[mixer]
src=!SW B0
dest=Ch6
[mixer]
src=!SW B0
dest=Ch6
switch=SW B1
scalar=0
[mixer]
src=!SW B0
dest=Ch6
switch=SW B2
[mixer]
src=!SW A0
dest=Ch6
[mixer]
src=!SW A0
dest=Ch6
switch=SW A1
scalar=0
[channel7]
template=expo_dr
[mixer]
src=!SW A0
dest=Ch7
[mixer]
src=!SW A0
dest=Ch7
switch=SW A1
scalar=0
[mixer]
src=!SW A0
dest=Ch7
switch=SW A2
Edit: Manually deleted the SW A channel 6 entries in notepad++ and now it works as intended.
Please Log in or Create an account to join the conversation.
- helijagr
- Offline
- Posts: 2
The best would be to make it so the PC12, FMODE0, and HOLD0 IOs were added to the 4x4 row/column button matrix. This would result in 5 rows and 6 columns for the button matrix. That would give 16 more IOs. That would give the 7e everything it needs to compete. Of course... that is if it can be done.
Please Log in or Create an account to join the conversation.
- JWarrior
- Offline
- Posts: 2
As a hardware mod, would IT be possible to add 1 (rather 2) knobs ?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
note that the matrix is only designed to deal with one input at a time. In very special cases, you can support multiple inputs, and we utilize that for the switch mod. But it is not a general case that would provide fully independent controls at each position
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Adding knobs requires using Analog inputs. you cannot replace a switch with a knob in the switch mod and have it work. I am not sure if there are any free analog inputs on the Devo7e, but it would require careful soldering to access them if there are any
Please Log in or Create an account to join the conversation.
- ice3487
- Offline
- Posts: 4
# 22231but diode?
Please Log in or Create an account to join the conversation.
- Daryoon
- Offline
- Posts: 260
Please Log in or Create an account to join the conversation.
- ice3487
- Offline
- Posts: 4
there are no diodes, but because many posts talking about putting diodes on switches
Please Log in or Create an account to join the conversation.
- aMax
- Offline
- Posts: 776
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Please Log in or Create an account to join the conversation.
- ice3487
- Offline
- Posts: 4
I could not see the diodes,
I read the post put the diodes here... put them there... but I could not see them.
And if the direction of the diodes is not just nothing works.
Thanks again,Have a nice day from Roma
Please Log in or Create an account to join the conversation.
- khchane
- Offline
- Posts: 1
1. Sometimes right horizontal trim moves left with left vertical trim moves up side without pushing the buttons.
2. When I keep pushing the right horizontal tirm button to the left side. Sometimes left vertical trim moves up side
I use four 1n4005g diodes
And wire is lan wire...it was very hard to find some wire use..
How do i solve this problem? Please help me!
Please Log in or Create an account to join the conversation.
- Arakon
- Offline
- Posts: 305
Please Log in or Create an account to join the conversation.
- IMback!
- Offline
- Posts: 84
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- including custom-switch support in Deviation