- Posts: 14
Inplementing switch mod
- DavidJEK
-
Topic Author
- Offline
Less
More
19 Jun 2015 21:30 #34381
by DavidJEK
Inplementing switch mod was created by DavidJEK
I added two switches to my devo 7e and I would like to know how to activate them. If there are instructions on this, could you please direct me to them.
- RedSleds
-
- Offline
Less
More
- Posts: 226
19 Jun 2015 21:51 - 19 Jun 2015 22:06 #34383
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
Load the Nightly Build (but it may already be supported with the 4.01 release, I'm not sure if you added 3-ways or not)
Then this:
www.deviationtx.com/manuals/html-devo10/...ml#switch-assignment
...and this:
bitbucket.org/PhracturedBlue/deviation/w...ansmitter%20switches
Note this part of it.....
Modded(*): SWA0, SWA1, SWA2, SWB0, SWB1, SWB2
(*) There are published hardware modes for the 7e to add two 2-way switches or a 3-way switch by just adding the connections. A more complicated mod makes it possible to add two three-way switches. These are supported by the latest nightly builds.
Then this:
www.deviationtx.com/manuals/html-devo10/...ml#switch-assignment
...and this:
bitbucket.org/PhracturedBlue/deviation/w...ansmitter%20switches
Note this part of it.....
Modded(*): SWA0, SWA1, SWA2, SWB0, SWB1, SWB2
(*) There are published hardware modes for the 7e to add two 2-way switches or a 3-way switch by just adding the connections. A more complicated mod makes it possible to add two three-way switches. These are supported by the latest nightly builds.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Last edit: 19 Jun 2015 22:06 by RedSleds.
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
20 Jun 2015 02:17 #34392
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
Well I found out that first I need to enable the switches in hardware.ini. But what does the 2x2, 3x1 etc. mean?
- RedSleds
-
- Offline
Less
More
- Posts: 226
20 Jun 2015 02:43 #34393
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
3x2 = two 3-way switches
3x1 = one 3-way switch
2x2 = two 2-way switches
I don't have a 7E with extra switches, but I would guess, uncomment the line "extra-switches=" and add 3x2 after the equals sign .....(or 3x1, or 2x2, which ever switches that you added)
3x1 = one 3-way switch
2x2 = two 2-way switches
I don't have a 7E with extra switches, but I would guess, uncomment the line "extra-switches=" and add 3x2 after the equals sign .....(or 3x1, or 2x2, which ever switches that you added)
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
20 Jun 2015 18:57 #34414
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
Could you combine a 3 way switch with a 2 way switch?
- RedSleds
-
- Offline
Less
More
- Posts: 226
20 Jun 2015 19:41 - 20 Jun 2015 20:51 #34416
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
Dunno.
Did you follow a modding guide when you did your switch mod?
Did you add one 3-way and one 2-way?
Have you even actually done the mod yet?
You could maybe try (with and without the comma in the uncommented line)
;switch_types: 3x2, 3x1, 2x2
extra-switches= 3x1, 2x1
...in the hardware.ini file and see if SWA0, SWA1, SWA2 for the 3-way shows up, SWB0, SWB1 for the 2-way selections show up in the appropriate model page, but I kind of doubt that it will work. Probably won't be able to be processed by the firmware since those switch types are not listed in the preceding line of the hardware.ini file.
Probably, the best bet is to do:
extra-switches= 3x2
...and ignore the SW(A or B)2 of the 2-way switch that it is assigned to and not a use that designation when setting up your model .ini
Heck, I don't know! I'm a n00b too. (this thread is probably pretty entertaining for the forum veterans) =O)
Did you follow a modding guide when you did your switch mod?
Did you add one 3-way and one 2-way?
Have you even actually done the mod yet?
You could maybe try (with and without the comma in the uncommented line)
;switch_types: 3x2, 3x1, 2x2
extra-switches= 3x1, 2x1
...in the hardware.ini file and see if SWA0, SWA1, SWA2 for the 3-way shows up, SWB0, SWB1 for the 2-way selections show up in the appropriate model page, but I kind of doubt that it will work. Probably won't be able to be processed by the firmware since those switch types are not listed in the preceding line of the hardware.ini file.
Probably, the best bet is to do:
extra-switches= 3x2
...and ignore the SW(A or B)2 of the 2-way switch that it is assigned to and not a use that designation when setting up your model .ini
Heck, I don't know! I'm a n00b too. (this thread is probably pretty entertaining for the forum veterans) =O)
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Last edit: 20 Jun 2015 20:51 by RedSleds.
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
20 Jun 2015 20:23 #34417
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
If you don't know why are you trying to answer the question?
- RedSleds
-
- Offline
Less
More
- Posts: 226
20 Jun 2015 20:35 - 20 Jun 2015 20:52 #34418
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
Because, nobody else has chimed in since the two days of your original question. I am just trying to help you, since no one else is.
....Sheesh! Feel free to struggle on all alone, then.
....Sheesh! Feel free to struggle on all alone, then.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Last edit: 20 Jun 2015 20:52 by RedSleds.
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
20 Jun 2015 21:48 #34420
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
I wasn't trying to be rude, just wondering why your answering a question you really don't know the answer to.
- RedSleds
-
- Offline
Less
More
- Posts: 226
20 Jun 2015 22:58 #34422
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
OK, I'm sorry for copping an attitude then. 
You need to provide more info about what you have done as far the switch mods go, how many of what type, what version of deviation firmware installed, what you have tried already, etc.. Even the experts will be guessing how to fix you up if they don't have all of the pertinent info. I guarantee someone here knows how, but they need more info than you have given to help you.
You need to provide more info about what you have done as far the switch mods go, how many of what type, what version of deviation firmware installed, what you have tried already, etc.. Even the experts will be guessing how to fix you up if they don't have all of the pertinent info. I guarantee someone here knows how, but they need more info than you have given to help you.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
- aMax
-
- Offline
Less
More
- Posts: 776
20 Jun 2015 23:33 - 20 Jun 2015 23:34 #34425
by aMax
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Replied by aMax on topic Inplementing switch mod
Starting the emulator.............., only the predefined 3x2/ 2x2/ 3x1 settings are working. The mixed 3x1, 2x1 shows no extra switches.
Decide if like to up or downgrade your mod.
Decide if like to up or downgrade your mod.
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Last edit: 20 Jun 2015 23:34 by aMax.
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
21 Jun 2015 03:25 - 21 Jun 2015 03:26 #34432
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
Thanks aMax that's all I needed to know. I know now how to program the added switches that I have.
Please close this topic. My question has been answered.
Please close this topic. My question has been answered.
Last edit: 21 Jun 2015 03:26 by DavidJEK.
- RedSleds
-
- Offline
Less
More
- Posts: 226
21 Jun 2015 05:50 - 21 Jun 2015 07:46 #34435
by RedSleds
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Replied by RedSleds on topic Inplementing switch mod
Yes, that's pretty much what I figured and told him a few posts earlier, I was just giving him something to try. Thank you for verifying that.aMax wrote: Starting the emulator.............., only the predefined 3x2/ 2x2/ 3x1 settings are working. The mixed 3x1, 2x1 shows no extra switches.
Decide if like to up or downgrade your mod.
........yeah, ...um, you're welcome.DavidJEK wrote: Thanks aMax that's all I needed to know. I know now how to program the added switches that I have.
Please close this topic. My question has been answered.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Last edit: 21 Jun 2015 07:46 by RedSleds.
- mwm
-
- Offline
21 Jun 2015 08:51 #34438
by mwm
He already told you: because nobody else has provided an answer after a couple of days. I do that myself. If I have an answer in not sure of, I'll wait and as if someone provides an accurate answer. If that doesn't happen, I'll provide my guess with the appropriate disclaimer. I figure something you can check to see if it's right is better than silence.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Replied by mwm on topic Inplementing switch mod
DavidJEK wrote: If you don't know why are you trying to answer the question?
He already told you: because nobody else has provided an answer after a couple of days. I do that myself. If I have an answer in not sure of, I'll wait and as if someone provides an accurate answer. If that doesn't happen, I'll provide my guess with the appropriate disclaimer. I figure something you can check to see if it's right is better than silence.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
- DavidJEK
-
Topic Author
- Offline
Less
More
- Posts: 14
21 Jun 2015 16:36 - 21 Jun 2015 16:38 #34458
by DavidJEK
Replied by DavidJEK on topic Inplementing switch mod
OK duly noted. Sorry for the misinterpretation. As you've noted, my people skills are not very good. Again sorry.
Last edit: 21 Jun 2015 16:38 by DavidJEK.
Time to create page: 0.101 seconds
-
Home
-
Forum
-
News, Announcements and Feedback
-
Feedback & Questions
- Inplementing switch mod